← Back to Blogs
HN Story

The RISC-V Router: Redefining Open Networking for Self-Hoster's

May 16, 2026

The RISC-V Router: Redefining Open Networking for Self-Hoster's

The intersection of open-source hardware and home networking is often a compromise between usability and transparency. Most consumer routers are "black boxes" with proprietary firmware and closed-source drivers, leaving users with little control over their data or security. Start9 is attempting to bridge this gap with the RISC-V Router, a device designed specifically for the needs of home-based self-hosting.

By leveraging the RISC-V instruction set and an open-source software stack, Start9 aims to create the "most open router on the market," focusing on granular security control and seamless integration with their existing self-hosting ecosystem.

The Hardware Architecture

The RISC-V Router is built around the SpacemiT K1 8-core RISC-V chip, paired with 4GB of LPDDR4 RAM and 16GB of eMMC storage. In terms of connectivity, it features one Gigabit WAN port, one Gigabit LAN port, and a Wi-Fi 6 (11ax) module capable of speeds up to 2401 Mbps.

From a transparency standpoint, Start9 has committed to publishing board schematics and utilizing an open-source boot stack, including OpenSBI and U-Boot, alongside a Linux kernel. However, the company acknowledges a persistent industry-wide hurdle: the Wi-Fi radio firmware remains closed-source, as open-firmware options for modern Wi-Fi 5/6 cards are currently non-existent across all manufacturers.

StartWRT: A First-Principles Approach to Routing

Rather than a standard installation, the router runs StartWRT, a fork of OpenWrt. This OS is designed to move away from the traditional "Primary vs. Guest" network dichotomy, replacing it with a more flexible system of Security Profiles.

Granular Network Control

Under StartWRT, every device on the network is assigned a Security Profile that dictates its permissions. These profiles can be customized to control:

  • Visibility: Which other devices on the local network the device can see.
  • DNS & Internet Access: Specific DNS servers, IP whitelists, or blacklists.
  • Connectivity Paths: Whether traffic goes directly to the internet or is routed through a VPN (or a chain of VPNs).
  • Scheduling: Hardware-level Wi-Fi blackout schedules to limit EMF exposure or usage.

Identity PSK and Inbound/Outbound VPNs

To manage these profiles, StartWRT uses Identity PSK. Instead of multiple SSIDs, a single Wi-Fi network can have multiple passwords; the password used during connection determines which Security Profile the device receives.

Furthermore, the router supports complex VPN configurations. Users can set up multiple inbound VPN servers for remote access, each mapped to a specific profile. For outbound privacy, the router allows "VPN chaining," where traffic is routed through multiple providers (e.g., Mullvad then Proton VPN) to ensure that no single provider has a complete view of the user's activity.

Community Critique and Technical Challenges

While the vision of an open-source router is praised, the announcement has sparked significant debate among the technical community on Hacker News, primarily centering on hardware value and the "openness" claim.

The Hardware Value Proposition

Many users pointed out that the hardware specifications seem modest for the $300 price point, especially for a device shipping in 2026. Critics noted that 1Gbps ports are becoming obsolete in an era of 2.5Gbps and 10Gbps standards.

"Ethernet: 1 WAN Gb, 1 LAN Gb Really? In 2026? Pass. It needs to be at least two SFP+."

Additionally, some questioned the necessity of the high RAM (4GB) and storage (16GB) for a router running OpenWrt, which typically requires a fraction of those resources.

The "Most Open" Debate

Some enthusiasts argued that the "most open" claim is hyperbolic, citing existing projects like the Turris Omnia and OpenWrt One. These projects provide not only schematics but often Gerbers and more robust hardware options.

"You can all get all that for both OpenWrt One and Turris... and that CPU is no more 'open' than the libre end of ARM chips elsewhere."

Software Sustainability

There is also concern regarding the use of a custom fork of OpenWrt. Community members warned that small startups often struggle to maintain custom software stacks, which can lead to "bricked" hardware if the company ceases operations.

Conclusion

The RISC-V Router by Start9 represents an ambitious attempt to bring the RISC-V architecture into the home networking space while providing a high-level GUI for non-technical users. While the hardware specs may feel conservative to power users, the focus on identity-based security profiles and VPN chaining offers a compelling vision for those prioritizing privacy and network sovereignty over raw throughput.

References

HN Stories