Root access. Git push. Cron jobs. Encrypted vault. Isolated containers with full audit trail — deployed in 60 seconds.
An open-source platform for AI agents that actually do things — SSH into servers, push to Git, run cron jobs, and talk to users via Telegram, Discord, or WhatsApp.
Every agent runs in its own hardened Docker container. Separate filesystem, credentials, and network. No shared state between agents.
Every action is checked before it executes. Every tool call is logged to a signed, append-only trail. You always know what your agents did.
Security-critical code is Apache 2.0 forever. Self-host for free, use managed cloud, or mix both. Bring your own API key.
The agent runtime, security engine, and audit trail are Apache 2.0. Read every line. Fork it. Your agents, your infrastructure, your rules.
Every agent runs in an isolated container. Every action goes through a policy engine. Every tool call is logged and signed.
Pick a provider, paste your API key, choose your integrations. Your agent is live. Destroy it anytime — pay only for what you use.
Real use cases, running today. Click to expand.
pg_dump, compress the output, and report the result via WhatsApp. Set it and forget it.Security, cost control, and portability built in from day one.
Every agent runs in its own hardened Docker container. Separate filesystem, credentials, and network.
Every tool call logged to an append-only, cryptographically signed trail. Verify exactly what your agents did.
Every action checked before execution. Destructive commands and sensitive file access are blocked by default.
SSH into remote servers and push to Git repos using deploy keys stored in the encrypted vault. Full DevOps automation.
AES-256-GCM encrypted credential storage. API keys, SSH keys, tokens — all encrypted at rest with a per-agent vault key.
Cron-based scheduling with per-minute resolution. Health checks, backups, reports — your agent runs tasks even while you sleep.
If it touches your data, you can read every line. The closed-source parts are the dashboard and billing — they never see your messages, credentials, or files.
| Component | License |
|---|---|
| Security policy engine | Apache 2.0 |
| Audit trail | Apache 2.0 |
| Secret manager | Apache 2.0 |
| Credential vault | Apache 2.0 |
| Agent runtime | Apache 2.0 |
| CLI tools | Apache 2.0 |
| Token conservation | Apache 2.0 |
| All integrations | Apache 2.0 |
| Dashboard UI | Proprietary |
| Billing & analytics | Proprietary |
Clone, build, and run your first AI agent on your own infrastructure.
# Clone the repo git clone https://github.com/SudoDog-official/tamalebot-oss.git cd tamalebot-oss # Install & build npm install && npm run build # Set your API key export ANTHROPIC_API_KEY=sk-ant-... # Start your first AI agent tamalebot agent
Full docs and config options on GitHub
Deploy in minutes. Self-host free. Open source forever.
Deploy Now