Earlier quoted context omitted.
Like what? I like it a lot...
Two of the main feature's we're investing heavily into are remote sandboxes + syncing, and voice agent support, wouldn't work with E2EE.
Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
91–100 of 170 posts
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#92Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#93Earlier quoted context omitted.
I haven't tried out https://hapi.run/ , but I've tried similar things and in my experience Omnara is much more reliable than the other solutions, as well as I enjoy the UX of Omnara much more. Give it a try, it's one command to set up and the free tier gives you everything that the paid tier does, so you can decide if you like it before paying!
when you say reliable what do you mean? hapi never once failed for me, it’s self hosted + tailscale so pretty robust reliability is not big selling point given the high cost on unlimited sessions which I use quite a bunch
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#94Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#95Another option that does all this and more for open code: https://github.com/btriapitsyn/openchamber Not affiliated with that project, but have been using it for a few weeks and it blows every other 'GUI for the CLI agents' I've tried out of the water in terms of both features and just working snappily/consistently. Also totally free, and actively being improved by the solo maintainer and an active community of contr…
Yeah, this looks great for OpenCode (which we're planning on adding soon!), but I personally have Claude Code and Codex subscriptions, which Omnara supports. We also support syncing your local session to a cloud sandbox to continue your session, and in the cloud sandbox, we provide LLM tokens. As well as our voice agent costs are covered by us.
FYI openchamber/opencode support claude/codex/copilot subscriptions as well
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#96I have just a list of chat sessions on the web app on all my projects. The webapp is modified to launch claude code daemons (borrowed from humanlayer/codelayer) and exposes the outbound STT from the WebRTC into a chat session.
- MCP Auth is via auth0
- Webapp itself is gated by a Bearer token.
This itself gets me pretty far. I am not sure what more this is offering?
My TTS/STT models are local by Kyutai and the voice agent's LLM between STT and TTS is used to determine some basic context: e.g. what project directories, mcp servers to select and what skills to use for launching the daemons.
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#97Why don’t use Happy Code? It’s open source and free to use: https://github.com/slopus/happy
We've seen a decent amount of comparisons to Happy, but anecdotally from some Omnara users who have used both, I've heard that reliability and latency when sending messaages is much better in Omnara We try to provide more features on top as well, including (but not limited to): * improved web interface * worktrees * sandboxing * richer git management (richer diffs, checkpoints, git operations) * preview URLs
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#98Earlier quoted context omitted.
when you say reliable what do you mean? hapi never once failed for me, it’s self hosted + tailscale so pretty robust reliability is not big selling point given the high cost on unlimited sessions which I use quite a bunch
I mean messages drop or stall, or syncing doesn't work, or I can't get through setup at all. But I'm sure all these solutions have improved greatly since I've tried them, I tried these things much earlier on. If hapi works perfectly for you, then maybe Omnara wouldn't be much of a value add. Are there any pain points you face with hapi?
I was curious if it had something Hapi didn't have, but sounds like it doesn't.
Thanks for your help!
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#99Earlier quoted context omitted.
Yes, they have E2EE, but it comes with some limitations in the features they're able to provide.
Like what? I like it a lot...
What do you mean by syncing? Happy coder syncs sessions between all my happy coder clients. I can even see in real time how happy coder in my browser's conversations progress as well as on my phone, in parallel.
Omnara also displays realtime conversations between all Omnara clients. What I mean by syncing is syncing your conversation and code changes to a cloud sandbox, which is useful if you're using Omnara on your laptop and you close your computer (as explained in the original post). If you run your agents on a persistent cloud VM, then this is less of a value add.
I can voice chat with Happy coder.
We use https://docs.livekit.io/agents/ which runs the voice agent in the cloud (to enable the above use case, and a better experience when you're using your phone when it's off), whereas I believe happy runs a client-side voice agent.
Re: Launch HN: Omnara (YC S25) – Run Claude Code and Codex from anywhere
#100getting this error trying to connect github: github_unauthorized: GitHub OAuth error: The redirect_uri MUST match the registered callback URL for this application.