scirix-cli
Command-line client
A single binary that lets you sign in to Scirix, choose a namespace, and query its Reality Model — the continuously refreshed graph of your codebase's indexed code and documentation, symbols, governance findings, and audit trail.
scirix-cli runs on Linux, macOS, and Windows (amd64 and arm64), with
no runtime dependencies.
What you can do
Once installed and signed in, the CLI gives you direct access to the same Reality Model the Scirix UI is built on:
- Search through the project — semantic lookup over the indexed source code and documentation of your codebase.
- Walk the symbol graph — list dependents and dependencies for any declared symbol.
- Pull governance signals — open audit findings, governance entries, drift indicators.
Works with your agent
The installer detects the AI coding agents on your machine and wires scirix into each one — a shared agent skill, plus a pre-prompt hook that injects Reality Model context into every prompt:
Claude Code · Codex · GitHub Copilot · Gemini CLI · JetBrains Junie · Kimi Code CLI · Qwen Code · OpenCode · OpenClaw · Hermes Agent · Grok Build
Per-agent support levels and IDE coverage are in the support matrix.
Three-step onboarding
- Install the binary using a one-line script, or download a release archive directly.
- Log in —
scirix auth loginopens a browser-consented PKCE flow that issues a Personal Access Token. - Pick a namespace — most queries are namespace-scoped; the CLI remembers your choice between sessions.
Then run anything from scirix rm search "auth flow" to
scirix rm deps MyApp.LoginService --type dependents.