Adjutant v0.1.0
First public release of Adjutant — a self-hosted AI executive assistant that runs on your machine, manages your work, and asks before it acts.
What's included
- Main agent loop — streaming Claude responses over WebSocket
- Sub-agents — research, general, email, content, and social agents run in parallel
- Approval queue — consequential actions land in a review queue before going out
- Workstreams & objectives — track ongoing initiatives and measurable goals
- Browser automation — headed Playwright browser for form filling, scraping, submissions
- Gmail integration — read, search, draft, and send email on your behalf
- MCP server support — connect any MCP-compatible service
- Multi-product — manage multiple businesses or projects from a single interface
- Markdown rendering — full GFM support including tables in chat and activity feed
- Chat history — persists across page refreshes
- Self-hosted — everything runs locally, no SaaS, no subscriptions beyond API usage
Requirements
- Python 3.12+
- Node.js 18+
- Anthropic API key
Install
```bash
curl -fsSL https://adjutantapp.com/install.sh | bash
```
License
AGPL-3.0. Commercial licensing available for proprietary or SaaS deployments.