Installation
macOSApple silicon
Download .dmgmacOS 12 or later
Windowsx64
Download .exeNo admin rights needed
Linuxx64
Download .AppImageVersion 0.1.0 · Release notes · Debian package · All downloads
Requirements
| Platform | Minimum |
|---|---|
| macOS | macOS 12, Apple silicon |
| Windows | Windows 10 (1809), x64 |
| Linux | x64, glibc 2.28 or newer |
The Windows installer is per-user and needs no administrator rights.
Linux: Debian and Ubuntu
The .deb is the best option on Debian, Ubuntu, Mint, and anything else apt-based. It
installs like any other package, registers the menu entry and the KiCad file
associations, and comes off with apt remove goatcad.
sudo apt install ./goatcad_*_amd64.deb
Download the .deb first — apt takes a local path.
Linux: other distributions
The .AppImage is one self-contained file that runs anywhere. Nothing is installed and
nothing is left behind, which also means no menu entry and no file associations unless
you add them.
chmod +x GoatCAD-*.AppImage && ./GoatCAD-*.AppImage
Gear Lever or AppImageLauncher will register
it with your desktop if you want those.