DEV Community

ByteKnight
ByteKnight

Posted on

🧅 Oniux: Tor Routing for Linux

The Tor Project just dropped Oniux, a powerful command-line tool that routes any Linux app through the Tor network—safely and leak-proof. Unlike torsocks, Oniux uses kernel namespaces and a virtual interface (onion0) to isolate traffic at the system level. Built with Rust, it’s fast, secure, and perfect for privacy-critical tasks.

Try it:

bash
oniux firefox

Total anonymity, no shortcuts.

Top comments (0)