LabWired is built by Andrii Shylenko, an embedded engineer who got tired of needing a dev board within reach to make progress.
Embedded development has a productivity ceiling that's been stuck for two decades: you can only iterate as fast as you can flash, watch, and recover a dev board. Bad code bricks the board. Good code can't be regression-tested without a HIL bench no one has the time or budget to build.
Meanwhile, AI coding agents are getting good enough to write embedded firmware — but they need a sandbox where their first attempt can't toast a $40 ESP32 or short out your power-supply circuit. Browser-based Wokwi is the closest precedent; it's not open, not deterministic, and not built for CI.
LabWired is the open simulator I wanted: same firmware binary on hardware and in the browser, deterministic enough for CI regression tests, and exposed via an MCP server so coding agents can verify their firmware before it ever touches silicon.
simulate, validate_system, list_boards,
and 8 more tools so an agent can iterate on firmware without ever needing the
physical board.
The same simulation kernel serves two go-to-market motions:
Simulator core is MIT-licensed on GitHub. Release cadence is visible in CHANGELOG.md — 15 releases between February and May 2026, including ESP32-S3 dual-core support and the hardware-oracle harness. Issue tracker is public. Contributions welcome.
Working on something LabWired could help with — firmware CI, an AI coding agent that needs a sandbox, embedded education? I'd like to hear about it.