Native desktop · mac · windows · linux
Designed to allow you to manage multiple agents in one window. Lightweight, shows which agents need your attention and helps manage token usage.
Where this is going
Every design decision has been taken with performance in mind. The app is a few megabytes and you can run up to 6 agents in parallel on a cheap laptop with 8GB RAM. Enables you to run multiple agents in the background.
Light & legible
Let's you know which agents need attention and which don't.
~/api$ claude > fix the login redirect loop ● Read(src/auth.rs) ⎿ Read 124 lines ● The session cookie is set after the 302, so the browser never stores it. Moving it ahead of the redirect. ● Update(src/auth.rs) ⎿ Updated · 2 additions, 1 removal 41 - set_cookie(sid); redirect("/dash") 41 + set_cookie(sid, http_only: true) 42 + redirect("/dash") ● Bash(cargo test redirect) ⎿ test result: ok. 3 passed ● Should the cookie be httpOnly? It changes how the SPA reads it.
The session cookie is set after the 302, so the browser never stores it. Moving it ahead of the redirect.
Should the cookie be httpOnly? It changes how the SPA reads it.
Usage & models
Shows your Claude Code usage and gives warnings when you're burning through tokens quickly (and risking hitting the session and/or weekly limits).
Questions
Yes. Abralo drives the official claude binary using your own Pro or Max accounts.
Your conversations, code and prompts are between you and Claude only. Abralo can't see any of it. We do track anonymous usage of features (to see what we need to build next), but you can opt out of this at any time in the in-app menu (bottom right).
In a terminal you run one agent at a time, in a single stream of text that scrolls past as it works. Abralo runs several at once, each in its own lane, and lays each one out beautifully so you can read it at a glance. It tells you plainly which lane is waiting on you.
Yes - up to four agents simultaneously is free. You don't need an account (other than your existing Claude Code account) and there's no time limit or nagging. You get the whole app.
If you want more than four agents simultaneously, you can lift the limit in app.
macOS, Windows, and Linux. A real native build on each, not the same web page in three wrappers.