Public distribution repository for the latest OpenAnalyst CLI binaries, install scripts, and documentation.
npm install -g @openanalystinc/openanalyst-climacOS / Linux:
curl -fsSL https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.sh | bashWindows PowerShell:
irm https://raw.githubusercontent.com/OpenAnalystInc/cli/main/install.ps1 | iexopenanalyst
openanalyst --notui
openanalyst --serve 8080openanalystlaunches the default interactive TUI.openanalyst --notuiruns the backend CLI without the TUI.openanalyst --serve 8080exposes the hosted session API:POST /sessionsPOST /sessions/{id}/messageGET /sessions/{id}/events
OpenAnalyst CLI supports:
- OpenAnalyst
- Anthropic / Claude
- OpenAI / GPT / Codex
- Google Gemini
- xAI / Grok
- OpenRouter
- Amazon Bedrock
- Stability AI
Public docs are published from the docs/ folder in this repository and mirrored at:
This repository is intentionally limited to public release assets:
- install scripts
- documentation HTML
- packaged release binaries
- npm package metadata
Source development for the private release pipeline happens separately.