DIGHUb · DIG Network

DIG Network APT repository

Install the DIG ecosystem on Ubuntu/Debian with apt: dig-node (the node service, run via systemd) and digstore (the content-addressable store CLI).

Add the repository

# 1. Trust the DIG signing key
curl -fsSL https://apt.dig.net/dig.gpg | sudo gpg --dearmor -o /usr/share/keyrings/dig.gpg

# 2. Add the apt source
echo "deb [signed-by=/usr/share/keyrings/dig.gpg] https://apt.dig.net stable main" \
  | sudo tee /etc/apt/sources.list.d/dig.list

# 3. Install
sudo apt update
sudo apt install dig-node digstore

# 4. The node runs as a systemd service
systemctl status dig-node

What gets installed

Machine-readable