Is there a prebuilt version #21
|
I would love to just try it, rather than install and build the rust back end. Thanks. |
Answered by
drandyhaas
May 26, 2026
Replies: 1 comment
|
Yes! As of v0.15.0 (just released), 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 pluginThen in KiCad: Tools → External Plugins → KiCadRoutingTools. If you're on a platform without a prebuilt (Intel Mac, Linux arm64, etc.), |
0 replies
Answer selected by
drandyhaas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! As of v0.15.0 (just released),
python build_router.pydownloads a prebuiltgrid_routerbinary 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:
Then in KiCad: Tools → External Plugins → KiCadRoutingTools.
If you're on a platform without a prebuilt (Intel Mac, Linux arm64, etc.),
build_router.pyfalls back to a local cargo bu…