v1.4.0|Open source · MIT license

The agent
operating system.

Deploy autonomous AI agents that run 24/7, learn from every task, coordinate with each other, and upgrade themselves.

MIT LicenseBuilt on OpenClaw20+ Channels52 SkillsDocker Ready
~
$ curl -fsSL https://klawty.ai/install.sh | bash
Installing Klawty v1.4.0... done.
$ klawty run
Agent "atlas" online · terminal
Memory MEMORY.md loaded · 52 skills available
Security sandbox active · policy enforced
Channels 20+ ready · terminal default
IRCNostr
IRCNostr

The problem

AI agents are easy to demo.
Keeping them running in production is hard.

🔓

No security by default

Agents with shell access and no guardrails. One prompt injection away from disaster.

💸

LLM costs explode

Every task routed to GPT-4. No cost awareness, no fallback chains, no daily caps.

🔇

Silent failures

Agents that look busy but accomplish nothing. No health checks, no proposals, no rollback.

Built for production, not demos.

Running in production for a European design & build company since late 2025.

8
Agents in this deploy
Finance, CRM, dev, marketing, safety, BI
1,000+
Tasks per month
Email triage, invoices, SEO, lead scoring, CRM
~€37
Monthly AI spend
5-tier smart routing across 200+ models
0
Manual intervention
Agents propose, approve, execute, report
architecture

Three layers. One OS.

Klawty combines the best open-source agent infrastructure with enterprise security.

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

NemoClaw Security

by NVIDIA · MIT

  • Docker exec sandbox (process isolation)
  • Deny-by-default policy engine (YAML)
  • Inference routing (controlled gateways)
  • Blueprint system (versioned artifacts)
  • Privacy controls (local vs cloud routing)
Layer 03

Klawty

by dcode technologies

  • PII detection + local model routing
  • Credential monitor (6h health cycle)
  • SHA-256 runtime integrity check
  • One-command installer (curl | bash)
  • Interactive onboard wizard
  • TUI terminal dashboard
  • Auto-update with rollback
security

Deny by default.
Trust nothing.

Built on NVIDIA NemoClaw's enterprise sandbox + dcode's PII detection, credential monitoring, and integrity checks.

Policy EngineSandboxPII DetectionIntegrity Check
security audit
Policy engineNemoClaw
Exec sandboxNemoClaw
Inference routingNemoClaw
PII detectionKlawty
Runtime integrityKlawty
Credential monitorKlawty
Credential vaultKlawty
Privacy routerKlawty
Injection defenseOpenClaw
ProposalsPremium
5-tier autonomyPremium
install

Three ways in.

Pick the one that fits your workflow.

One-command

Fastest — 30 seconds

$ 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

compare

How Klawty differs.

Security and production-readiness that plain OpenClaw doesn't have.

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)Unlimited coordinated
LLM routing1 model5-tier (10x savings)
MemoryFile-based6-tier + Qdrant + context threads
Skills1 demo39 domain skills
DashboardTUI onlyTUI + web portal
HostingSelf-hosted+ managed from 99€/mo
pricing

Free forever.
Premium when ready.

The free version is a fully functional single-agent OS with enterprise security. The premium version unlocks multi-agent teams, smart routing, and managed hosting.

Upgrade when you need to:
Send emails, not just read them
Coordinate 2+ agents across departments
Route LLM calls across models to save cost
Search past work with semantic memory
Skip hosting and let us manage it all
Feature
Free
Premium
Agents
1 (read-only tools)
Unlimited coordinated
Tools
Read-only
Read + write, exec, send
LLM models
1 model
5-tier routing + fallbacks
Memory
MEMORY.md (50 lines)
6-tier + Qdrant + context threads
Skills
1 demo skill
39 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 99€/mo
CLI (40+ cmds)
Full
Full
20+ channels
Full
Full
Security
Full
Full + license
Plugins + 52 skills
Full
Full + 39 premium
EU AI Act · August 2026

Deploying AI agents in the EU?

The EU AI Act takes full effect August 2, 2026. Fines up to 35M or 7% global turnover. Klawty agents are pre-classified with ARCA — the EU AI Act compliance platform by dcode.

Start building.

Free · Open source · MIT licensed