DEV Community

Cover image for Hello, LibreFang! — The Open-Source Agent Operating System
涼風羽月
涼風羽月

Posted on • Edited on • Originally published at github.com

Hello, LibreFang! — The Open-Source Agent Operating System

Hello, LibreFang!

LibreFang is an open-source Agent Operating System built in Rust.

Why LibreFang?

"Libre" means freedom. We believe an open-source project should be truly open — not just in license, but in governance, contribution, and collaboration.

Features

  • 14 Rust crates — modular, fast, and memory-safe
  • 40 messaging channels — Telegram, Discord, Slack, and 37 more
  • 60 bundled skills — ready to use out of the box
  • 16 security layers — WASM sandbox, RBAC, audit trails, and more
  • 2,100+ tests — zero clippy warnings

Quick Start

export GROQ_API_KEY="your-key"
librefang init && librefang start
# Open http://127.0.0.1:4545
Enter fullscreen mode Exit fullscreen mode

Contributing

You don't need Rust experience to contribute:

Type Rust required?
Agent templates (TOML) No
Skills (Python/JS) No
Documentation / Translation No
Channel adapters Yes
Core features Yes

Links

Top comments (0)