Run AI agents on your machine. Connect your tools. Ask questions. Get answers. Your data never leaves your computer.
curl -fsSL https://unicolab.github.io/agentos/install.sh | shcurl -fsSL https://unicolab.github.io/agentos/install.bat -o install.bat && install.batThe installer auto-detects your OS and architecture, clears macOS Gatekeeper, and launches the web UI — no extra steps needed.
AgentOS ships with three specialized AI copilots, each designed for a different role. All share the same engine — they differ in tools, persona, and dashboard.
Your AI PM co-pilot — track projects, manage sprints, run standups, and ship on time.
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh- Sprint forge with delivery pulse and retro intelligence
- GitHub, Jira, and Slack integration
- Standup scribe and meeting notes
- Roadmap visualization and dependency radar
- AIFlow central sync for fleet management
Connect your databases, ask questions in plain English, get insights that improve over time.
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour michelle- Multi-database connection (PostgreSQL, MySQL, SQLite, BigQuery, and more)
- Natural language SQL generation with self-improving accuracy
- KPI dashboards, report builder, and training pipeline
- Schema browser and context explorer
- Business rules engine for domain-specific analytics
People-centric copilot for team leads, managers, and executives who care about their teams.
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour brigitte- Team pulse tracking and 1:1 preparation
- Promise tracker and commitment follow-through
- Weak signal detection for team health
- People knowledge base with interaction history
- Celebration engine for recognizing wins
When you first start AgentOS, the web UI opens automatically in your browser with three activation options:
| Method | How |
|---|---|
| 🎟️ Free Trial | Enter your name and email — instant 7-day trial, no credit card |
| 🔑 License Key | Paste your license key (email info@unicolab.ai to get one) |
| 📦 Import Config | Upload a .agentoscfg file shared by your team |
💡 No terminal setup required — everything happens in the browser.
After activation, go to Settings in the web UI:
- AI Provider — Choose Ollama (free, local), OpenAI, Anthropic, or Google Gemini
- Integrations — Connect GitHub, Jira, Slack, or databases
- License — Manage your license or switch copilots
| Provider | Type | Cost |
|---|---|---|
| Ollama | Local (runs on your machine) | Free |
| OpenAI | Cloud API | Per-token |
| Anthropic | Cloud API | Per-token |
| Google Gemini | Cloud API | Per-token |
💡 Recommended: Use Ollama for fully local operation — your data never leaves your machine. Install it, pull a model (
ollama pull qwen3), and you're ready.
If you used the curl | sh installer, everything is handled automatically. If you downloaded the binary manually and macOS blocks it:
curl -fsSL https://unicolab.github.io/agentos/fix-macos.sh | sh# Clear quarantine
xattr -rd com.apple.quarantine ./agentos
# Make executable
chmod +x ./agentos
# Ad-hoc code sign
codesign --force --sign - ./agentos
# Run
./agentos serveEach download also includes a
Start AgentOS.commandfile — double-click it in Finder and it handles quarantine, signing, and launching automatically.
Download & install without the script
- Go to Releases
- Download the archive for your platform:
agentos-pm_darwin_arm64.tar.gz— macOS Apple Siliconagentos-pm_darwin_amd64.tar.gz— macOS Intelagentos-pm_linux_arm64.tar.gz— Linux ARMagentos-pm_linux_amd64.tar.gz— Linux x86_64
- Extract and run:
tar xzf agentos-pm_*.tar.gz
cd agentos-pm_*/
# macOS: run the fix script first
curl -fsSL https://unicolab.github.io/agentos/fix-macos.sh | sh
# Start
./agentos serveOr just double-click the included launcher:
| Platform | Launcher File |
|---|---|
| macOS | Start AgentOS.command |
| Linux | start-agentos.sh |
| Windows | Start AgentOS.bat |
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
- Configuration
- Ollama Setup
- GitHub Integration
- Jira Integration
- Slack Integration
- CLI Reference
- API Reference
- Go — Single binary, zero dependencies
- React 19 + TypeScript — Embedded web UI (Vite build)
- SQLite — Local persistence with full-text search
- SSE — Real-time streaming for chat and events