OpenChamber: An Agentic Development Environment

openchamber.dev
hexomancer
7 hours ago
100points
53 comments

Comments

arcanemachiner5 hours ago
Had to scroll all the way to the bottom to see that its a wrapper for OpenCode.

This actual functionality should be more explicitly stated, and should be described much sooner IMO.

trueno5 hours ago
on the scroll note, the top background had a seizure while i was scrolling down
azuanrb6 hours ago
I prefer Paseo https://github.com/getpaseo/paseo, mainly because I have specific preferences for different harness + model combinations. For example, I like using ChatGPT models via pi, and GLM via Claude Code.

If you’re happy with OpenCode as the harness, OpenChamber is great. But if you prefer using different harnesses under the hood, Paseo is a better fit.

I installed it on my homelab and can access the same sessions from my MacBook or iPhone at any time. Been really nice to use so far.

robertn7022 hours ago
+1 for Paseo. Switched over to it a few weeks ago from conductor.build then superset.sh. The mobile app plus Hetzner VPS has been really enjoyable in terms of just firing off random tasks and not being stuck at my desk.
trueno5 hours ago
this looks prettttttty slick i might dive in later.

are people using these things but isolating agents to some sort of containerization individually or do you have like one big dev env ? probably time i get around to sorting a better dev container strategy just to isolate agents here but trying to think of the best way to set this up locally.

barishnamazov2 hours ago
I have a VM in which I run my general compute. In that VM I use incus linux container and run these tools as unauthorized user of the container. That should be reasonable security while having nice control for resources.
azuanrb4 hours ago
It’s just a personal preference, to be honest, so I wouldn’t overengineer it yet. In my case, I run it in a VM behind Tailscale. The main reason is that I want it to be able to install or use whatever tools it needs without contaminating my main machine. It can expose anything I need over Tailscale. So for me, it’s basically just a cheap, throwaway machine.
krupkinmaxim4 hours ago
[flagged]
tomislavpet6 hours ago
I'm using Orca recently for both coding and as a terminal and like it a lot, seems this is very similar, just tied to a single harness?
epistasis5 hours ago
Orca is my main ADE too, but I haven't found any other users!

What do you when done with a work tree? Just delete? I wish there was a middle ground of hiding it from the main panel, but keeping it for a week or so just in case I need to refer to something in the transcript...

vulture9164 hours ago
Even though all these "ADE"s are mostly the exact same (Superset, T3, Conductor, Paseo,random Reddit-dude,etc.). I'm liking Orca largely because of the built in browser with ability to select an object(s), write a comment and send it back to the agent. I had built my own solution, but Orca makes it even easier and convenient.
BlueOrigin501 hour ago
Huge fan of Orca too.

You can "sleep" the worktree so that it shuts down the terminals / agents to not consume RAM. Then in the worktree card filter, you can select "hide sleep"

Later you can "unhide sleep" and click into the worktree to wake it up if you need it. It will restore all the agents

moltar5 hours ago
Huge fan of Orca. Been using it for a month. Plan to setup a proper remote env this week.
Squarex6 hours ago
It's nice but I get such memory leaks that I have to reboot my bacbook after a few hours of using it. Sticking to opencode gui for now.
dakiol4 hours ago
Over 50 npm dependencies (dev and non-dev). Is this really how things are developed in 2026? After all what's happening (cyber security), is any developer out there running this kind of software just like that in their main machines without any concerns?
KronisLV2 hours ago
I really enjoy the sidebar style for organising work, I’m not sure why the OpenCode desktop app moved to browser-like tabs (horizontal ones, though tbh my browsers now have vertical ones ehh).
ashot1 hour ago
Try codecast for a better version of this that works across all agent harnesses in one unified way.
joshgachnang7 hours ago
This looks pretty awesome, like almost exactly what I've been hoping for. Is it possible to run the sessions on a remote server to keep tasks running? I mostly work from my laptop and it's nice to fire off tasks to a remote server (mostly been Cursor Cloud Agents lately) and close my laptop, maybe check in from the app later.
polski-g6 hours ago
Yes
throwatdem123116 hours ago
> development environment

First screenshot is of a phone.

Yeah I’m never installing a coding agent on my phone.

aleksiy1235 hours ago
Why not?

Both codex and Claude have remote from phone. I’m personally using cli + terminal from phone.

I’m sure I’m not the only one.

throwatdem123113 hours ago
Because I’m not putting work in my pocket.
marginalia_nu4 hours ago
Tiny screen that can barely show any information and the awkward miniature keyboard that's slow to use and gives no feedback, it's a pretty awful way to do anything.
milkshakes3 hours ago
lately, i like to try to spend the morning talking through and framing up a few very detailed initiatives for parallel efforts that each spawn and orchestrate their own tasks, then feed them to /goals and go for a nice walk in the park, get some groceries, check in on the orchestrators and spawned tasks along the way, steer them from the phone.

so far it's been working pretty well for me in most cases, but not always. having a few parallel efforts in motion means that even if one goes off the rails, i can pause it and still make progress on the others, then fix it up when i get home.

shostack5 hours ago
Are there any Android remote terminal apps that don't suck on mobile? Termius is painful.
asar2 hours ago
if you're using herdr, i built a plugin exactly for this reason. its a pwa so requires a proper frontdoor for secured access (tailscale, netbird etc.).

https://github.com/AltanS/collie

aleksiy1234 hours ago
I’m using Termius.

It’s not great but it’s better than anything else I’ve tried.

xienze5 hours ago
You can also use it as a plain old chat client. I prefer it over OpenWebui because I can actually carry over my OpenCode configuration, which has specialized subagent definitions (for example, the "research" agent fires off a bunch of "web search" agents that use a cheap model to fetch and summarize, and the more capable "research" agent pulls it all together, decides if more search effort is necessary, etc.). So I can VPN into my home network and boom, self-hosted chat interface that's more capable than what you can (easily) do in OpenWebui.
kburman6 hours ago
I wonder what JetBrains is doing. They had such a strong lead, but with the rise of AI, they seem to be heading down the same path as Stack Overflow.
jasim6 hours ago
I've been paying JetBrains in a personal capacity for about 15 years. Almost from the first year of my professional career. I didn't renew this year. I feel so sad and disheartened that a company that produced such brilliant tools have completely lost the plot on AI. They had started work on Fleet, a lightweight VSCode like IDE, before LLMs became big, but abandoned the effort without seeing it through. It could've been a great agentic IDE (all I want is whole file+project view for every conversation, instead of just diff so I can have a better perspective of the codebase). Instead they built multiple confusing tools (might be internal org structure and competition leaking out), and took far too long to adopt SOTA CLI coding agents, and kept charging for it as a separate subscription. I wish they do a whole company rethink on agentic development, but it is going to be tough because the existing enterprise licenses will continue to be the main revenue driver for a few more years, until it all dries up all at once.
pohl5 hours ago
I use IntelliJ at my current gig—and the CoPilot plugin for AI, because it’s what I have access to—and it has become ClaudeCode-esque of late: sub-agents, skills, tool-calling, hooks…and continues to improve. It’s unfortunate how the AI-in-a-sidebar UI kind of hides how sophisticated it has grown, but it’s a glass of ice water in hell in an environment where you can’t easily procure what you want.
SpyCoder776 hours ago
Yes, I haven't heard as much about them lately as I had in the 2022-23 era.
Squarex6 hours ago
They have the Air and it's quite nic for agentic coding.
aitchnyu5 hours ago
I let my Pycharm sub lapse since I switched to VSCode. Its lighter and better at some static analysis.
cyberax3 hours ago
Same thing. I've been using JetBrains IDEs for 25 years, and by now the keyboard shortcuts are hardwired into my fingers.

They fumbled the initial rollout with the way they gate-kept the agents behind their own subscription. I used Claude through its API pricing for a while, and the UI experience with the sidebar chat was so much better than the Claude CLI.

I could see the thought stream, click on artifacts, view diffs, etc. But it burned through tokens way too quickly, so I downgraded to the CLI agent.

At least I can use IDEA's inspections through the MCP server. It enables the agent to use the IDEA's index for navigation (finding usages, locating symbols, etc.)

catlover762 hours ago
[dead]