Hacker News new | ask | show | jobs
by imron 15 days ago
I love opencode but it chews through memory on my 64gb MacBook Pro. Can’t have too many long running sessions because the memory use just slowly creeps up.

It’s not about the terminal at all which as you noted accounts for minimal isage. It’s all the internal chat and history and everything else the agent tracks - all of which are smallish (and largish) strings allocated on the heap.

I don’t have the same issues with rust based tuis.

1 comments

What's the rust based tui that has same capability as opencode?
not 100% feature compatible but close enough in terms of capabilities that I use: codex, and grok build.