WorkGround2: a local-first workbench that runs alongside your Codex CLI #41033
KiddPhenix
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
WorkGround2 is a local-first, MIT-licensed AI engineering workbench 鈥?one Go binary that unifies the CLI/TUI, a desktop app, and IM bots on a single agent core. It's a layer on top of the tools you already use, not a replacement: your local Codex CLI keeps working, and WorkGround2 auto-discovers it.
I built it because I was tired of babysitting the terminal and tired of long sessions getting expensive. The four things that matter most to me:
npm i -g WorkGround2, thenWorkGround2 setup.Under the hood it's multi-model (DeepSeek / OpenAI-compatible / Anthropic / local CLI), with MCP over stdio / Streamable HTTP / SSE, project memory, and every write approvable and rollback-able (checkpoint +
/rewind). IM bots relay messages to a local session as a remote entry.Repo: https://github.com/KiddPhenix/WorkGround2 鈥?issues, PRs, and honest "it broke here" reports are all welcome.
All reactions