Download Burrow Client

Get started with automatic installation or download manually for your platform.

Quick Install

The easiest way to install Burrow is with our automatic installation script.

macOS / Linux

curl -sSL https://moleburrow.com/install.sh | bash

Windows (PowerShell)

iwr https://moleburrow.com/install.ps1 | iex

Manual Download

Or download manually for your platform.

Linux (x64)

amd64

burrow-client-linux-amd64

SHA256 Checksum:

951312dd7817e5062729281ccd81e0cc753d04cd3db9d6fbae41a966461afb33

Linux (ARM64)

arm64

burrow-client-linux-arm64

SHA256 Checksum:

f7d1e42cbb3915c4e48c66cf7ad8e57fb9a5d8a9acaefe300408bf8c7f62fe3a

macOS (Intel)

amd64

burrow-client-darwin-amd64

SHA256 Checksum:

e2b2ba8fa779460eee1171c943009c585bd61c89eb2bb4cc323b828179061b11

macOS (Apple Silicon)

arm64

burrow-client-darwin-arm64

SHA256 Checksum:

5eb3d41d31153012b9159c95500fa867eafe6de1386990eca4d4a4110699e32d

Windows (x64)

amd64

burrow-client-windows-amd64.exe

SHA256 Checksum:

f556df610144c7ff517c3b78718ebe8634efb5f9d2589fe374d90e0cce0889b1

Installation Instructions

Linux / macOS

# Download and make executable
chmod +x burrow-client-*
mv burrow-client-* /usr/local/bin/burrow

# Run
burrow -subdomain myapp -port 3000

Windows

# Run from Command Prompt or PowerShell
burrow-client-windows-amd64.exe -subdomain myapp -port 3000

Verify Download

To verify the integrity of your download, compare the SHA256 checksum:

Linux / macOS

sha256sum burrow-client-*

Windows (PowerShell)

Get-FileHash burrow-client-windows-amd64.exe -Algorithm SHA256