Two flagship copilots. One modular platform. 100% private.
📥 Download · 📖 Documentation · 📧 Request License · 🐛 Report Bug
AgentOS is a composable AI agent platform that runs entirely on your machine. It builds specialized copilots — Jean-Pierre for Project Management and Michelle for Analytics Intelligence — each with its own tools, dashboards, and domain expertise. Connect your GitHub, Jira, Slack, or databases and get instant intelligence through natural language.
⚠️ License Required — AgentOS requires a valid license key. Email info@unicolab.ai for a free testing license.
🧪 R&D Project — This is an experimental autonomous compute node for project management. Currently offering free access to the PM flavor in exchange for feedback. There may be bugs — your reports help us improve!
All project data, conversations, memories, and configurations are stored locally. API keys (GitHub, Jira, etc.) are stored securely in ~/.agentos/config.yaml and never transmitted to UnicoLab. The only external communication is for license validation and optional anonymized usage statistics.
You have full control over which AI model to use, which prompts to configure, and which tools to enable. Switch between Ollama (free, local), OpenAI, Anthropic, or Gemini at any time. Customize everything to your needs.
See our full Security & Privacy page for details.
# Jean-Pierre PM (default)
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 flavours:
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour freelancer
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour edithThis auto-detects your OS and architecture, downloads the correct flavour binary, handles macOS Gatekeeper security, installs to PATH, and launches AgentOS — all in one command. Works with or without admin access.
# Download and run the installer (default: PM flavour)
curl -fsSL https://unicolab.github.io/agentos/install.bat -o install.bat && install.bat
# Choose a different flavour:
install.bat --flavour freelancer
install.bat --flavour retail
install.bat --flavour officeThis downloads the correct binary, renames it to agentos.exe, installs to %LOCALAPPDATA%\AgentOS, adds to PATH, and launches — all automatically.
📥 Download manually
Each flavour is a separate binary. Choose the one you need:
| Flavour | Platform | Architecture | Binary |
|---|---|---|---|
| 🎩 PM | macOS Apple Silicon | arm64 | agentos-pm_*_darwin_arm64.tar.gz |
| 🎩 PM | macOS Intel | amd64 | agentos-pm_*_darwin_amd64.tar.gz |
| 🎩 PM | Linux x86 | amd64 | agentos-pm_*_linux_amd64.tar.gz |
| 💼 Freelancer | macOS Apple Silicon | arm64 | agentos-freelancer_*_darwin_arm64.tar.gz |
| 💼 Freelancer | macOS Intel | amd64 | agentos-freelancer_*_darwin_amd64.tar.gz |
| 💼 Freelancer | Linux x86 | amd64 | agentos-freelancer_*_linux_amd64.tar.gz |
| 🛒 Retail | macOS Apple Silicon | arm64 | agentos-retail_*_darwin_arm64.tar.gz |
| 🛒 Retail | macOS Intel | amd64 | agentos-retail_*_darwin_amd64.tar.gz |
| 🛒 Retail | Linux x86 | amd64 | agentos-retail_*_linux_amd64.tar.gz |
| 🏢 Office | macOS Apple Silicon | arm64 | agentos-office_*_darwin_arm64.tar.gz |
| 🏢 Office | macOS Intel | amd64 | agentos-office_*_darwin_amd64.tar.gz |
| 🏢 Office | Linux x86 | amd64 | agentos-office_*_linux_amd64.tar.gz |
Full list on the Releases Page.
# Extract (example: PM flavour on Apple Silicon)
tar xzf agentos-pm_*.tar.gz
# The archive contains the binary — rename to 'agentos' for consistency
mv agentos-pm agentos
# macOS: clear Gatekeeper
xattr -rd com.apple.quarantine ./agentos
codesign --force --sign - ./agentos
# Run (no install needed)
./agentos serve
# Or install to PATH
sudo mv agentos /usr/local/bin/
agentos serve💡 No admin? No problem — just run
./agentos servefrom any folder. The install script does the rename automatically.
That's it! 🎉 Open http://localhost:18080 and configure everything in the Web UI Settings.
Every download includes double-click launcher scripts — no command line required:
| Platform | File | Action |
|---|---|---|
| macOS | Start AgentOS.command |
Double-click in Finder — clears Gatekeeper, opens browser |
| Windows | Start AgentOS.bat |
Double-click in Explorer — opens browser |
| Linux | start-agentos.sh |
Make executable, double-click in file manager |
📖 Detailed guides: Installation · Ollama Setup · GitHub Setup
|
|
🧠 Adaptive Memory · 🧬 Evolutionary Context · 📊 Dynamic Dashboards · ⚡ Action Chain Transparency · 🔒 100% Local Privacy · 🤖 Multi-Provider AI (Ollama, OpenAI, Anthropic, Gemini)
AgentOS uses a composable flavour system — each flavour is a specialized copilot with its own AI persona, tools, and dashboard:
| Copilot | Binary | Description | Status |
|---|---|---|---|
| 🎩 Jean-Pierre — PM | agentos-pm |
Project management copilot (GitHub + Jira + Slack) | ✅ Free testing access |
| 📊 Michelle — Analytics | agentos-michelle |
Analytics intelligence (databases, SQL, KPIs) | ✅ Free testing access |
| Copilot | Binary | Description | Status |
|---|---|---|---|
| 💼 Yvette — Freelancer PM | agentos-freelancer |
Time tracking, invoicing, multi-client management | ✅ Free testing access |
| 🥐 Édith — Sales Intelligence | agentos-edith |
CRM analytics, pipeline scoring, prospect research | ✅ Free testing access |
| 🛒 Retail Ops | agentos-retail |
Inventory & retail analytics | ✅ Free testing access |
| 🏢 Office Assistant | agentos-office |
Document management & workflow automation | ✅ Free testing access |
All flavours share the same powerful engine — they differ in their AI persona, tools, and dashboard.
# Install the PM copilot (default)
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh
# Install Michelle Analytics
curl -fsSL https://unicolab.github.io/agentos/install.sh | sh -s -- --flavour michelleAgentOS is a composable engine that can be extended to any role. Contact us for custom copilots.
| ✅ Stays on your machine | |
|---|---|
| All project data | 🔑 License validation only |
| Chat conversations | 📊 Anonymized usage stats |
| Agent memory | 🐛 Bug reports (user-initiated) |
| API keys & config | 💬 Feedback (user-initiated) |
| Meeting notes |
Using Ollama? Then even your AI conversations never leave your machine. Zero cloud, zero tracking, zero data exfiltration.
📖 Full details: Security & Privacy
We're looking for testers to try AgentOS and share feedback! In exchange, you'll receive:
- ✅ Free license key — no cost, no commitment
- ✅ Priority support from the core team
- ✅ Direct influence on the roadmap
→ Email info@unicolab.ai to request your free license
Visit our full documentation at unicolab.github.io/agentos:
- Installation Guide
- Quick Start (5 minutes)
- Ollama Setup (Free Local AI)
- GitHub Integration
- Jira Integration
- CLI Reference
- API Reference
- Security & Privacy
| Shortcut | Action |
|---|---|
⌘K |
Command Palette |
⌘M |
JP Memory |
⌘N |
New chat |
⌘, |
Settings |
⌘R |
Refresh data |
/ |
Focus chat |
? |
Shortcuts help |




