Schematic to board,without a licence
KiCad, on a Void Linux desktop of your own.Capture, layout, the 3D view, and the fabrication files on the volume.
$ dxflow workflow create --identity kicad hub://kicad --start --link
Draw it,then lay it out
One project from the schematic through routing to what the fab needs.
Hierarchical sheets, symbol libraries and an electrical rules check.
Push-and-shove routing, differential pairs, length tuning and a design rules check.
Gerbers, drill files, a BOM and a 3D view, exported to the volume.
Every defaultis one override away
The session reads its settings from the environment, so you set them on the start line.
$ dxflow workflow start kicad --override env.app.VNC_PASSWORD=something-long
$ xbps-install -Sy kicad-library kicad-library-3d
The project windowfills the screen
Streamed to your browser, with KiCad already maximized.
The libraries arenot in the image
KiCad is here; the symbols, footprints and 3D models it draws from are separate packages.
Install kicad-library and kicad-library-3d in the session, or open a project that carries its own libraries beside it.
Install once where the volume keeps it, and the next start has them without the download.
Schematics, layouts and the fabrication output all under /volume, and a stopped machine costs you nothing.
Pulled once,then it stays
KiCad arrives as one image. This is what comes down the first time, and what the disk should have free for it.
What it wants,and what it needs
The definition asks for 4 cores and 8 GB. The image comes up on less than that, and a start given --fit trims the ask to whatever the machine actually has.
Machines that fit it
KiCad asks for 4 cores and 8 GB. Cheapest first.