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:

  1. wget "https://download.librepcb.org/releases/0.1.6/librepcb-cli-0.1.6-linux-x86_64.AppImage"
  2. chmod +x ./librepcb-cli-0.1.6-linux-x86_64.AppImage
  3. ./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:

  1. wget "https://download.librepcb.org/releases/0.1.6/librepcb-0.1.6-linux-x86_64.tar.gz"
  2. tar -xvzf ./librepcb-0.1.6-linux-x86_64.tar.gz
  3. ./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:

  1. 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.