Downloads
Binaries
Previous versions are available at: https://artifacts.chirpstack.io/downloads/chirpstack/.
Setup software repository
ChirpStack provides a Debian / Ubuntu repository which can be used to install
the latest ChirpStack version. First make sure that gpg is installed:
sudo apt install gpg
Set up the key for the ChirpStack repository:
sudo mkdir -p /etc/apt/keyrings/
sudo sh -c 'wget -q -O - https://artifacts.chirpstack.io/packages/chirpstack.key | gpg --dearmor > /etc/apt/keyrings/chirpstack.gpg'
Add the repository to the repository list:
echo "deb [signed-by=/etc/apt/keyrings/chirpstack.gpg] https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list
Update the apt package cache:
sudo apt update
Docker
For Docker images, please refer to:
