Choose your AI platform
Install Claude Code
macOS, Linux & WSL:
Windows (PowerShell):
Install ArcKit Plugin
Then install from the Discover tab. The plugin provides all 64 commands, 6 autonomous research agents, 4 automation hooks, and bundled MCP servers. Updates are automatic via the marketplace.
Open Your Project
cd my-project
claudeGet Oriented
Shows project status, connected tools, command decision tree, and recommended next steps.
Initialize Project Structure
Creates the projects/ directory structure for architecture artifacts.
Install Gemini CLI
npm (requires Node.js 20+):
Homebrew (macOS & Linux):
Install ArcKit Extension
Zero-config: all 64 commands, templates, scripts, and bundled MCP servers. Update with gemini extensions update arckit.
Open Your Project
cd my-project
geminiGet Oriented
Shows project status, connected tools, command decision tree, and recommended next steps.
Initialize Project Structure
Creates the projects/ directory structure for architecture artifacts.
Install Codex CLI
npm (requires Node.js 22+):
Homebrew:
Install ArcKit CLI & Initialize Project
Install the ArcKit CLI, then initialize your project:
# Install with pip
pip install git+https://github.com/tractorjuice/arc-kit.git
# Or with uv (recommended)
uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git
# Initialize project
arckit init my-project --ai codexThis copies all 64 commands, templates, and scripts into your project. Use --minimal to skip docs and guides.
Open Your Project
cd my-project
codexGet Oriented
Shows project status, connected tools, command decision tree, and recommended next steps.
Initialize Project Structure
Creates the projects/ directory structure for architecture artifacts.
Install OpenCode CLI
Install script (recommended):
npm:
Homebrew (macOS & Linux):
Install ArcKit CLI & Initialize Project
Install the ArcKit CLI, then initialize your project:
# Install with pip
pip install git+https://github.com/tractorjuice/arc-kit.git
# Or with uv (recommended)
uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git
# Initialize project
arckit init my-project --ai opencodeThis copies all 64 commands, templates, and scripts into your project.
Open Your Project
cd my-project
opencodeGet Oriented
Shows project status, connected tools, command decision tree, and recommended next steps.
Initialize Project Structure
Creates the projects/ directory structure for architecture artifacts.
Install VS Code & GitHub Copilot
Install VS Code and the GitHub Copilot extension.
Install ArcKit CLI & Initialize Project
Install the ArcKit CLI, then initialize your project:
# Install with pip
pip install git+https://github.com/tractorjuice/arc-kit.git
# Or with uv (recommended)
uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git
# Initialize project
arckit init my-project --ai copilotThis scaffolds 64 prompt files, 6 research agents, templates, and scripts into your project.
Open Your Project in VS Code
Use Commands in Copilot Chat
Open Copilot Chat (Ctrl+Shift+I / Cmd+Shift+I) and type / to see all arckit-* commands in autocomplete.
Shows project status, command decision tree, and recommended next steps.
Initialize Project Structure
Creates the projects/ directory structure for architecture artifacts.
Follow GDS Phases
/arckit.command). For Gemini CLI use /arckit:command. For Codex CLI use $arckit-command. For GitHub Copilot use /arckit-command.