Back to browse
GitHub Repository

strangeClaw is a minimal, self-hosted autonomous AI agent with full Firecracker sandbox isolation support.

3 starsPython

StrangeClaw – a self-hosted agent running inside a Firecracker microVM

by pstrange·Jun 10, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainBold Bet

Firecracker microVM isolation with host-side credential broker — agent observes denials.

Strengths
  • Agent has no host filesystem access or API credentials in Fire mode
  • Host-side broker enforces policy, injects credentials, redacts responses
  • Built from scratch without agent frameworks to understand systems fundamentally
Weaknesses
  • Marked work in progress, not production-ready with zero stars
  • Agent security space getting crowded with similar sandboxing approaches
Category
Target Audience

Security-conscious developers, self-hosted AI enthusiasts

Similar To

OpenClaw · LangChain sandboxing · E2B

Post Description

I built strangeClaw because I wanted to understand agent systems like OpenClaw more fundamentally, so I started from scratch and built my own. Yes, I know, another agent is probably not what the world needs right now.

My main motivation was sandboxing. Agents are extremely powerful, but they need a framework they can work well within (at least that is my point of view). For production-like use, I think that means real isolation, so I wanted to try putting the agent inside a Firecracker microVM. My goal was to build something I would actually feel comfortable running on my main PC.

In Fire mode, the agent has no host filesystem access and no API or LLM credentials. Authenticated HTTP calls go through a host-side broker that enforces policy, injects credentials, redacts responses, and only allows configured endpoints/methods. LLM calls are proxied host-side too.

The agent itself is intentionally small and now that the foundation is in place, I'll try to start expanding it with more tools and skills. If this sounds interesting, feel free to try it, take it apart, or build on it. Looking forward to all the feedback :)

Similar Projects

AI/ML●●●Banger

NervOS – Sandbox for AI Agents Using Firecracker MicroVMs

Hardware-isolated VM sandbox for Claude, 2-second boot, no Docker complexity.

Zero to OneWizardrySolve My Problem
ashishch111
103mo ago