findadomain CLI

Domain Checks from your terminal

Install `findadomain` to check a Registrable Domain, print its Availability Status, and keep naming workflows inside your terminal.

Install with Homebrew

brew install findadomain/tap/findadomain
findadomain check
Animated terminal demo showing findadomain CLI usage.

Check a Registrable Domain

Prints only the Availability Status by default.

findadomain check example.com

Return JSON for scripts

Use structured data in shell scripts and automated workflows.

findadomain check --format json example.com

Ask for WHOIS fallback

Request another signal when a Domain Check needs it.

findadomain check --whois example.com

Built for command-line naming work

Browser checks get repetitive. The CLI keeps each Domain Check small, direct, and easy to compose with other tools.

Terminal-first Domain Checks

Run one command, get one Availability Status, and skip registrar tabs.

Script-friendly JSON

Switch formats when another tool needs name, TLD, status, and cache fields.

WHOIS fallback when needed

Opt into WHOIS checking for workflows that need another availability signal.

macOS and Linux releases

Release builds target amd64 and arm64 across macOS and Linux.

Predictable Availability Status

Text format prints only the status. JSON format mirrors the API object when scripts need structured data.

available
{ "status": "taken", "name": "example", "tld": "com", "cached": true }

Exit codes

  • 0
    Domain Check completed and Availability Status was printed
  • 1
    Usage or validation error
  • 2
    Network, API, or internal failure
Ready in one command

Install `findadomain` and check your first domain.

View releases