One hub for every AI coding agent.
# Install Desktop App
brew install --cask akarachen/tap/aghub| Platform | Download |
|---|---|
| Windows (experimental) | setup.exe |
| macOS (Intel) | dmg |
| macOS (Apple Silicon) | dmg |
| Linux | AppImage |
Or visit Releases for all available downloads.
- Windows: Windows 10 and above
- macOS: macOS 12 (Monterey) and above
- Linux: Ubuntu 22.04+ / Debian 11+ / Fedora 34+ and other mainstream distributions
Unified MCP Management
- Configure once, deploy to any of 22+ supported agents
- Stdio, SSE, and StreamableHttp transports
- Enable or disable servers without removing them
- View and audit servers across all agents in one command
Portable Skills
- Import
.skillpackages or author skills with SKILL.md frontmatter - Share skills across agents via the universal skills directory
- SHA-256 content verification and source provenance tracking
- Browse and install from the skills.sh marketplace
Flexible Scoping
- Install plugins from anywhere — the official registry, third-party Git URLs, or a local path
- Marketplace built in — discover, browse, and install Claude Code plugins (v2) without leaving aghub
- Full lifecycle management — install, update, enable/disable, and remove plugins with one command
- Global or project scope — apply plugins everywhere or pin them to a single project
Claude Code Plugins
- Start from a preset — spin up popular providers from built-in presets, or configure a custom endpoint from scratch
- Bring your own model — point Claude, Codex, and OpenCode at any custom inference endpoint
- Every API format — Anthropic Messages, OpenAI Chat Completions, and OpenAI Responses
- Keys stay safe — API keys are stored in your OS-native keychain, never in plaintext config
- Per-agent model selection — choose the right provider and model for each agent independently
Claude Code Plugins
- Install plugins from anywhere — the official registry, third-party Git URLs, or a local path
- Marketplace built in — discover, browse, and install Claude Code plugins (v2) without leaving aghub
- Full lifecycle management — install, update, enable/disable, and remove plugins with one command
- Global or project scope — apply plugins everywhere or pin them to a single project
Contributions are welcome! To get started:
git clone https://github.com/akarachen/aghub.git
cd aghub
just desktop # Debug build
just test # Run tests
just lint # Run clippyPlease ensure just test and just lint pass before submitting a pull request.
This project is licensed under the MIT License.

