Stop burning context tokens on terminal noise. Redact secrets locally. Make AI Agents 10x more efficient.
AI Agents (Cursor, Claude Code, Gemini CLI) read your terminal. Standard command outputs are 90% repetitive noise (progress bars, fetch logs, successful builds).
Axiom acts as a high-performance local filter:
- Deduplication: Collapses 1,000s of identical lines into a single informative summary.
- Semantic Insight: Groups logs by intent (e.g., "Compiling 42 crates").
- Privacy Shield: Redacts API keys, PII, and secrets before they reach the cloud.
- Token Economy: Reduces terminal context usage by 60-95%, saving you money and preventing LLM "brain fog."
curl -sSfL https://raw.githubusercontent.com/pinedamg/axiom-cli/main/install.sh | shbrew tap pinedamg/tap
brew install axiomAfter installing the binary, run the interactive setup to configure your shell and AI context:
axiom installAxiom includes a suite of tools for the AI-age developer:
axiom <command>: Proxy any command (e.g.,axiom npm install).axiom gain: View your efficiency dashboard and estimated USD savings.axiom doctor: Run a system health check and auto-repair shims/PATH.axiom last: Recover the raw, uncompressed log of the last command (emergency exit).axiom self-update: Keep your CLI up to date with the latest releases.
Axiom is designed to be "Agent-Aware." It automatically syncs instructions for:
- Claude Code (
CLAUDE.md) - Cursor (
.cursorrules) - Gemini CLI (
GEMINI.md) - Windsurf (
.windsurfrules)
By using Axiom, you tell the agent: "Use the axiom prefix for noisy commands. Protect my context window."
graph TD
A[Raw Terminal Command] -->|Shim Interception| B{AXIOM PROXY}
subgraph "LOCAL EXECUTION (Sub-10ms)"
B --> C[Deduplicate]
C --> D[Transform]
D --> E[Guard]
E --> F[Redact]
F --> G[Analyze]
G --> H[Plugins]
end
H --> I[⚡ HIGH-SIGNAL STREAM]
I --> J[🤖 AI AGENT]
I --> K[👤 DEVELOPER ZEN]
Axiom is built in Rust for maximum performance and security. We welcome contributions to our Structural Schemas.
Licensed under the Apache License 2.0.
"Protecting your context, securing your data."