Matt Code

A browser-based UI for Claude Code. Chat with AI to edit code, manage projects, and deploy — without touching the terminal.

⬇ Download Matt Code

Prerequisites

1

Node.js (v18+)

Download from nodejs.org (LTS version), or on Linux: sudo apt install nodejs npm / sudo dnf install nodejs npm / sudo pacman -S nodejs npm

2

Claude Code CLI

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.

Setup

1

Download & unzip

Click the download button above, then unzip the matt-code folder to your Desktop or Documents.

2

Run the setup script

Open Terminal, navigate to the folder, and run:

cd ~/Desktop/matt-code
bash setup-mac.sh
3

Launch

A Matt Code app will appear on your Desktop. Double-click to launch. First time: right-click → Open to bypass Gatekeeper.

1

Download & unzip

Click the download button above, then unzip the matt-code folder to your Desktop or Documents.

2

Run the setup script

Open the matt-code folder and double-click setup-windows.bat

3

Launch

A Matt Code shortcut will appear on your Desktop. Double-click to launch.

1

Download & unzip

Click the download button above, then unzip the matt-code folder to your home directory or Desktop.

2

Run the setup script

Open a terminal and run:

cd ~/Desktop/matt-code
bash setup-linux.sh
3

Launch

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.

Using Matt Code

Select a project

Click a project in the left sidebar to set the context. Claude will have access to that project's files.

Chat naturally

Ask Claude to make changes, fix bugs, add features, explain code. It can read and edit files directly.

Deploy when ready

Changes are made locally. When you're happy, say "deploy to live" and Claude will push to the server.

← Back to Staff Tools