Check domains fast.
dget is an open-source, cross-platform domain availability checker built in Go. It delivers fast lookups, bulk checks, and a flag-rich CLI so you can fit domain intelligence into any workflow.
# Quick start
dget example.com
# Check all domains from file with .com TLD
dget --domains-file domains-file.txt --tld com
# Check all combinations from both files
# (short flags: -df and -tf)
dget -df domains-file.txt -tf tlds-file.txt
# Install
go install github.com/immanuwell/dget@latest
{{ feature.title }}
{{ feature.copy }}
Install anywhere
You can simply install dget using Go's install command:
# Go install
go install github.com/immanuwell/dget@latest
Why pick dget
- Optimized lookups for high-volume domain scouting
- Bulk checking from lists or piped input
- Flag-packed CLI for verbosity, TLD control and more
- Runs on any OS with zero setup
- MIT-licensed, hackable Go codebase you can extend
{{ stats.flags }}
Flags to tailor output, retries, timeouts, and threads
Flags to tailor output, retries, timeouts, and threads