Releases: Codename-11/ARC
Releases · Codename-11/ARC
Release list
v0.1.0
ARC v0.1.0-beta
First public beta of ARC — Agent Runtime Control.
Highlights
- Multi-account profiles — manage multiple Claude, Gemini, and Codex configurations from one CLI
- Shared layer — sync MCP servers, commands, memory, and CLAUDE.md across all profiles
- TUI dashboard — interactive terminal UI for browsing, launching, and switching profiles
- Cross-platform — Windows-first with full macOS/Linux support; bash, zsh, fish, and PowerShell shell integration
Install
npm install -g @axiom-labs/arc-cli
arc setupOr use the bootstrap one-liner:
PowerShell:
irm https://raw.githubusercontent.com/Codename-11/ARC/master/scripts/bootstrap.ps1 | iexmacOS / Linux:
curl -fsSL https://raw.githubusercontent.com/Codename-11/ARC/master/scripts/bootstrap.sh | bashWhat's Included
- Profile creation, import, switching, deletion
- OAuth, API key, Bedrock, Vertex, Foundry authentication
- OS keyring storage with plaintext fallback
- Shell integration (auto-wraps agent commands with active profile)
- Environment isolation between profiles
- TUI dashboard with keyboard navigation
- Shared MCP servers, commands, CLAUDE.md, memory, and projects across profiles
- Per-profile launch args and env overrides
- Doctor diagnostics and onboarding wizard
- Setup/update/uninstall lifecycle management
Known Limitations
- TUI setup/import/doctor flows are CLI-only for now
- Workspace-aware profile selection is not yet implemented
- Profile inheritance is planned but not available in this release
Feedback
Please report issues at https://github.com/Codename-11/ARC/issues