Choose your AI platform
Install Claude Code
macOS, Linux & WSL:
Windows (PowerShell):
Already have claude on your PATH? Make sure you're on the latest:
claude install accepts stable, latest, or a specific version. The plugin warns at session start if you're below the supported floor. See setup docs for Homebrew and WinGet alternatives.Install ArcKit Plugin
Then install from the Discover tab. The plugin provides the ArcKit command set, autonomous research agents, automation hooks, and bundled MCP servers. Updates are automatic via the marketplace.
Lighter clone: to skip the other AI-assistant distributions in the monorepo (~100 MB), add the marketplace from your shell with sparse-checkout:
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: ArcKit 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 Plugin
Add the ArcKit Codex marketplace:
codex plugin marketplace add tractorjuice/arckit-codexEnable lifecycle hooks in your user or project Codex config:
# ~/.codex/config.toml or .codex/config.toml
[features]
hooks = true
plugin_hooks = trueRestart Codex, run /plugins, choose ArcKit Plugins, then install and enable ArcKit. The plugin bundles 120 skills, 10 agent configs, MCP config, templates, schemas, scripts, and hooks/hooks.json.
Prefer a project-scoped copy instead? Use arckit init my-project --ai codex from the ArcKit CLI.
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 ArcKit 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 67 prompt files, 9 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.