ding

Install

Homebrew (macOS / Linux)

brew install ding-labs/tap/ding

Binary script

Downloads and installs the latest release to /usr/local/bin:

curl -sf https://start.ding.ing | sh

Docker

docker run -v ./ding.yaml:/etc/ding/ding.yaml \
  ghcr.io/ding-labs/ding

Runs on linux/amd64 and linux/arm64.

Manual binary download

Download a release from GitHub Releases, extract, and place the binary on your $PATH.

Available for:

OS Architecture
Linux amd64, arm64
macOS amd64, arm64
Windows amd64, arm64

Verify

ding version
ding --help

Requirements

No runtime dependencies. DING is a statically linked binary. It runs anywhere.