OpenPilot Gets a VW MQB Lifeline: Inside the J533 Harness Project

GitHub June 2026
⭐ 12
Source: GitHubArchive: June 2026
A new open-source hardware project aims to lower the barrier for installing comma.ai's openpilot on Volkswagen MQB platform cars. The hardybm/comma-j533-harness repo provides a custom wiring harness that interfaces directly with the J533 gateway, addressing a critical gap in aftermarket ADAS deployment.

The hardybm/comma-j533-harness repository represents a focused, community-driven effort to solve a specific hardware compatibility problem: connecting comma.ai's openpilot system to Volkswagen vehicles built on the MQB platform. The MQB platform, used in models like the Golf, Passat, and Tiguan, communicates through a complex CAN bus network managed by the J533 gateway module. Existing openpilot installations often required messy, unreliable splices into the CAN bus wires, leading to signal integrity issues and installation failures. This harness project designs a dedicated, plug-and-play adapter that taps into the J533's OBD-II-like diagnostic port, providing clean, low-impedance access to the vehicle's steering, braking, and powertrain CAN buses. The project is small—just 12 GitHub stars—but it addresses a pain point that has limited openpilot's adoption among VW owners. The harness requires users to solder their own connectors and crimp wires, demanding intermediate electronics skills. However, for the thousands of VW MQB owners who want to experiment with openpilot, this project could be the missing link. The significance lies not in its scale but in its specificity: it demonstrates how open-source hardware can fill gaps that commercial vendors ignore, and it highlights the growing ecosystem of niche adapters that make openpilot a viable alternative to factory ADAS systems like Tesla Autopilot or GM Super Cruise. The project's success depends on community maintenance, documentation quality, and the willingness of users to engage in hands-on modification of their vehicles.

Technical Deep Dive

The VW MQB platform is a modular transverse matrix used across dozens of models. Its electronic architecture relies on a gateway module—the J533—to route messages between different CAN buses: the drivetrain CAN (Antriebs-CAN), comfort CAN (Komfort-CAN), and infotainment CAN (Infotainment-CAN). For openpilot to control steering, throttle, and braking, it needs access to the drivetrain CAN, which carries signals like steering torque requests (from the Lane Keeping Assist system) and brake pressure commands.

The hardybm/comma-j533-harness project solves this by creating a harness that connects to the J533's 20-pin connector (typically located under the dashboard near the driver's footwell). The harness provides a breakout that exposes the two CAN buses needed: CAN 1 (drivetrain) and CAN 2 (comfort). It also includes a 12V power line and ground, allowing the comma three device to be powered directly from the vehicle's OBD-II port without an external battery.

Key engineering decisions:
- Twisted pair wiring: The harness uses twisted pairs for the CAN high/low lines to maintain signal integrity over the ~1 meter cable run to the comma three.
- Fused power: A 3A inline fuse protects the vehicle's electrical system from shorts.
- Connector choice: The project specifies TE Connectivity AMPSEAL connectors, which are automotive-grade and weather-resistant, though the harness is intended for interior use.
- Pinout mapping: The README provides a detailed pinout table mapping the J533 pins to the comma three's OBD-II connector pins.

A comparison of installation methods:

| Installation Method | Complexity | Reliability | Cost | Skill Required |
|---|---|---|---|---|
| J533 harness (this project) | Medium | High | ~$30 in parts | Intermediate (soldering) |
| CAN bus wire tap | Low | Low (signal noise) | ~$10 | Beginner |
| Professional CAN interface | High | Very High | ~$200+ | Expert (programming) |

Data Takeaway: The J533 harness offers the best balance of reliability and cost for DIY installers, but the soldering requirement creates a significant barrier. The low cost ($30) compared to professional solutions ($200+) makes it attractive for the hobbyist community.

The repository itself is minimal—no custom PCB, just a wiring diagram and bill of materials. This is both a strength (low barrier to contribution) and a weakness (no standardized manufacturing). The project links to the comma.ai openpilot wiki for VW, which provides the software-side configuration (e.g., setting the car fingerprint in openpilot's `selfdrive/car/volkswagen` module).

Key Players & Case Studies

This project is a microcosm of the broader openpilot ecosystem. The key players are:

- comma.ai: Founded by George Hotz, comma.ai develops the openpilot software and the comma three hardware. The company has not officially supported VW MQB vehicles, leaving the community to fill the gap. comma.ai's strategy is to provide a general-purpose ADAS platform and rely on community car ports. This project is a direct result of that strategy.
- hardybm: The repository author, a pseudonymous developer who likely owns a VW MQB vehicle (possibly a Golf GTI or Passat). Hardybm's contribution is not novel in a technical sense—similar harnesses exist for other platforms like Toyota and Honda—but it is specific and well-documented.
- The openpilot Discord community: The primary hub for collaboration. Users share wiring diagrams, troubleshoot CAN bus issues, and test new car ports. The J533 harness was likely discussed in the #volkswagen channel before being formalized into a repo.

Comparison with other openpilot harness projects:

| Platform | Harness Approach | Community Size | Success Rate |
|---|---|---|---|
| Toyota (TSS-P) | OBD-II direct, no custom harness | Large (1000+ users) | Very High |
| Honda (Honda Sensing) | Custom CAN bus adapter | Large (500+ users) | High |
| VW MQB (J533) | J533 breakout harness | Small (12 stars) | Moderate (depends on user skill) |
| Hyundai/Kia (HDA) | OBD-II with CAN bridge | Medium (200+ users) | High |

Data Takeaway: The VW MQB community is significantly smaller than Toyota or Honda, which reflects both the lower popularity of VW among openpilot enthusiasts and the higher technical barrier. However, the success rate is moderate because the J533 approach is well-understood in the automotive hacking community.

Industry Impact & Market Dynamics

The openpilot ecosystem is a disruptive force in the ADAS market. While companies like Mobileye (now part of Intel), Tesla, and GM invest billions in proprietary systems, openpilot offers a $1,000-$2,000 aftermarket alternative that can be installed on hundreds of car models. The global aftermarket ADAS market was valued at approximately $15 billion in 2025 and is projected to grow at 12% CAGR through 2030, driven by increasing consumer demand for semi-autonomous features in older vehicles.

This project, though tiny, contributes to that growth by expanding the addressable vehicle base. VW MQB vehicles represent a significant portion of the global car parc—over 10 million units sold since 2012. If even 0.1% of those owners install openpilot, that's 10,000 units, representing $10-20 million in aftermarket revenue for comma three hardware and related accessories.

Market comparison:

| Solution | Price | Vehicle Compatibility | Level 2 Capability | Update Model |
|---|---|---|---|---|
| Openpilot + comma three | $1,000-$2,000 | 200+ models (community ports) | Full (steering, ACC, lane centering) | Open-source, community-driven |
| Tesla Autopilot (FSD) | $8,000-$15,000 | Tesla only | Full (city streets with FSD) | Proprietary, OTA |
| GM Super Cruise | $2,500+ | GM only (limited models) | Limited (highway only) | Proprietary, dealer updates |
| Mobileye SuperVision | ~$5,000 | Select OEM models | Full (hands-free highway) | Proprietary, OTA |

Data Takeaway: Openpilot's value proposition is clear: it is 5-10x cheaper than OEM solutions and works on a vastly wider range of vehicles. The trade-off is installation complexity and lack of warranty support. The J533 harness is a critical enabler for VW owners to access this value.

Risks, Limitations & Open Questions

1. Safety liability: Installing a DIY harness involves modifying a vehicle's safety-critical CAN bus. A wiring error could disable the steering or braking systems, or worse, cause unintended acceleration. The project includes no formal safety certification (e.g., ISO 26262). Users assume all risk.

2. Vehicle compatibility: The J533 pinout varies between VW MQB sub-platforms (e.g., Golf Mk7 vs. Passat B8). The project's documentation covers only a subset of models. Users with different variants may need to reverse-engineer their own pinout.

3. Software support: Openpilot's VW support is still experimental. The car port in the openpilot repository (`selfdrive/car/volkswagen`) has known issues with steering torque limits and brake pressure calibration. The harness is useless if the software doesn't work correctly.

4. Community maintenance: With only 12 stars and no recent commits, the project may become stale. If comma.ai updates the comma three hardware (e.g., to a new connector), the harness design will need revision.

5. Legal risks: Modifying a vehicle's CAN bus may void the warranty and could violate regulations in some jurisdictions (e.g., UN Regulation R79 on steering systems). The project does not address compliance.

AINews Verdict & Predictions

The hardybm/comma-j533-harness is a textbook example of the open-source hardware movement's strengths and weaknesses. It solves a real problem with elegant simplicity, but its impact will remain limited unless it gains broader community adoption and formalization.

Prediction 1: Within 12 months, this project will either be forked and improved by a larger community (e.g., the openpilot Discord's VW channel) or will be abandoned. The 12-star count suggests the latter is more likely, but the demand is real. If a key influencer (e.g., a popular openpilot YouTuber) documents a successful installation, the project could see a surge in interest.

Prediction 2: comma.ai will eventually offer an official VW MQB harness as a paid accessory. The company has done this for Toyota and Honda platforms. Given the large VW owner base, it's a logical revenue opportunity. An official harness would be professionally manufactured, safety-tested, and include a warranty, solving the reliability and liability issues.

Prediction 3: The broader trend of community-driven hardware adapters will accelerate. As openpilot's car coverage expands, we will see more projects like this for niche platforms (e.g., Mazda, Subaru, Ford). The J533 harness is a template for how to document and share such adapters.

What to watch next: The openpilot Discord's #volkswagen channel for installation reports and troubleshooting. Also, watch for any updates to comma.ai's official VW car port in the openpilot repository—if that improves, the demand for this harness will skyrocket.

More from GitHub

UntitledThe open-source robotics community has a new focal point: the 'Beyond Minic' repository (chasefirefly03/enginai_pm01_beyUntitledPear Desktop, an open-source project hosted under the pear-devs organization on GitHub, has experienced an explosive groUntitledThe mvanhorn/cli-printing-press repository, which gained over 3,600 stars in a single day, represents a paradigm shift iOpen source hub2880 indexed articles from GitHub

Archive

June 20262079 published articles

Further Reading

Openpilot 2.0: How a 61K-Star GitHub Project Is Reshaping the Future of Autonomous Drivingcomma.ai's openpilot has crossed 61,475 GitHub stars, becoming the most active open-source autonomous driving project. TBeyond Mimicry: How Open-Source RL Is Unlocking the PM01 Humanoid RobotA new open-source repository, 'Beyond Minic,' adapts Unitree RL Lab's reinforcement learning framework to the Zhongqing Pear Desktop: The Open-Source Music Player Extension That's Quietly Exploding on GitHubPear Desktop, a plugin-based extension for desktop music players, has rocketed to over 31,900 GitHub stars in a single dCLI Printing Press: The AI Agent Tool That Reverse-Engineers Every APIA new open-source project, cli-printing-press, is turning the CLI world upside down by reverse-engineering APIs to absor

常见问题

GitHub 热点“OpenPilot Gets a VW MQB Lifeline: Inside the J533 Harness Project”主要讲了什么?

The hardybm/comma-j533-harness repository represents a focused, community-driven effort to solve a specific hardware compatibility problem: connecting comma.ai's openpilot system t…

这个 GitHub 项目在“how to install openpilot on VW Golf MQB J533 harness”上为什么会引发关注?

The VW MQB platform is a modular transverse matrix used across dozens of models. Its electronic architecture relies on a gateway module—the J533—to route messages between different CAN buses: the drivetrain CAN (Antriebs…

从“comma j533 harness soldering guide”看,这个 GitHub 项目的热度表现如何?

当前相关 GitHub 项目总星标约为 12,近一日增长约为 0,这说明它在开源社区具有较强讨论度和扩散能力。