simstudioai /
sim
Build, deploy, and orchestrate AI agents. Sim is the central intelligence layer for your AI workforce.
Loading repository data…
opensauria / repository
Your AI workforce. Multi-agent orchestrator across Telegram, Slack, WhatsApp, Discord, and many more. The first solo AI agency to rule them all 🦎
Run a 100-person company. Alone.
Sauria is your AI workforce. Specialized agents that own their roles — sales, support, marketing, ops — collaborating autonomously 24/7. They share a unified knowledge graph, coordinate across platforms, and operate on your machine. No cloud dependency. Your data, your agents, your rules.
# macOS / Linux
curl -fsSL https://install.sauria.dev | bash
# npm
npm install -g @sauria/cli
Requires Node.js 24+. The installer runs the setup wizard, stores credentials in an encrypted vault, and starts the background daemon.
macOS · Linux · Windows · Docker
sauria # Show status (or onboard if first run)
sauria ask "Who is Marc?" # Natural language query
sauria teach "Marc is CTO of ClientX"
sauria status # System overview
sauria upcoming # Deadlines in next 24h
sauria insights # AI-generated observations
sauria doctor # Health checks
| Command | Description |
|---|---|
sauria onboard | Interactive setup wizard |
sauria daemon | Start background daemon |
sauria ask <question> | Natural language query |
sauria interactive | Interactive REPL mode |
sauria status | System overview |
sauria focus <entity> | Deep dive on an entity |
sauria entity <name> | Look up entity details |
sauria upcoming [hours] | Upcoming deadlines (default: 24h) |
sauria insights | AI-generated observations |
sauria teach <fact> | Add knowledge manually |
sauria sources | List configured data sources |
sauria mcp-server | Start MCP server (stdio) |
sauria doctor | Run health checks |
sauria audit [count] | Show audit log |
sauria export | Encrypted backup |
sauria purge | Secure delete all data |
sauria import <file> | Import data |
sauria connect <channel> | Connect a channel |
sauria config | Show current config |
Cmd+Shift+J.When running as an MCP server, Sauria exposes 11 tools to connected agents:
| Tool | Description |
|---|---|
sauria_query | Natural language question answered from knowledge graph |
sauria_get_entity | Entity details + relations + timeline |
sauria_search | Hybrid semantic + keyword search |
sauria_get_upcoming | Deadlines and meetings in next N hours |
sauria_get_insights | AI-generated observations and patterns |
sauria_get_context_for | Full context dump for a topic |
sauria_add_event | Feed an event into the knowledge graph |
sauria_remember | Store structured knowledge (entities + relations) |
sauria_pending_approvals | List pending approval requests from agents |
sauria_approve | Approve a pending action by ID |
sauria_reject | Reject a pending action by ID |
All inputs validated. Rate limited. Audit logged.
60+ integrations. Your AI workforce operates across your entire stack.
Gmail · Slack · Discord · WhatsApp · Telegram · Notion · Google Calendar · Google Drive · Obsidian · Airtable · GitHub · GitLab · Docker · Supabase · Vercel · Linear · Jira · Asana · Trello · PostgreSQL · MongoDB · Redis · Sentry · Datadog · Grafana · Stripe · Shopify · HubSpot · Figma · Zapier · n8n · Zendesk · and more.
Config lives at ~/.sauria/config.json5:
{
models: {
extraction: { provider: 'google', model: 'gemini-2.5-flash' },
reasoning: { provider: 'anthropic', model: 'claude-sonnet-4-5' },
deep: { provider: 'anthropic', model: 'claude-opus-4-6' },
},
budget: { dailyLimitUsd: 5.0, warnAtUsd: 3.0 },
owner: {
telegram: { userId: 123456789 },
},
}
| Platform | Install | Daemon |
|---|---|---|
| macOS (ARM/Intel) | curl / npm | launchd |
| Linux x86_64/ARM64 | curl / npm | systemd |
| Windows 10/11 | PowerShell / npm | Task Scheduler |
| Docker | docker compose | Container |
AGPL-3.0 — see LICENSE.
Selected from shared topics, language and repository description—not editorial ratings.
simstudioai /
Build, deploy, and orchestrate AI agents. Sim is the central intelligence layer for your AI workforce.
markus-global /
Not another agent framework — an operating system for AI workforces. Autonomous agents coordinate, remember across sessions, review each other's work, and deliver while you sleep. One command. Zero dependencies. Manage your AI company from your phone.
sachinramos /
The Operating System for AI Agents — monitoring, governance, Token Payroll & compliance for your AI workforce
eduardg7 /
OpenClaw OS - Personal Operating System for AI Agents. Plug-and-play mission control for your AI workforce.