Live data from Hacker News

Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

github.com

11–20 of 22 posts

Re: Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

#11
I tried setting up opencode for the server, but it just won't persist my conversations. Hows the mobile/client access on this? Claude remote works well... for Claude... but I havent seen anything comparable open source.

edit: tmux + terminal harness is my current go to

Re: Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

#12
post #9

why would someone use this tool over Codex? Can't I use Codex with any model?

nope, codex only works with openai models. Proliferate wraps around harnesses (codex, claude code, etc.) so Proliferate would be a strict superset of Codex in that sense.

Re: Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

#13

I tried setting up opencode for the server, but it just won't persist my conversations. Hows the mobile/client access on this? Claude remote works well... for Claude... but I havent seen anything comparable open source. edit: tmux + terminal harness is my current go to

Great question!

I also haven't seen comparable remote control functionality in open source tools- even in the closed source world, Codex and Cursor are in my experience the only very stable remote control experiences right now.

As for Proliferate, we don't currently support mobile access as a first class feature- we have a beta version available but don't want to release to GA yet as we're trying to match the above Codex / Claude quality and stability bar first.

Re: Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

#15

Does each harness keep its native auth and subscription, or do requests eventually route through you?

you keep the native auth and subscription, so you can use your Claude Code plan or any credits you have as well as existing auth methods

Re: Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

#19
post #6

How does this compare to https://github.com/pingdotgg/t3code or https://github.com/getpaseo/paseo ? Is there a good resource indexing all the coding agent tools / harnesses? Every awesome list I've found so far seems very incomplete, but I'm sure its impossible to keep up. My daily drivers are still: - exe.dev + Shelley + terminal multiplexer ( https://zmx.sh/ or tmux) + `codex` CLI - Conductor.build I would love an…

how are you liking shelley?

haven't really tried shelley much yet, I've been interacting with exe.dev over SSH and then claude cli with my sub once I'm ssh'd in. Next step I've been procrastinating is tailscale on my exe VM and mosh on the tailnet address.

Post reply on HN