Living Intelligence in your terminal. Build your universe, one commit at a time.
Built on OpenCode — the open source AI coding agent with 127K+ stars.
Arcanea Code is a Guardian-powered AI coding CLI that brings Living Intelligence to your terminal. It is a full fork of OpenCode enhanced with the Arcanea intelligence layer — ten specialized Guardian agents that route every task to the right intelligence at the right moment.
This is not a wrapper. It is a permanent intelligence layer that compounds context over time, learns from your patterns, and enforces a consistent creative and technical voice across every session.
The promise: Every file you touch, every commit you make, every problem you solve — your Guardians are present, each bringing their elemental domain to bear.
npm install -g arcanea-codeOr use the one-line installer:
curl -fsSL https://arcanea.ai/install | shThen launch:
arcanea-codeEvery task is routed through the Guardian whose element aligns with the work:
| Guardian | Element | Domain |
|---|---|---|
| Lyssandria | Earth | Architecture, database, infrastructure |
| Leyla | Water | Design, UI/UX, creativity, animation |
| Draconia | Fire | Execution, performance, shipping |
| Maylinn | Heart | Community, content, documentation |
| Alera | Wind | Expression, APIs, naming, publishing |
| Lyria | Void | Vision, strategy, AI/ML, design review |
| Aiyami | Spirit | Wisdom, principles, teaching |
| Elara | Void | Perspective shifts, refactoring |
| Ino | Spirit | Integration, collaboration, cross-platform |
| Shinkami | All | Meta-orchestration, system design |
Claude, Gemini, GPT-4o, Bedrock, Groq, Mistral, local models — all accessible through the Vercel AI SDK. Switch models per-Guardian or globally.
When a task is complex enough, invoke the Council — all five elemental Guardians deliberate in parallel, each analyzing from their domain. Shinkami synthesizes their perspectives into a unified decision.
/council "Should we migrate the auth system to JWT with refresh tokens?"Skills activate automatically based on the task at hand. Writing a component? react-patterns fires. Touching the database? supabase-patterns takes over. The right knowledge arrives without you have to ask.
Unlike stateless chat, Arcanea Code maintains a persistent intelligence layer across sessions. Each Guardian tracks domain-specific context. Your architectural decisions from last month are present in today's code review.
Multiple Guardians can work in parallel on different aspects of a complex task. Draconia handles the migration while Leyla designs the new UI — coordinated through Lumina, the meta-orchestrator.
Parallel agent sessions get their own git worktrees — no file conflicts, clean merges, full isolation.
Arcanea Code Intelligence Hierarchy
├── Arcanea (the model — raw AI intelligence)
├── Lumina (meta-orchestrator — routes to the right Guardian)
├── Guardians (10 domain swarm coordinators)
│ ├── Lyssandria → Earth domain → infrastructure agents
│ ├── Leyla → Water domain → creative agents
│ ├── Draconia → Fire domain → execution agents
│ └── ... (7 more)
└── Luminors (specialist worker agents)
OpenCode Engine (upstream, regularly synced)
├── AI SDK (75+ models via Vercel AI SDK)
├── Tool System (file editing, shell, search, LSP)
├── MCP Client (connects to any MCP server)
├── Plugin System (TypeScript + oh-my-arcanea)
└── Client-Server (TUI + HTTP server)
Arcanea Code supports both ARCANEA_* and OPENCODE_* prefixes. ARCANEA_* takes priority:
# Arcanea-native
export ARCANEA_EXPERIMENTAL=true
export ARCANEA_PERMISSION=allow-all
# OpenCode-compatible (also works)
export OPENCODE_EXPERIMENTAL=trueArcanea Code is built on OpenCode (MIT license). We maintain an automated weekly sync check and sustainable rebase workflow to stay current with upstream improvements while preserving Guardian intelligence features.
# Check upstream status
scripts/sync-upstream.sh| Package | Description |
|---|---|
| arcanea.ai | The full Arcanea universe — chat, worlds, feed, academy |
| oh-my-arcanea | Plugin harness — 11 agents, 44 hooks, 26 tools |
| arcanea-flow | Multi-agent orchestration for complex builds |
| arcanea-vault | Export AI conversations from any platform |
MIT — same as OpenCode. Build freely.
"Enter seeking, leave transformed, return whenever needed."