πŸ§… Oniux: Tor Routing for Linux



This content originally appeared on DEV Community and was authored by ByteKnight

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.


This content originally appeared on DEV Community and was authored by ByteKnight