Command-line client
The scirix command-line client is a single static binary for Linux, macOS and Windows. It lets you sign in to Scirix, choose a namespace, and query its reality model directly: semantic search over indexed code and documentation, symbol dependencies and dependents, governance findings and commit history.
It also integrates Scirix into coding agents. The installer detects the agents on your machine, such as Claude Code, Codex, GitHub Copilot, Gemini CLI and others, and wires in a shared agent skill plus a pre-prompt hook that injects reality model context into every prompt.
The client has its own documentation site with install instructions, the sign-in flow, configuration and a full command reference:
Install🔗
Linux and macOS:
curl -fsSL https://cli.scirix.fi/install.sh | sh
Windows (PowerShell):
irm https://cli.scirix.fi/install.ps1 | iex
Sign in and pick a namespace🔗
scirix auth login
scirix ns init
The first command opens your browser to the Scirix consent page and stores a token on your machine. The second marks the current folder as the root of a namespace folder tree, so later commands know which namespace to query.
Everything else, including the scirix rm query commands and agent integration, is documented at cli.scirix.fi.