Interactive Terminal
Real Claude/Codex CLI in your browser via xterm.js. Paste, type, interact — everything works. Sessions survive browser disconnection.
You already use Claude Code and Codex in your terminal. But when you’re running 6 agents in parallel across multiple repos, juggling terminals doesn’t scale.
Abbado gives you one dashboard to orchestrate everything.
Interactive Terminal
Real Claude/Codex CLI in your browser via xterm.js. Paste, type, interact — everything works. Sessions survive browser disconnection.
Multi-Agent Parallel
Launch multiple agents simultaneously on the same project. Each gets its own git worktree — no conflicts.
CLI Hooks
Claude Code hooks notify Abbado in real-time: tool usage, permissions, task progress, completion. Zero parsing.
Git Workflow
View diffs, commit, rename branches, push, create PRs/MRs — all from the sidebar. GitHub and GitLab.
Notifications
Discord alerts when agents finish, need permission, or fail. Per-session toggle.
Agent Templates
14 preconfigured agents: PR Reviewer, Bug Fixer, Test Writer, Security Auditor… Or create your own.
# Install and runcargo run # Backend on :3000cd frontend && npm run dev # Frontend on :5173
# Or use the Makefilemake dev