← Back to CLI Documentation

Manual Installation

Download SEER CLI binaries directly from GitHub

Available Binaries

macOS (Apple Silicon)

Platform: macOS

Architecture: ARM64 (M1/M2/M3)

Size: 7.97 MB

SHA-256: 9c18c97fdc469d58f6c0d84b7ad1a0a8a7e36481834c182216332b900f6c32b2

macOS (Intel)

Platform: macOS

Architecture: AMD64 (Intel)

Size: 8.47 MB

SHA-256: 8539dc0485ed6f42bef3824b78f336305a2ca6518ec275088e6395fc7f60501c

Linux (64-bit)

Platform: Linux

Architecture: AMD64

Size: 8.3 MB

SHA-256: ffdb2aa13bc4c3f8644148ff8ec0c130407386150c12645764d10eafd616da02

Windows (64-bit)

Platform: Windows

Architecture: AMD64

Size: 8.43 MB

SHA-256: ab70343e628f94fee10f2f90e8edbc0b855a173a37c2d4741d6587ac0d3a0170

Installation Steps

macOS / Linux

  1. Download the appropriate binary for your system from the list above
  2. Open a terminal and navigate to your downloads folder:
    cd ~/Downloads
  3. Make the binary executable:
    chmod +x seer-darwin-arm64 # or your downloaded filename
  4. Move to a directory in your PATH:
    sudo mv seer-darwin-arm64 /usr/local/bin/seer
  5. Verify installation:
    seer --version

Windows

  1. Download the Windows binary from the list above
  2. Move seer-windows-amd64.exe to a permanent location (e.g., C:\Program Files\SEER\)
  3. Add the directory to your system PATH environment variable
  4. Open Command Prompt and verify:
    seer --version

Verify Download (Optional)

It's recommended to verify the SHA-256 checksum of your downloaded binary to ensure integrity:

macOS / Linux

shasum -a 256 seer-darwin-arm64

Windows (PowerShell)

Get-FileHash seer-windows-amd64.exe -Algorithm SHA256

Compare the output with the SHA-256 hash shown in the binary list above.

Next Steps

After installation, configure SEER CLI with your API credentials: