Get the desktop app to manage persistent terminal sessions from your browser. Free and open source.
Pay what you want
Recommended: $5 · Enter $0 for free
macOS 12+ · Apple Silicon
Claude Cursor requires ttyd and tmux for terminal sessions, and cloudflared for public URL tunnels. See install commands below.
Open the downloaded DMG and drag to Applications (macOS) or run the .deb package (Linux).
Open Claude Cursor. It starts the server automatically and opens your browser. Create your first session from the sidebar.
Click the bell icon to configure Slack or Discord notifications. Add your Anthropic API key for AI-powered action detection.
ttyd and tmux are required for terminal sessions. cloudflared is optional but needed for public URL tunnels (access from mobile/anywhere).
macOS (Homebrew)
brew install ttyd tmux cloudflare/cloudflare/cloudflaredUbuntu / Debian / WSL2
sudo apt install ttyd tmux
# cloudflared (optional)
curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb -o /tmp/cloudflared.deb
sudo dpkg -i /tmp/cloudflared.debEnable mouse scrolling and text selection inside the terminal:
ctrl+b set mouse onctrl+b set mouse offClaude Cursor runs inside WSL2 on Windows. Follow these steps:
wsl --installsudo apt install nodejs npm ttyd tmuxtar xzf claude-cursor-1.0.0-wsl.tar.gz
cd claude-cursor-1.0.0-wsl
npm install && cd frontend && npm installnpm run devIf macOS says the app is damaged, open Terminal and run:
xattr -cr /Applications/Claude\ Cursor.app