← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Hulios: An eBPF-powered, transparent Tor gateway for Linux released

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Hulios is an eBPF-powered transparent Tor VPN gateway for Linux.
  • It redirects TCP sockets and DNS queries through an embedded Tor client.
  • The system uses kernel-level cgroup hooks and policy routing for leak prevention.
  • It implements privilege separation, sandbox isolation, and a fail-secure kill-switch.

Introduction to Hulios

Hulios is a new transparent Tor VPN gateway designed for Linux systems. It leverages eBPF technology to secure outbound network traffic by routing all TCP sockets and DNS queries through an embedded Arti (Tor client) instance and a localized Hickory-based DNS resolver. This approach aims to provide robust privacy and anonymity for network communications.

Technical Implementation and Security Features

Hulios operates at the kernel socket level, utilizing cgroup hooks and policy routing to establish leak-resistant boundaries. This method avoids modifying runtime resolv.conf configurations or depending on external firewall daemons. Key security features include a strict privilege-separated runtime model, where a root supervisor spawns an unprivileged worker child that drops privileges to 'nobody' and is isolated with a seccomp system call filter.

A fail-secure kill-switch ensures that if the daemon crashes or is forcibly shut down, blackholes remain active, blocking outgoing traffic to prevent IP leaks until manual recovery. Additionally, an LSM eBPF hook globally blocks raw AF_PACKET socket creation, preventing applications from bypassing standard IP routing rules.

System Requirements and Availability

Hulios requires Linux Kernel version 5.10 or higher, with specific kernel configurations (CONFIG_BPF_SYSCALL, CONFIG_BPF_LSM, and CONFIG_CGROUPS_V2) enabled. Build dependencies include clang and libelf. It has been tested and verified on Arch Linux and Debian 13 (Bookworm).

Hulios is available on the Arch User Repository as 'hulios-git' and can also be built from source using Rust. Commands that interact with kernel interfaces or policy routing require elevated privileges.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Hulios is a new transparent Tor VPN gateway for Linux that uses eBPF to redirect network traffic through Tor, securing outbound connections. It operates at the kernel socket level to prevent IP leaks and does not modify system configurations or rely on external firewalls. This tool provides a new option for Linux users seeking enhanced privacy and leak protection for their network traffic.