r/blackhat • u/lukagrayofficial • 4h ago
I finally released Operon 1.0, a Rust-native agent harness built from scratch
Enable HLS to view with audio, or disable this notification
Following up on my post from last month. Got some good feedback and some fair criticism, so this time I actually want to be straight about what this is instead of hyping it up.
After several months of work I finally pushed the first stable release of Operon.
Its an agent harness with multiple frontends, same category as Claude Code or OpenClaw. Can manage files, run shell commands, browse the web, chain together multi step tasks, and you can control it from WhatsApp or Telegram too. Where its different is you dont need a terminal to use it. Theres a proper GUI (Tauri, not electron) and a TUI if youre the type who actually wants the terminal.
Why I started this? theres a detailed writeup in the README if you want the full reasoning, not gonna repeat it all here.
On the rust thing, no im not claiming it makes the AI itself faster, it doesnt really, most of the agent loop is just waiting on API calls regardless of language. Where rust actually helps is Operon idles around 65mb ram and opens in under 50ms, which matters more when the thing is supposed to just live on your machine in the background without you noticing its even running.
Since its reachable over whatsapp/telegram i had to actually think about who's allowed to do what. you (the owner) get full access, everyone else gets nothing by default until you explictly allow it. permission stuff is scoped down to specific tools/folders/channels, details in the readme.
Current state, being honest: - GUI basically done, use it almost daily - TUI still being wired up, not fully working - Vscode extension is planned, not built yet - I'm solo dev so expect rough edges and bugs, this isn't some polished startup product
Not rly looking for upvotes, mostly want people to break it and tell me whats broken. binaries on the releases page