Rendered at 20:55:57 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
terhechte 1 days ago [-]
I created something similar, fully open source, using the ideas behind scrolling window managers. There's currently no website as I'm actively using it to work on a different project. It has features such as a shortcut (command+.) to open an overlay menu that allows you to switch to any split just by typing a letter and a number. Throughout the app. It also has optional vim bindings, support for different models and agents (e.g Claude, Codex, etc via ACP), and much more. There're bugs, but if you run into any, feel free to let AI create a PR. Goes without saying that it's vibe coded.
Looks cool! I like the embedded web panel. Good luck!
rickye26 1 days ago [-]
This looks really cool, especially on the remote control part. I've experienced exactly the same problem, but ended up building my own tool through an opposite architectural approach than Saggar.
The main difference is that I want to keep my existing workflow in Kitty and tmux/zellij. Since all of them provide solid remote control protocol, I wrote captain-miao (https://github.com/hyperlogue/captain-miao) which is a standalone TUI app that runs inside these terminals, observing the agent sessions, managing tabs and windows, and allow me to quickly jump to the exact window/tab that needs my attention. The sessions are still native windows/panes inside the terminal/multiplexer that I configured and polished for years.
One difficulty I found when trying to expanding the agent support beyond claude code and codex, many agents don't provide a good way to inject hooks to listen to the session status change. wondering how Saggar solves this problem. do it infer state from the screen buffer?
mcclowes 1 days ago [-]
Looks great, well done! Kitty is great too, makes sense.
I have purposefully kept things quite tight for my own sanity, but I think it makes sense market-share wise at the moment.
At the moment I'm also assuming that if someone is using Cursor AI tooling/Grok, they're probably using Cursor IDE and terminals in there.
I am planning on looking into integrating Pi.dev, which I love the philsophy of (though don't use personally just because API usage costs so much).
the_other 4 hours ago [-]
Just an anecdata: I really dislike the Cursor IDE's session/worktree handling, but my company only provide Cursor licences. So I'm using herdr, cursor cli ("agent"), a custom workflow skill that reads a manifest of the repos I work with + the setup commands they need.
mcclowes 3 hours ago [-]
Ah interesting! Thanks for sharing.
kirk_108 2 hours ago [-]
About your product, nothing to add abt it. It's an incredible idea! Everytime I use my terminal I usually get lost with the many windows I open and I'm pretty sure your platforms can solve this issue!
About your website I'd just suggest that the landing page animation could be something about how the terminal windows are scattered and then, when you gather them all in, let's say, a box it'll then show Saggar logo!
hk1337 2 hours ago [-]
Looks nice. It didn't add fish shell, only zsh and rather difficult to get it to use it as default.
If I had had fish setup in the /etc/shells correctly, it probably would have used it but after the fact, I can get it to load but it doesn't stick.
carljungslabtek 1 days ago [-]
We have something very similar to this at my company, with the biggest difference being that it integrates with our Jira instance and can organize things around tickets.
I really like your omni search / command bar at the top though, I find it annoying to do something randomly quickly in our app. Now I want to fork it and add that…
Thanks for sharing, it’s really cool and looks nice.
mcclowes 1 days ago [-]
Oh interesting. I do have a feature I've played about with that pulls through GitHub issues/Jira tickets (kind of mirroring the kanban board), and makes it easy to throw AI at it - does your tool go further than that?
Thanks :)
anigbrowl 1 days ago [-]
Nice design, I look forward to trying it out when I get back to the computer. I don't like kicking off some web server process on localhost and then forgetting about it if I close the browser window.
Any special reason it's Apple silicon only? This seems like something that'd be handy to have on any machine.
mcclowes 1 days ago [-]
Thank you! If there's interest I could look into other OS', I don't rate electron apps and I'd want to do that natively. Plus, I'm personally a Mac user haha.
anigbrowl 1 days ago [-]
I still get use out of Intel Macs too and wondered if there was some technical reason that made it harder to implement on other hardware.
Why? Tahoe hasn’t even reached its first birthday and plenty of us are still on Seqouia not wanting to put up with apple’s disaster release. There’s nothing a terminal needs from Tahoe specifically.
mcclowes 1 days ago [-]
Not a purposeful exclusion, macOS 26 simply the lowest version I currently build and test against.
It's a great call out, I'll take a look at that shortly.
LouisvilleGeek 22 hours ago [-]
Looks great. My only nitpick is "Know which terminal needs you." should be "Know which process needs you."
n738 1 hours ago [-]
Why
gegtik 1 days ago [-]
I've been testing out herdr, how would you compare this featurewise?
mcclowes 1 days ago [-]
Similar kind of idea, similar in terms of features. Obviously there's a big difference in feel, Saggar being a mac app with terminals, rather than living in your existing terminal app, and I think Saggar really makes the most of that difference.
Beyond the UI, monitor & quick run windows, and rich command palette, I think the way Saggar orients your activity around your projects (e.g. a git repo) is really intuitive over the workspace model.
I'm still working on coverage for Pi and OpenCode though!
threecheese 1 days ago [-]
My suspicion is that Herdr will go this way with the YC relationship; they are keeping the runtime open source - the thing their terminal UI is built on- and there’s no reason cli needs to be their only target. Your app is very nice looking!
mcclowes 1 days ago [-]
They may well do!
Thank you!
cscharenberg 1 days ago [-]
1. Cannot create account because the CSP policy on the site blocks its own captcha.
2. The github repo URL is a 404, as is Releases and Issues links.
I was hoping this would satisfy a need so I didn't have to build a full tool myself. Kiln looks interesting, too.
mcclowes 1 days ago [-]
Apologies for that false start! Sign up should be working again.
monkpit 1 days ago [-]
I love this but I can’t figure out how to have my two computers have remote control sessions at once from a single phone browser session. Is it possible?
mcclowes 1 days ago [-]
ooh I have not built for that yet, let me take a look at that. Great request.
monkpit 1 days ago [-]
Ok! This is a killer feature / a must for me. I can use Claude code’s remote control, but I can’t do that across my multiple accounts. So having the ability to manage any and all sessions remotely is my goal with a tool like this, if it matches your goals I’d love to see it added. Thanks!
mcclowes 1 days ago [-]
I haven't got a second device to hand to test this right now, but there's was only a small bit of code forcing 1-1 pairing so this SHOULD work now. Feel free to try, or I'll post again once I've had a chance to verify.
monkpit 1 days ago [-]
Seems to work! The UI for switching boxes is a little fiddly but it does work. Thanks!
fragmede 1 days ago [-]
usecase is I have a Mac laptop and a windows laptop because I need to support both platforms.
mcclowes 1 days ago [-]
Ok, I don't support windows yet :/
hmokiguess 1 days ago [-]
I really like the aesthetics and the design, though I wish it was open source and did not require an account.
mcclowes 1 days ago [-]
Oh, you don't NEED an account dw. There's only a few features that need it (e.g. remote control).
I open source a lot of projects (https://github.com/mcclowes) so my first instinct was to, and I'll consider that in the future!
hmokiguess 1 days ago [-]
Sweet, thanks for replying. I'll follow your github and try it out down the road if it goes open source! Nice work :)
natsucks 1 days ago [-]
i've noticed recently that some agentic TUIs have introduced a dashboard of sorts for different sessions that you access by just pressing left arrow. i wonder if they are trying to solve some of the problems mentioned by the author and whether that would ultimately be the best solution.
mcclowes 1 days ago [-]
I used those dashboards extensively, they are useful! But found that they put visibility at the wrong level. I wanted a view across all my terminals, regardless of which agent or provider they’re running, including terminals where I’m working manually.
taude 1 days ago [-]
how's this compare to CMUX?
EDIT: I'll probably ask this exact question everytime someone posts a new agentic terminal manager.
EDIT EDIT: looks like there's some form of companian app, that's kind of cool. Will have to check this out later.
mcclowes 1 days ago [-]
Similar in terms of features. I'd see the most meaningful advantage is the user experience, I find myself working significantly faster with Saggar. Beyond the UI, monitor & quick run windows, and rich command palette, I think the way Saggar orients your activity around your projects (e.g. a git repo) is really intuitive over the workspace model.
taude 1 days ago [-]
cool. I'll give it a go. the Companion app sounds like it could be a great way to control this, since my only option right now is directly to controlling only claude sessions.
HunterXHamburge 1 days ago [-]
Looks cool, I'll give it a try
johng 1 days ago [-]
Before you try stuff like this, from an unknown developer, do you run the codebase through AI to scan for malware, backdoors, etc and build it yourself? I'm always skeptical about running stuff like this now a days.
Tried to sign up with an account and the confirmation email never arrived. I tried twice. Using fastmail, didn't hit the SPAM folder either.
mcclowes 10 hours ago [-]
Sorry you're experiencing that! It's just you and one other users email addresses specifically! Not quite sure why but it seems to be the email sending service not trusting me, specifically when sending to you :/
vancekai 18 hours ago [-]
[dead]
rafram 1 days ago [-]
> What says no is the account: nothing pairs that is not signed in as you.
I am begging Claude to stop treating the English language this way.
epistasis 1 days ago [-]
Claude's RLHF has gone really over the top in recent versions. If you browbeat Claude enough you can get it to start self-censoring, but it takes a lot of training and memory creation. I almost feel bad for it, given the amount of brow-beatings I've performed.
Some people claim setting the writing style will help, but what ever finishing training is provided to Claude seems to leak through no matter what.
cafebeen 1 days ago [-]
Yes, and also possible they've gone too heavy on verifiable rewards (RLVR) for agentic coding work, and too light on human feedback (RLHF)
musictubes 1 days ago [-]
I had a funny language issue with Gemini Notebook. The “podcast” it created was pretty good but the “hosts” kept using the word exactly as a response to the other. After the 10th or so time it got annoying.
When I generated another one on the next chapter I prompted it explicitly not to use the word exactly as a response. The male host said something and the female said, “Exactly! I mean… 100%” It’s like it can’t help itself but then tries to correct itself.
mcclowes 1 days ago [-]
agreed, that load bearing colon is doing a lot of work there.
I will admit I've been more focused on the app itself!
https://github.com/terhechte/Cormac
The main difference is that I want to keep my existing workflow in Kitty and tmux/zellij. Since all of them provide solid remote control protocol, I wrote captain-miao (https://github.com/hyperlogue/captain-miao) which is a standalone TUI app that runs inside these terminals, observing the agent sessions, managing tabs and windows, and allow me to quickly jump to the exact window/tab that needs my attention. The sessions are still native windows/panes inside the terminal/multiplexer that I configured and polished for years.
One difficulty I found when trying to expanding the agent support beyond claude code and codex, many agents don't provide a good way to inject hooks to listen to the session status change. wondering how Saggar solves this problem. do it infer state from the screen buffer?
I have purposefully kept things quite tight for my own sanity, but I think it makes sense market-share wise at the moment.
At the moment I'm also assuming that if someone is using Cursor AI tooling/Grok, they're probably using Cursor IDE and terminals in there.
I am planning on looking into integrating Pi.dev, which I love the philsophy of (though don't use personally just because API usage costs so much).
About your website I'd just suggest that the landing page animation could be something about how the terminal windows are scattered and then, when you gather them all in, let's say, a box it'll then show Saggar logo!
If I had had fish setup in the /etc/shells correctly, it probably would have used it but after the fact, I can get it to load but it doesn't stick.
I really like your omni search / command bar at the top though, I find it annoying to do something randomly quickly in our app. Now I want to fork it and add that…
Thanks for sharing, it’s really cool and looks nice.
Thanks :)
Any special reason it's Apple silicon only? This seems like something that'd be handy to have on any machine.
I'll look into it again!
Why? Tahoe hasn’t even reached its first birthday and plenty of us are still on Seqouia not wanting to put up with apple’s disaster release. There’s nothing a terminal needs from Tahoe specifically.
It's a great call out, I'll take a look at that shortly.
Beyond the UI, monitor & quick run windows, and rich command palette, I think the way Saggar orients your activity around your projects (e.g. a git repo) is really intuitive over the workspace model.
I'm still working on coverage for Pi and OpenCode though!
Thank you!
I was hoping this would satisfy a need so I didn't have to build a full tool myself. Kiln looks interesting, too.
I open source a lot of projects (https://github.com/mcclowes) so my first instinct was to, and I'll consider that in the future!
EDIT: I'll probably ask this exact question everytime someone posts a new agentic terminal manager.
EDIT EDIT: looks like there's some form of companian app, that's kind of cool. Will have to check this out later.
Not pedantic; helpful! You seem nice.
I am begging Claude to stop treating the English language this way.
Some people claim setting the writing style will help, but what ever finishing training is provided to Claude seems to leak through no matter what.
When I generated another one on the next chapter I prompted it explicitly not to use the word exactly as a response. The male host said something and the female said, “Exactly! I mean… 100%” It’s like it can’t help itself but then tries to correct itself.
I will admit I've been more focused on the app itself!