v1.0.0|Open source · MIT license · Built on OpenClaw

The agent
operating system.

Deploy autonomous AI agents that run 24/7, learn from every task, coordinate with each other, and upgrade themselves. Built on OpenClaw. Security-hardened by dcode.

~
$ curl -fsSL https://klawty.ai/install.sh | bash
Installing Klawty v1.0.0... done.
$ klawty run
Agent "atlas" online · terminal
Qdrant connected · vectors ready
Security sandbox active · policy enforced
Skills 1 loaded · 52 available · 20 channels
MIT LicenseBuilt on OpenClaw20+ Channels52 SkillsDocker ReadyOpenRouter Ready
architecture

Three layers. One OS.

Layer 01

OpenClaw

MIT · 302K+ stars

  • CLI (40+ commands)
  • 20+ channels
  • Plugin SDK + 52 skills
  • Gateway server
  • Native apps
  • Browser automation
  • Cron + heartbeat
  • Agent Control Protocol
  • Memory + embeddings
Layer 02

Security Hardening

by dcode technologies

  • Deny-by-default policy engine (klawty-policy.yaml)
  • Docker exec sandbox (no network, read-only)
  • PII detection + local model routing
  • Credential health monitoring (6h cycle)
  • SHA-256 runtime integrity check on boot
Layer 03

Klawty

Our layer

  • One-command installer
  • Onboard wizard
  • klawty-policy.yaml
  • SHA-256 runtime integrity
  • Docker exec sandbox
  • PII detection + routing
  • Credential monitor (6h)
  • Auto-update + rollback
  • TUI dashboard
security

Deny by default. Trust nothing.

7 security modules — policy engine, exec sandbox, PII detection, credential monitoring, integrity checks.

security audit
Policy engineKlawty
Exec sandboxKlawty
Runtime integrityKlawty
PII detectionKlawty
Credential monitorKlawty
Credential vaultKlawty
Privacy routerKlawty
Injection defenseOpenClaw
ProposalsPremium
5-tier autonomyPremium
install

Three ways in.

One-command

Fastest

$ curl -fsSL https://klawty.ai/install.sh | bash
$ klawty onboard
$ klawty run

From source

Full control

$ git clone https://github.com/dcode-tec/Klawty.git
$ cd Klawty && pnpm install && pnpm build
$ klawty run

Docker

Containerized

$ git clone https://github.com/dcode-tec/Klawty.git
$ cd Klawty
$ docker compose up -d

Requires Node 22+ · Recommend OpenRouter for LLM access

cli

40+ commands.
One binary.

Manage agents, channels, memory, security, backups, and deployment from a single CLI.

klawty --help
klawty runstart agents
klawty statushealth + tasks
klawty stopgraceful shutdown
klawty tuiterminal dashboard
klawty logstail logs
klawty onboardsetup wizard
klawty agent --messageone turn
klawty channels listconnected channels
klawty memory searchsemantic search
klawty security auditscan for vulns
klawty backup createsnapshot
klawty updateauto-update
klawty plugins list36+ loaded
klawty skills list52+ available
channels

Talk everywhere.

DiscordSlackTelegramWhatsAppSignalMatrixMS TeamsIRCLineNostrTerminalWebiMessage betaGoogle Chat betaMattermost betaTwitch beta
compare

How Klawty differs.

vs Plain OpenClaw
SecurityPermissiveDeny-by-default policy engine
IntegrityNoneSHA-256 boot verification
Exec safetyDirect shellDocker sandbox
PIINoneAuto-detect + local routing
CredentialsManual6h health monitoring
InstallClone + configcurl | bash one-liner
Free vs Premium
Agents1 (read-only)Up to 8 coordinated
LLM routing1 model5-tier (10x savings)
MemoryFile-based4-tier + Qdrant vectors
Skills1 demo27 domain skills
DashboardTUI onlyTUI + web portal
HostingSelf-hosted+ managed from 79€/mo

Free forever. Premium when ready.

The free version is a working demo — 1 agent, read-only tools, basic memory. The premium version unlocks the full AI team OS.

Feature
Free
Premium
Agents
1 (read-only tools)
Up to 8 coordinated
Tools
5 read-only
10+ incl. write, exec, send
LLM models
1 model
5-tier routing + fallbacks
Memory
MEMORY.md (50 lines)
4-tier + Qdrant vectors
Skills
1 demo skill
27 domain skills
Discovery
No
Auto-find work + dedup
Reflection
No
Self-improve every 5 tasks
Health monitor
No
60s checks + recovery
Dashboard
TUI only
TUI + web portal
Managed hosting
No
All-in from 79€/mo
CLI (40+ cmds)
Full
Full
20+ channels
Full
Full
Security
Full
Full + license
Plugins + 52 skills
Full
Full + 27 premium

Start building.

Free · Open source · MIT licensed