Accelerate
Queue tasks,
dispatch to agents
Add tasks to a queue. Pick which agent runs each one. Reorder priorities on the fly. Watch them execute in parallel.
Works with Claude, Codex, OpenCode, Antigravity
Same queue, different agents. Pick the right tool for the job.
Drag to reorder, click to dispatch
Change priorities while tasks run. No restart needed.
Keyboard shortcuts for everything
New pane, dispatch, reorder, kill—never touch the mouse

One skill file,
every agent
Store skills in ~/.config/axel/skills. Axel symlinks them to each agent's expected location when you launch.
axel -w feat/auth
Spawns a git worktree + tmux session for that branch
AXEL.md defines your layout
Panes, skills, grid positions—all in one YAML frontmatter
tmux or iTerm2
Sessions persist. Close your terminal, reattach later.
Approve or deny
from one inbox
Agents request permission to edit files, run commands, make API calls. You see them all in one place. Approve, deny, or set rules to auto-approve.
Full context on each request
File path, diff preview, command args—before you approve
Auto-approve rules
Skip the inbox for read-only ops or small edits under N tokens
macOS notifications
Get pinged when an agent is blocked waiting for approval
Edit src/auth/middleware.ts
Claude wants to modify the auth middleware to add JWT validation
Run: pnpm test
Execute test suite in /packages/api
Read package.json
Access project dependencies
Also included
Things we needed, so we built them.
AXEL.md
YAML frontmatter + markdown. Panes, skills, layouts—one file per project.
Token + cost tracking
See input/output tokens and USD per task. Cumulative totals per session.
Nothing runs without approval
Every file edit and command needs explicit permission. You set the rules.
Native macOS, iOS, visionOS
SwiftUI app. Menu bar access, keyboard shortcuts, Spotlight integration.


