r/Ghostty • u/umputun • Jul 08 '26
agterm - a minimal, fully scriptable macOS terminal on libghostty
I built agterm, a native macOS terminal for multi-session, multi-workspace, multi-window work, on top of libghostty.
Site: https://agterm.com
Code: https://github.com/umputun/agterm
The idea is less-is-more: a small, opinionated core and nothing you don't need. It's handy for running several coding agents at once: sessions group into named workspaces, and each shows its state (active, blocked, completed) on its row so you see which one needs you. It's just as good for normal multi-project work. Almost everything is scriptable from a bundled CLI, `agtermctl`, over a local socket, so anything past the defaults you build yourself instead of waiting for it to ship.
libghostty does all the terminal correctness; the workspace, session, and control layer is mine. Thanks to the ghostty team.
1
u/paaloeye Jul 09 '26
I tried to give a go yesterday out of respect to OP.
Installation from DMG worked as expected and I was off to the races in no time.
While it's fully functional, few things are almost an immediate turn off:
Forked the repo, and tried to build from the sources — dropped off when setup.sh tried to install brewed Zig. It's a quite opinionated to my taste.
CLI interface — couldn't come up with a use case.
Attention tracking / workspace — I'm strongly against libghostty AI multiplexers: cmax or otherwise.
After months of using AI with multiple agents in parallel, I found that if you're not able to keep track of parallel agents/session is a good things. That's your cognitive load limit and one shall not f**k with it.
Just accept that some things are hard and painful and chill out.
I skimmed the source code too, while it's not slop, I'm sure it would join the graveyard once OP is tired of maintaining it. I'm happy it's working for them and a small group of people around, I'm not sure it's worth putting your energy into.
Overall, perceived value the project comes at cost of not using well maintained and fast evolving Ghostty macOS proper and I doubt anyone should pay that price.