DEV Community

Charles
Charles

Posted on

Chestnut: The $249 eGPU Dock With Open-Source Firmware That Could Disrupt a Closed Market

Comma AI, the company behind open-source automated driving software, just announced the Chestnut — an eGPU dock with open-source firmware that costs $249 bare. The announcement hit 55 points on Hacker News, and it represents something genuinely new in the external GPU dock market.

What Makes Chestnut Different

External GPU docks (eGPU enclosures) have existed for years, but they've always been expensive ($300-500+) and locked down. The Razer Core X, the most popular eGPU enclosure, costs $300 and runs proprietary firmware that you can't inspect, modify, or improve.

The Chestnut changes this in two ways:

  1. Price: At $249 bare (no power supply included), it undercuts most competitors
  2. Open-source firmware: The firmware is fully open-source, meaning you can audit it, modify it, and contribute improvements

Why Open-Source Firmware Matters for an eGPU Dock

An eGPU dock seems simple — it's essentially a PCIe slot in a box connected via Thunderbolt or USB4. But the firmware that manages the PCIe bridge, power delivery, and thermal management is actually complex and often buggy. Common problems with proprietary eGPU docks include:

  • Connection instability: Random disconnections under load, requiring dock power-cycling
  • Thermal throttling: Aggressive thermal limits that reduce GPU performance below what the GPU is capable of
  • Compatibility issues: Some docks work poorly with certain GPU models, and without firmware access, users can't diagnose or fix the problem
  • Abandonware: Manufacturers stop updating firmware for older dock models, leaving users with bugs that never get fixed

Open-source firmware solves all of these. If the dock disconnects under load, you can look at the firmware logs. If thermal throttling is too aggressive, you can adjust the thresholds. If your specific GPU has a compatibility issue, you can patch it yourself or submit a fix.

The Comma AI Connection

Comma AI, founded by George Hotz, is best known for openpilot — open-source driver assistance software that runs on commodity hardware. The company has a track record of taking expensive, proprietary technology and making it accessible and open.

The Chestnut follows the same philosophy: take a product category that's overpriced and locked down, and make it cheaper and open. This isn't just about saving $50 on an eGPU dock — it's about creating a product category where users have control over their hardware.

Technical Details

Based on the announcement at hwbusters.com:

  • Interface: USB4/Thunderbolt 4 (compatible with most modern laptops and mini PCs)
  • Price: $249 bare (power supply sold separately)
  • Firmware: Open-source, available on GitHub
  • GPU support: Full-length, full-height GPUs up to 3-slot width
  • Power: Supports high-wattage GPUs (specific wattage depends on included power supply)

Who Benefits From This

The Maker and DIY Community

Open-source firmware means makers can:

  • Build custom thermal management profiles
  • Integrate the dock with home automation systems (e.g., turning on cooling when GPU load increases)
  • Monitor power consumption and efficiency in real-time
  • Port the firmware to other hardware platforms

The Budget AI/ML Community

Running AI models locally requires GPU compute, but not everyone wants to build a desktop PC. An eGPU dock lets you connect a powerful GPU to a laptop or mini PC — and at $249, the Chestnut makes this significantly more affordable.

For anyone running local LLMs, Stable Diffusion, or other AI workloads on a laptop, an eGPU dock with a used RTX 3090 can provide desktop-class AI performance at a fraction of the cost of a desktop build.

The Linux Community

Proprietary eGPU docks often have poor Linux support, with manufacturers focusing on Windows. Open-source firmware means the Linux community can ensure full compatibility and optimize performance without waiting for manufacturer support.

The Bigger Picture: Open Hardware Movement

The Chestnut is part of a broader trend toward open hardware — products where the firmware (and sometimes the hardware design) is open-source. Other examples include:

  • System76: Open-source firmware for laptops and desktops
  • Framework: Modular laptops with open-source firmware
  • RISC-V: Open instruction set architecture for custom chips
  • Glitch: Open-source hardware platform for security research

This movement is driven by the belief that users should control the hardware they own — not just use it on the manufacturer's terms. Every product that ships with open-source firmware makes the case stronger and creates precedent for the next one.

The full announcement is at hwbusters.com.

Top comments (0)