Claude Code launcher -- starts persistent Claude Code sessions inside tmux, accessible remotely via claude.ai.
Made with sparkles by maragu.
Disclaimer: This project is 100% vibe-coded. No humans were harmed in the making of this software, but no humans reviewed it either.
- claudelaunch runs an HTTP server on port 6677
- Open the web UI, type a session name, and hit Launch
- A tmux session is created running
claude --dangerously-skip-permissions --remote-controlin~/Developer/<name> - The server captures the remote session URL from claude's output
- Click "Open Session" to open it in claude.ai/code from any device (including iPad)
go install maragu.dev/claudelaunch/cmd/claudelaunch@latestRun the server:
claudelaunchOr in a tmux session so it persists:
tmux new-session -d -s claudelaunch-server claudelaunchThen open http://localhost:6677 and launch a session.
You can also attach to sessions locally with tmux attach -t <session-name>.

