Skip to main content

Platform Support

ArcKit CLI supports multiple installation methods across different platforms:
PlatformClaude Code PluginGemini CLI ExtensionCodex / OpenCode CLI
macOSFull supportFull supportFull support
LinuxFull supportFull supportFull support
Windows (WSL2)Full supportFull supportFull support
Windows (native)Full supportFull supportPartial
Windows users: The Claude Code plugin and Gemini CLI extension work natively on all platforms. For Codex CLI / OpenCode CLI on native Windows (without WSL), some commands containing inline bash snippets may require Git Bash or WSL2. We recommend WSL2 for the best experience.

Installation Methods

Claude Code provides the most complete ArcKit experience with all 54 commands, 5 autonomous research agents, 4 automation hooks, and bundled MCP servers.
1

Add ArcKit Plugin

Install the ArcKit plugin (requires Claude Code v2.1.63+):
/plugin marketplace add tractorjuice/arc-kit
Then install from the Discover tab.
2

Start Using ArcKit

Claude Code is ready to use immediately — no initialization needed. All commands, agents, hooks, and MCP servers are available.
/arckit.principles Create principles for a financial services company
Why v2.1.63? This version fixes memory leaks in subagents and long-running sessions (critical for ArcKit’s 5 research agents), resolves MCP server cache leaks on reconnect (affects all 4 bundled MCP servers), fixes stale skill caching after /clear, and adds worktree config sharing.

Why Claude Code?

Claude Code is the primary development platform for ArcKit and provides capabilities not available in other formats:
FeatureClaude CodeGemini CLICodex / OpenCode
54 slash commands
Templates & scripts
Bundled MCP servers (AWS, Azure, GCP, DataCommons)✅ (3 servers)Manual setup
Autonomous research agents (5 agents)
SessionStart hook (auto-detect version + projects)
UserPromptSubmit hook (project context injection)
PreToolUse hook (ARC filename auto-correction)
PermissionRequest hook (auto-allow MCP tools)
Automatic marketplace updatesManual reinstall
Zero-config installationarckit init required

Requirements

ArcKit CLI requires:
  • Python: 3.11 or higher
  • Dependencies:
    • typer — CLI framework
    • rich — Terminal formatting
    • httpx[socks] — HTTP client with SOCKS support
    • platformdirs — Platform-specific directory paths
    • readchar — Cross-platform keyboard input
    • truststore>=0.10.4 — System certificate stores
All dependencies are installed automatically when you install ArcKit CLI.

Latest Release

Latest Release: v3.0.9

Next Steps

After installation, see the Quickstart guide to create your first ArcKit project.

Build docs developers (and LLMs) love