Skip to Content

Claude Code Anywhere

Spawn and control multiple Claude Codes in parallel. Happy Coder runs on your hardware, works from your phone and desktop, and costs nothing. Open source.

$npm i -g happy-coder && happy
Launch Web AppStar on GitHub
Hands-free control with voice agent—not just dictation
Multiple active sessions across multiple machines
Works seamlessly with your existing tools and workflow
Secure with end-to-end encryption
Open source (MIT licensed)

Why Happy?

Zero workflow disruption
└─
Keep using your favorite tools, editors, and development environments exactly as before. Happy integrates with your existing setup without requiring any changes to how you work.
Multiple Active Sessions
└─
Run several Claude Code instances simultaneously across different projects. Switch between frontend, backend, and DevOps tasks without losing context or momentum.
Everything from the terminal, on your phone
└─
Access all Claude Code features on mobile. From plan mode to custom agents, if it works in the terminal, it works in Happy.
Open source and free
└─
Well organized codebase makes it easy to contribute. Friendly community.
Secure
└─
Happy uses End to End Encryption. No one can read your messages or code.
Smart Push Notifications
└─
Get alerted when your input is needed, when code is ready to review, or when something went wrong.
Real-Time Voice Execution
└─
Speak commands and watch them execute instantly. Not just transcription - true voice-to-action that lets you code, debug, and manage projects while completely hands-free.
Loading masonry layout...
Geert Jan Sloos avatar
Geert Jan Sloos
@geertjansloos
twitter
@levelsio Happy also great app to run agents with Claude Code
Screenshot
Aug 20, 2025
Nate Stewart avatar
Nate Stewart
@becomevocal
twitter
Made some progress today on a CLI you can also talk to

Pretty happy with the UX of it even though it's no where near "done" 😅😅😅

Major shout out to @Ex3NDR who built , a remote Claude Code app I used as an excuse to build this feature on the go
12
Aug 15, 2025
Karl Marx avatar
Karl Marx
@PeoplesGrocers
twitter
I've tried CodeRemote, YoloCode, Omnara, Claudia, Conductor, Cursor Agents, Kisuke is taking forever to ship, Tonkotsu, Terragon Labs.

Nothing beats github.com/slopus/happy with Claude Code. Simple, #OpenSource, and free for the win 🥇
Aug 20, 2025
Pawel Manowiecki avatar
Pawel Manowiecki
@pawel_mano
twitter
@borisandcrispin @Ex3NDR @PeoplesGrocers @bra1n_dump which slash commands are supported now? /init worked, but e.g. /agents & /costs not… anyway huge UI jump in last version 😍
Screenshot
1
Aug 3, 2025

How does it work?

Start Happy CLI and you'll have a regular Claude Code session. But you can continue that same session from iOS, Android, or Web
Happy has three parts that work together:
CLI Program (happy)
└─
This runs on your computer. It starts Claude Code and watches what it does. Then it encrypts this information and sends it to a server.
Mobile App
└─
This runs on your phone. It gets the encrypted data from the server and shows you what Claude Code is doing. All the display code lives here.
Relay Server
└─
This connects your computer and phone. It passes encrypted messages between them. The server can't read your data. It just moves encrypted blobs around.