abralo

Native desktop · mac · windows · linux

Run several Claude Code
agents at once

Designed to allow you to manage multiple agents in one window. Lightweight, shows which agents need your attention and helps manage token usage.

Download free for up to 4 agents at once

Where this is going

Lightweight and fast

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

Easy to read

Let's you know which agents need attention and which don't.

Terminalclaude
~/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.
Abralosame run
Fix the login redirect loop Question

The session cookie is set after the 302, so the browser never stores it. Moving it ahead of the redirect.

Readauth.rs
Editauth.rs
- set_cookie(sid); redirect("/dash")
+ set_cookie(sid, http_only: true)
+ redirect("/dash")
+2 −1click to open
Bashcargo test redirect
INcargo test redirect
OUTtest result: ok. 3 passed
Cookie

Should the cookie be httpOnly? It changes how the SPA reads it.

Yes — httpOnlySafer; the SPA never touches it1
No — keep it readableThe SPA needs the value in JS2

Usage & models

Get more out of the plan you already pay for

Usageshared quota
5-hour window61%
weekly28%
Modelsper lane
auth fixOpus
log watchHaiku
outreachSonnet
refactorOpus

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

FAQs

Do I need a Claude subscription?+

Yes. Abralo drives the official claude binary using your own Pro or Max accounts. 

Are my conversations private?+

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).

How is this different from Claude Code in a terminal?+

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.

Is it free?+

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.

Which platforms?+

macOS, Windows, and Linux. A real native build on each, not the same web page in three wrappers.

Get your superpower

Free. No signup. Installs in a few seconds.