The architecture layer for robotics systems
Architon is a command line tool that treats your robot as a system, not a pile of parts. It helps you express hardware decisions as structured specs, run compatibility checks, and catch bad assumptions early in your electrical stack.
Hardware sanity checks
Capture part specs in YAML and flag electrical mismatches like voltage and current limits before you burn boards.
System level view
Think in battery, rails, MCU, driver and motors instead of scattered spreadsheets and ad hoc notes.
Deterministic and CI-friendly
Emit INFO, WARN and ERROR findings with non-zero exit codes on errors so stack checks can run in your CI before you order parts.
Early alpha. Interfaces and outputs will change. Feedback welcome.