4.1. Installation
Online Installer
If you have installed LibrePCB with the installer (as described [here, you should already have the librepcb-cli
tool available in the installation directory.
Portable Package
Alternatively you could run librepcb-cli
without installing it.
Windows
Download and extract librepcb-0.1.6-windows-x86.zip, then run the contained file bin\librepcb-cli.exe
.
Linux
AppImage
Download librepcb-cli-0.1.6-linux-x86_64.AppImage, make it executable and start it:
wget "https://download.librepcb.org/releases/0.1.6/librepcb-cli-0.1.6-linux-x86_64.AppImage"
chmod +x ./librepcb-cli-0.1.6-linux-x86_64.AppImage
./librepcb-cli-0.1.6-linux-x86_64.AppImage
Binaries
Alternatively, you can download and extract librepcb-0.1.6-linux-x86_64.tar.gz which contains the librepcb-cli
executable:
wget "https://download.librepcb.org/releases/0.1.6/librepcb-0.1.6-linux-x86_64.tar.gz"
tar -xvzf ./librepcb-0.1.6-linux-x86_64.tar.gz
./librepcb-0.1.6-linux-x86_64/bin/librepcb-cli
Docker
Or if you have Docker installed, you can use our official image librepcb/librepcb-cli:
docker run -it --rm -u $(id -u):$(id -g) -v `pwd`:/work librepcb/librepcb-cli:0.1.6
Mac
Download librepcb-cli-0.1.6-mac-x86_64.dmg and double-click it. Then drag and drop the app onto the “Applications” icon of Finder.