Skip to main content

Carapace

puremachinery/carapace

healthy GitHub

A security-hardened personal AI assistant written in Rust that directly addresses the January 2026 OpenClaw vulnerability disclosures. It trades broader feature coverage for defense-in-depth: Ed25519-signed WASM plugins, OS-level subprocess sandboxing, and encrypted secret storage via OS credential stores.

Decision Block

Why choose Carapace over OpenClaw?

Quick recommendation layer first, deeper analysis second. Use this before diving into metrics and architecture details.

Recommendation Layer
Compare with OpenClaw
Why choose this
  • Safer default posture than OpenClaw for security-conscious deployments.
  • Runs far leaner than OpenClaw on constrained hardware and low-cost hosts.
  • Keeps more of the workflow local, reducing cloud dependency and data exposure.
Tradeoffs
  • Still less proven than OpenClaw in maturity, docs depth, or production mileage.
  • Efficiency usually comes with narrower scope, fewer integrations, or rougher ergonomics.
Best fit
  • Security-sensitive self-hosters
  • Builders who want local-first AI workflows
  • Teams needing shared agent workflows
Avoid if
  • You only want battle-tested projects with a long public track record
  • You care more about broad integrations than minimal footprint
Confidence / Evidence
Mixed Evidence 35%
Freshly Reviewed
Quick Refresh

Limited evidence available. Use the primary sources before making a production decision.

AI decision layer last reviewed Apr 20, 2026. Helpful, but still inference-heavy enough to double-check primary sources.

Last generated Mar 13, 2026
Last reviewed Apr 20, 2026
Refresh mode Quick Refresh

Source window: GitHub metadata, README, recent commits, latest release, Reddit, Brave search

Measured Security
94
Measured Memory
18 MB
GitHub Stars
43
Boot Time
35 ms
Memory
18 MB
Language
Rust

Community Pulse

25% Positive
21 Reddit Mentions

Security Radar

Security radar summary for Carapace.

  • Carapace: Sandboxing 9 of 10, API Security 9 of 10, Network Isolation 9 of 10, Telemetry Safety 8 of 10, Shell Protection 8 of 10.

Evaluation Scale: 10 = Maximum Safety / 1 = High Risk

Star Growth (2026)

Star history summary.

  • carapace: 104 recorded points. From 2 stars on 2026-01-01 to 43 on 2026-04-21.

ClawVerse News

Latest articles and global buzz

No news data available at the moment.

Trending Mentions

No trending data available. Run the update script.
Last Scan: 4/21/2026, 12:16:13 PM
#security-hardened #wasm-plugins #multi-provider #rust #local-first

Carapace is a security-focused, open-source personal AI assistant written in Rust, explicitly positioned as a hardened alternative to OpenClaw/ClawDBot. It runs locally on your machine and supports multiple messaging channels including Signal, Telegram, Discord, Slack, webhooks, and console. The project directly addresses the major vulnerability classes disclosed in the January 2026 OpenClaw security report, implementing defenses like localhost-only binding by default, CSRF-protected control endpoints, OS credential store integration (Keychain/Keyutils/Credential Manager) with AES-256-GCM fallback, and Ed25519 signature verification for its WASM plugin runtime.

The architecture prioritizes security over feature parity. While OpenClaw offers broader channel coverage (WhatsApp, iMessage, Matrix), companion apps, browser control, and multi-agent routing, Carapace focuses on a hardened core with strict capability sandboxing, resource limits for plugins, prompt injection guards with inbound classifiers, and OS-level subprocess sandboxing on macOS/Linux/Windows. Multi-node clustering is partially implemented. The project supports Anthropic, OpenAI, Ollama, Google Gemini, AWS Bedrock, and Venice AI as LLM providers, with streaming, tool dispatch, and cancellation support.

Recent commit activity shows active development with documentation refreshes, CI workflow hardening, dependency updates (including security-patched aws-lc-rs), and test infrastructure improvements. The maintainers emphasize verified stable paths with explicit documentation of partial and in-progress features. The v0.1.0 stable release is marked as ready for real use on verified paths, making it suitable for security-conscious users who need a local AI assistant with strong isolation guarantees.

Live Data Partner OpenClaw Seismograph
Threat Level elevated