Product Thumbnail

OpenFang

Open-Source Agent Operating System

Productivity
Open Source
Developer Tools
GitHub

Open-source Agent OS built in Rust. 7 autonomous Hands that work for you on schedules. 16 security systems. 53 tools. 40 channels. 27 LLM providers. WASM sandbox, Merkle audit trail, taint tracking. Single binary.

Top comment

hey everyone, im jaber, i built openfang because every agent framework i tried was basically a chatbot wrapper. you type something, it responds, you type again. thats not autonomy thats a conversation. i wanted agents that wake up on a schedule, do the work, and report back without me sitting there. so i built Openfang!

Comment highlights

Built in Rust with WASM sandbox — that's a serious approach to agent security. Bookmarking this.

Congrats on the launch! The idea of building agents that actually run autonomously on schedules instead of just responding to prompts is a really important distinction — most frameworks still feel like glorified chat wrappers. Building this in Rust with a WASM sandbox is a bold choice too. Curious about the security model — with 16 security systems and Merkle audit trails, are you targeting enterprise use cases or is this more for indie devs who want to self-host reliable agents? Either way, shipping a single binary makes the DX so much cleaner.

The security architecture here is impressive - 16 layers including WASM sandboxing, Merkle audit trails, and taint tracking is serious work. Most agent frameworks treat safety as an afterthought, but for agents that actually interact with the real world (payments, database writes, API calls), this is exactly the right priority.

Curious about one thing: when an agent triggers an action with real-world side effects (like sending an email or making a payment), how does the system handle rollback if a later step in the chain fails? Is there a compensation mechanism, or does the sandbox prevent those actions from executing until the full chain is validated?

Congrats on the launch - 4,000+ stars in 4 days speaks for itself.

The WASM sandbox + Merkle audit trail combo is really smart for agent security. Most frameworks just trust the LLM output blindly - having taint tracking built in from day one shows you actually thought about what happens when agents run unsupervised. Curious how the scheduling system handles failures mid-task.

Really interesting approach building an open-source Agent OS in Rust. The focus on WASM sandbox + security layers stands out. Curious how you’re thinking about long-term extensibility for third-party tools?

hey, congrats on launch. I noticed that you mentioned P2P networking in your website, do you plan to make it distributed in the future?