Composable AI agents that run on your machine. Connect your tools. Ask questions. Get answers.
curl -fsSL https://unicolab.github.io/agentos/install.sh | shcurl -fsSL https://unicolab.github.io/agentos/install.bat -o install.bat && install.bat# Default: Jean-Pierre (PM)
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh
# Michelle (Analytics)
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour michelle
# Other copilots: freelancer, edith, retail, office
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour <name>Open http://localhost:18080 after install. All configuration is done in the Web UI.
⚠️ License Required — Email info@unicolab.ai for a free testing license.
| Copilot | Install Flag | What It Does |
|---|---|---|
| 🎩 Jean-Pierre | --flavour pm (default) |
PM copilot — GitHub, Jira, Slack integration |
| 📊 Michelle | --flavour michelle |
Analytics — connect databases, ask questions in plain English |
| 💼 Yvette | --flavour freelancer |
Freelancer PM — time tracking, invoicing, multi-client |
| 🥐 Édith | --flavour edith |
Sales intelligence — CRM, pipeline scoring |
| 🛒 Retail Ops | --flavour retail |
Inventory & retail analytics |
| 🏢 Office | --flavour office |
Document management & workflow automation |
All copilots share the same engine — they differ in tools, persona, and dashboard.
After install, open the Web UI at http://localhost:18080 and go to Settings:
- AI Provider — Choose Ollama (free, local), OpenAI, Anthropic, or Gemini
- Integrations — Connect GitHub, Jira, Slack, or databases
- License — Enter your license key
Config is stored locally in ~/.agentos/config.yaml.
| Provider | Type | Cost |
|---|---|---|
| Ollama | Local (on your machine) | Free |
| OpenAI | Cloud API | Per-token |
| Anthropic | Cloud API | Per-token |
| Google Gemini | Cloud API | Per-token |
💡 Use Ollama for fully local operation — your data never leaves your machine.
📥 Download & install manually
# Download the binary for your platform from the docs
# Example: PM copilot on Apple Silicon
tar xzf agentos-pm_*.tar.gz
mv agentos-pm agentos
# macOS: clear Gatekeeper
xattr -rd com.apple.quarantine ./agentos
codesign --force --sign - ./agentos
# Run
./agentos serve
# Or install to PATH
sudo mv agentos /usr/local/bin/
agentos serveEach download also includes double-click launchers — no terminal required:
| Platform | File |
|---|---|
| macOS | Start AgentOS.command |
| Windows | Start AgentOS.bat |
| Linux | start-agentos.sh |
All data stays on your machine — conversations, memory, API keys, project data. Nothing is transmitted to UnicoLab. Using Ollama means zero cloud communication.
- Installation Guide
- Quick Start
- Ollama Setup
- GitHub Integration
- Jira Integration
- CLI Reference
- API Reference
- Go — Single binary, no dependencies
- Vite + React + TypeScript — Embedded web UI
- SQLite — Local persistence
- SSE — Real-time streaming