Install on Ubuntu/Debian (apt)
On Ubuntu, Debian, and other Debian-family distributions, install the DIG ecosystem from the apt.dig.net repository. You get the dig-node service and the digstore CLI as ordinary apt packages — signed, and upgraded with apt upgrade like anything else on the box. Installing dig-node sets up and enables a systemd service so your node starts on boot and stays running.
Pre-release — infrastructure being provisioned
apt.dig.net is still being stood up, so these commands may not resolve yet. They are the real, intended flow — bookmark this page. In the meantime, use the cross-platform universal installer or grab a binary from the Releases page.
1. Add the signing key
The repository is signed; add its public key to a dedicated keyring (the modern, per-repo way — no global apt-key):
curl -fsSL https://apt.dig.net/dig.gpg | sudo gpg --dearmor -o /usr/share/keyrings/dig.gpg