Quickstart
Install
macOS / Linux (one line):
curl -fsSL https://contenox.com/install.sh | sh
Or download the binary directly from GitHub Releases.
Connect a model
Contenox needs at least one model to work. Pick the option that fits:
| Option | What you need |
|---|---|
| Built-in local models | Nothing — Contenox downloads and runs GGUF models itself |
| Ollama | Ollama installed locally, or an Ollama Cloud key |
| Google Gemini | A free Gemini API key (no GPU) |
| OpenAI | An OpenAI API key |
If you're not sure, start with built-in local models — no account or API key needed.
Next steps
- Core Concepts — how chains, tasks, and hooks fit together
- Execution Plans — multi-step goals that persist across sessions
- MCP Integration — connect external tools