Highlights
- 17 verified bug fixes across the smart-lookup path, TUI, and API — in-flight coalescing hang, multi-byte WHOIS truncation panic, referral line-jump, XFF rate-limit bypass, and more (#26)
- MCP over Streamable HTTP at
POST /mcp (same tool registry as stdio, behind the API-key middleware) + seer generate-key (#11)
- Prebuilt CLI binaries for 5 platforms with shell/PowerShell installers — this release page! (#30)
- Python distribution renamed to
domain-seer (import seer unchanged); seer-api now depends on it (#34)
- Python suites run in CI (#27) and deterministic protocol tests cover WHOIS referrals/timeouts, RDAP 404/429/fallback, and formatter snapshots (#28)
- Docs/CLAUDE.md synced; deliberate retry boundaries documented (#14, #29, #31)
Install seer-cli 0.33.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TheZacillac/seer/releases/download/v0.33.0/seer-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/TheZacillac/seer/releases/download/v0.33.0/seer-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install TheZacillac/tap/seer-cli
Download seer-cli 0.33.0