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 vector chunks, 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 across vector chunks — semantic lookup over the indexed source of your namespace.
- Walk the symbol graph — list dependents and dependencies for any declared symbol.
- Pull governance signals — open audit findings, governance entries, drift indicators.
- Pipe authenticated requests — call the platform API with the bearer token already attached, for scripts and one-off probes.
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.