Downloads
Binaries
Debian / Ubuntu repository
ChirpStack provides pre-compiled binaries as Debian (.deb
) packages. To
activate this repository, execute the following commands:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack_4.list
sudo apt update
ChirpStack also provides a repository for test-builds. To activate the test
channel use the following commands (notice that stable
has changed into testing
):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb testing main" | sudo tee /etc/apt/sources.list.d/chirpstack_4.list
sudo apt update
Docker
For Docker images, please refer to: