Self-hosted AI agent platform.
Your agents, your tools, your economy.
Raw LLM APIs and chatbots are powerful โ but they're stateless, manual, and isolated. You need infrastructure, not just an API key.
No persistence between sessions โ context resets every conversation
No cron or automation โ can't schedule agents to run on their own
No multi-agent coordination โ one brain, isolated in a box
No tool control per agent โ every agent sees every tool, or none
No cost tracking โ money disappears into API calls with zero visibility
Clawdius boots an entire agent infrastructure on your machine โ API, dashboard, cron, economy, knowledge base โ in seconds.
Not another wrapper. A complete platform โ agents, scheduling, economy, integrations, knowledge.
33 pre-configured agents with role-based tool filtering. Each agent has its own workspace, personality, and toolset.
Automated agent runs on schedule. Health checks, report generation, monitoring โ agents that work while you sleep.
Built-in agent cost tracking with per-tool pricing. Know exactly what each agent costs and where the money goes.
Whitelist and blacklist tools per agent at the engine level. Your intern agent doesn't get rm -rf.
Full inbound + outbound Discord bot integration. Talk to your agents in channels, get notifications, trigger jobs.
File-based encyclopedia your agents share. Write once, every agent can reference it. No embedding DBs required.
Everything lives in one directory. No cloud dependencies, no vendor lock-in. Your machine, your rules.
~/clawdius/ โโโ packages/ โ โโโ gateway/ โ Express API (port 4891) โ โโโ cli/ โ CLI (clawdius) โ โโโ gui/ โ Dashboard (port 4892) โ โโโ ~/.clawdius/ โโโ agents/ โ Agent workspaces โโโ cron/ โ Scheduled jobs โโโ economy/ โ Nexium ledger โโโ knowledge/ โ Shared articles
From zero to a running agent platform in under a minute.
npm i -g clawdius
Installs the CLI globally. Requires Node.js 18+.
clawdius init
Sets up auth, creates config directory, configures your first agent.
clawdius gateway start
Boots the gateway, dashboard, and all configured agents.