Install dig

One line, no account, no cloud. The installer detects your OS and architecture, verifies the checksum, and drops dig on your PATH.

Quick install

install
$curl -fsSL https://dig.vllnt.com/install.sh | sh

Downloads the latest release for your platform from GitHub and verifies its SHA256 checksum. Set DIG_VERSION to pin a version, DIG_INSTALL_DIR to choose where it lands.

With Go

go
$go install github.com/vllnt/dig/cmd/dig@latest

Builds from source — handy if you already have a Go toolchain.

Prebuilt binaries

Grab a checksummed archive for linux, macOS, or Windows (amd64 / arm64) from the releases page and put dig on your PATH.

View releases

First run

quick start
# point dig at a directory and index it
$dig init ~/library
$dig scan
# search, ranked
$dig find "invoice acme 2024"
# preview a reorg, apply it, step back
$dig org --dry-run
$dig org
$dig undo

Point dig at a directory, scan it, and search — every change is journaled and reversible.