Skip to main content
One binary, many doors. This page is the single map of every surface Nika ships on — pick your door, each row links to the exact guide.
The one-liner everywhere: brew install supernovae-st/tap/nika — then nika init teaches whatever agent you run.

Install paths

SurfaceWhat you getWhere
Homebrew tapbrew install supernovae-st/tap/nika (macOS + Linux)Quickstart
Release tarballsper-platform binaries + SHA256SUMS (verify before you trust)GitHub releases
install.shone-command install from the sitenika.sh/install
cargo binstallthe prebuilt release tarball, no compile (cargo binstall --git https://github.com/supernovae-st/nika nika-cli)Installation
nix flakenix run github:supernovae-st/nika — builds the exact release source, store-cachedInstallation
.mcpb bundlesone-click MCP bundle (macOS arm64 · Linux x64) with checksumsClaude Desktop guide
Docker imagethe read-only oracle in a container (integrations/mcp/Dockerfile in the kit)nika-agents kit

IDEs & editors

SurfaceMechanismWhere
VS Codeextension on the Marketplace (LSP · DAG canvas · preflight)VS Code / Copilot guide
Cursornika wire cursor + one-click deeplink buttonCursor guide
Windsurfnika wire windsurfWindsurf guide
Zednika wire zed (0.99+)Zed guide
JetBrains (Junie)project-scope .junie/mcp/mcp.json stanzaJunie guide
Cursor forks / VSCodiumextension via OpenVSX
Neovimvia the mcphub.nvim registry (covers avante · codecompanion)MCP clients
Any editor with YAML-LSPthe # yaml-language-server: $schema= modeline nika init writesEditors guide

Agents & assistants

SurfaceMechanismWhere
Claude Codefirst-party plugin (.claude-plugin · /nika:check · /nika:explain · /nika:new · skill) + nika wire claudeClaude Code guide
Claude Desktopclaude_desktop_config.json stanza + one-click .mcpb bundlesClaude Desktop guide
Codexfirst-party plugin (.codex-plugin · same commands) + nika wire codexCodex guide
Hermesskill pack (skills/autonomous-ai-agents/nika · guard-scanned SAFE)Hermes guide
OpenCodeopencode.json MCP stanza + native .agents/ reading — nika init sufficesOpenCode guide
gooseMCP extension stanza + native AGENTS.md readinggoose guide
Gemini CLI · Qwen CodemcpServers stanza in the user-scope settings.jsonGemini CLI · Qwen Code
Cline · Continuecline_mcp_settings.json (hot-reloaded) · own-file ~/.continue/mcpServers/nika.jsonCline · Continue
Open WebUI · AnythingLLM · Cherry Studio · Janmcpo recipe · generic stdio stanzaOpen WebUI · AnythingLLM · Cherry Studio · Jan
Aiderno MCP — AGENTS.md (written by nika init) covers itMCP clients → Aider
Any AGENTS.md readernika init writes 6 agent-facing files (AGENTS.md included)Quickstart

Skills & plugins (the teaching surfaces)

ElementWhat it isLives at
SKILL.md packthe authoring skill (check-before-run law · cost honesty) — installable via npx skills add supernovae-st/nika-agentsnika-agents kit
Plugin commands/nika:check · /nika:explain · /nika:new mirrored from the enginekit .agents/plugins/nika/
Integration kit contract« You want to support Nika? Copy this folder » — pinned mirrors, drift-gated in CIkit README

MCP (the read-only oracle)

nika mcp exposes 8 tools — validate, explain, examples, schema, cost — no execution, no mutation, by design (threat model).
ElementWhere
Full tool referenceMCP server reference
Per-client wiring (one dedicated page per client — the matrix)MCP clients
server.json (registry shape) + bundles + Dockerfilekit integrations/mcp/

CI/CD

ElementWhat it doesWhere
nika-actionplan with receiptscheck verdict · honest cost floor · permits · the DAG, as a sticky PR comment. Static, zero secrets by defaultGitHub Actions guide · repo
Offline test lanenika test golden runs on the mock provider — CI with no API keyLocal-first tutorial

SDKs & language surfaces

ElementWhat it isWhere
TypeScript clientLocalNika — typed driver over the shipped binary (check · run stream · dry-run plan) · Apache-2.0nika-client
Language specthe .nika.yaml contract — Apache-2.0, runtime-agnosticnika-spec
RegistryCI-re-proven workflow artifacts (hash + oracle + engine cert)nika-registry

Where Nika is listed

Marketplaces and directories where you’ll find us today — the public submissions ledger (with pinned descriptions and review cadence) lives in listings.yaml.
  • VS Code Marketplace · OpenVSX — the extension
  • skills.sh — the skill pack
  • GitHub topics + release feeds — engine · kit · action · docs · spec · client
  • More MCP registries and community catalogs are in flight — the ledger above is the always-current truth (every submission registers there the day it goes out).

Learn the patterns first

New to agentic workflows as a concept? agentic-ai-systems (282★) teaches the workflow taxonomy with diagrams — and its patterns-as-code folder expresses each pattern as a runnable .nika.yaml, checked in CI on every push.
Something missing? The kit contract makes adding a surface a folder-copy: nika-agents — and the integration quickstart is the 10-minute path.