Pilot

Meet Pilot

A conversational desktop app for Claude Code. Like claude.ai, but with the power to execute — file edits, terminal commands, live preview, all in one place.

Download for Mac View Source

macOS (Apple Silicon) · Signed & notarized · Free & open source

💬

Conversational UI

Streaming responses with full markdown rendering, syntax highlighting, and code block copy. Like chatting with Claude, but it can act.

📁

File Tree

See your project structure with live badges showing which files Claude read, created, or edited. Folders color-code to show activity.

👁

Live Preview

Auto-detects dev servers, renders HTML/Markdown/images, and sandboxes JSX/TSX components — all inline.

🔑

No API Key Needed

Uses your existing Claude Pro or Max subscription through Claude Code. No separate billing or API costs.

🌗

Dark & Light Mode

Automatically matches your system preference. Looks great either way.

📱

Mobile Ready

Responsive web UI with swipe gestures, haptic feedback, and PWA support. Access from your phone over the network.

Get Started

1

Install Node.js (v20+)

Download from nodejs.org, or install via Terminal: brew install node

2

Install & authenticate Claude Code

Run npm install -g @anthropic-ai/claude-code in Terminal, then run claude to sign in with your Claude Pro or Max account.

3

Download Pilot

Grab the DMG from the link above, open it, and drag Pilot to Applications. Or run from source (see below).

4

Open & go

Launch Pilot, pick a project folder, and start chatting. Claude can read, write, and run anything in your project.

Run from source (Mac, Linux, Windows)

git clone https://github.com/pilotcodeapp/pilot.git
cd pilot && npm install
cd frontend && npm install && npm run build && cd ..
node backend/server.js

Then open localhost:3001 in your browser. No Electron needed.