A browser-based UI for Claude Code. Chat with AI to edit code, manage projects, and deploy — without touching the terminal.
Download from nodejs.org (LTS version), or on Linux: sudo apt install nodejs npm / sudo dnf install nodejs npm / sudo pacman -S nodejs npm
Open Terminal (Mac/Linux) or Command Prompt (Windows) and run:
npm install -g @anthropic-ai/claude-code
Then run claude once to log in with your Anthropic account and accept terms.
Click the download button above, then unzip the matt-code folder to your Desktop or Documents.
Open Terminal, navigate to the folder, and run:
cd ~/Desktop/matt-code
bash setup-mac.sh
A Matt Code app will appear on your Desktop. Double-click to launch. First time: right-click → Open to bypass Gatekeeper.
Click the download button above, then unzip the matt-code folder to your Desktop or Documents.
Open the matt-code folder and double-click setup-windows.bat
A Matt Code shortcut will appear on your Desktop. Double-click to launch.
Click the download button above, then unzip the matt-code folder to your home directory or Desktop.
Open a terminal and run:
cd ~/Desktop/matt-code
bash setup-linux.sh
A Matt Code shortcut will appear on your Desktop and in your application menu. Click to launch. On GNOME, you may need to right-click → Allow Launching the first time.
Click a project in the left sidebar to set the context. Claude will have access to that project's files.
Ask Claude to make changes, fix bugs, add features, explain code. It can read and edit files directly.
Changes are made locally. When you're happy, say "deploy to live" and Claude will push to the server.