Skip to content
Discussion options

You must be logged in to vote

Yes! As of v0.15.0 (just released), python build_router.py downloads a prebuilt grid_router binary for your OS — no Rust toolchain needed. Prebuilts are available for Linux x86_64, macOS arm64, and Windows x86_64.

Release: https://github.com/drandyhaas/KiCadRoutingTools/releases/tag/v0.15.0

Full quick start:

git clone https://github.com/drandyhaas/KiCadRoutingTools.git
cd KiCadRoutingTools
python build_router.py     # downloads prebuilt binary for your OS
python install_plugin.py   # installs the KiCad plugin

Then in KiCad: Tools → External Plugins → KiCadRoutingTools.

If you're on a platform without a prebuilt (Intel Mac, Linux arm64, etc.), build_router.py falls back to a local cargo bu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drandyhaas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants