# Abralo

> A native desktop app for running and managing multiple Claude Code agents simultaneously across projects, with token usage monitoring and mobile notifications.

Abralo is a lightweight native desktop application built for developers who run multiple Claude Code agents at the same time. It provides a unified window to manage all active agents, surface which ones need attention, and monitor token usage — replacing the need to juggle split terminals or browser tabs. The app is built by an independent developer (Chris) and is available for macOS, Windows, and Linux as a true native build on each platform.

## What It Is

Abralo sits on top of the official `claude` binary and drives it using the user's existing Claude Pro or Max subscription. It is not a separate AI model or API — it is a desktop interface that makes Claude Code easier to manage at scale. The core problem it solves is the cognitive overhead of tracking multiple concurrent agents: which one is waiting for input, which is burning tokens fastest, and which has finished. The app is designed to be a few megabytes in size and fast, so it can handle a fleet of agents without taxing the host machine.

## How It Works

Each agent in Abralo maps to a project folder. All agents are visible in a single window, and the UI is designed to be more readable than a raw terminal — showing structured diffs, bash output, and inline questions from Claude in a formatted layout rather than a scrolling text stream. When an agent needs user input (e.g., to answer a question before proceeding), Abralo surfaces a clear nudge so the developer knows exactly which agent is blocked and why.

Key capabilities include:
- **Multi-agent management**: Run unlimited agents across different project folders simultaneously
- **Token usage dashboard**: A per-session and per-week usage gauge with burn-rate estimates per agent, showing how long until the current Claude plan limit resets
- **Inline question answering**: Agents that pause to ask questions surface those questions directly in the UI with selectable answers
- **Interrupted turn recovery**: If a weekly token limit is hit mid-turn, the interrupted turn is held and replayed automatically when the limit resets

## Pro Tier: Walk-Away Layer

The free app covers all core agent management. The Pro upgrade adds mobile notifications — linking a phone so Abralo can push an alert the moment any agent needs attention. From the phone, users can approve safe actions or stop an agent without returning to the desktop. The homepage describes this as the "walk-away layer" for staying in control when stepping away from the machine.

## Platform and Positioning

Abralo targets developers already using Claude Code who want to scale beyond a single terminal session. The FAQ explicitly compares it to tools like Conductor and Claude Squad, noting that those tools focus on running many agents on a single repo in git worktrees, while Abralo takes a different angle: one agent per project folder, all in view. The app requires no Abralo account — only an existing Claude Code subscription — and tracks only anonymous feature usage (opt-out available in-app).

System requirements for Linux are Ubuntu 22.04+, Debian 12+, or Fedora 36+ (64-bit, 2022 or newer). macOS and Windows builds are also available.

## Update: v0.1.20

The GitHub releases page shows the latest version is **v0.1.20**, published on July 10, 2026. The repository (`cw12574/abralo-app`) is used for distributing downloads and release artifacts. The project is in active early development, with the initial repository created in late June 2026 and releases shipping within weeks.

## Features
- Run multiple Claude Code agents simultaneously
- Single-window multi-agent management
- Per-agent token burn rate monitoring
- Weekly and session usage gauges with reset countdowns
- Inline question answering with selectable options
- Interrupted turn recovery after hitting token limits
- Mobile push notifications for agent attention (Pro)
- Remote approve or stop agents from phone (Pro)
- Structured diff and bash output display
- Lightweight native build on macOS, Windows, and Linux
- No Abralo account required
- Anonymous usage tracking with opt-out

## Integrations
Claude Code, Anthropic Claude Pro, Anthropic Claude Max

## Platforms
WINDOWS, MACOS, LINUX, API, VSC_EXTENSION

## Pricing
Freemium — Free tier available with paid upgrades

## Version
v0.1.20

## Links
- Website: https://abralo.com
- Documentation: https://abralo.com/#faq
- Repository: https://github.com/cw12574/abralo-app
- EveryDev.ai: https://www.everydev.ai/tools/abralo
