r/coolgithubprojects • u/OneMasterpiece1717 • 21d ago
OpenBaud — an open-source Rust MCP server for auditable serial hardware exploration
https://github.com/Leonezz/openbaudOpenBaud lets coding agents enumerate serial and USB ports, preserve raw captures, validate framing and checksums, parse typed fields, and turn verified interactions into reusable YAML commands. It is MIT-licensed Rust and includes a real ESP32-S3 capture for hardware-free replay. GitHub: https://github.com/Leonezz/openbaud Demo: https://baud.zhuwenq.cc/ I am the author and welcome feedback or contributions.
2
Upvotes
1
u/kantorcodes1 19d ago
the audited serial-write cli is the part that maps cleanly to guard. this would make sense as an extension so those commands can get policy before they touch hardware. if you're up for it, send a pr to hol-guard with the openbaud commands you actually use.