Install Hubio Sync
Fast, secure installation for macOS, Windows, and Linux
Install on Linux
Quick Install
curl -fsSL https://install.hubio.team/install.sh | shVerify Installation
After installation, verify Hubio Sync is installed correctly:
hubio-sync --versionhubio-sync version 1.0.0
Having issues? View troubleshooting guide →
Alternative Installation Methods
If you prefer not to use the installation script, you can download pre-built binaries directly from our S3 bucket:
Direct Download Download pre-built binaries from S3
Download the latest release for your platform:
After downloading:
macOS/Linux:
chmod +x hubio-sync-* && sudo mv hubio-sync-* /usr/local/bin/hubio-sync Windows:
Move-Item hubio-sync-windows-x64.exe "C:\Program Files\Hubio Sync\hubio-sync.exe" Verify your download:
SHA-256 checksums and GPG signatures are available for all downloads.
View GPG verification guide →Review Script First Download and review the installation script
Download the installation script, review it, then run it manually:
curl -fsSL https://install.hubio.teamubio.team/install.sh -o install.sh cat install.sh # Review the script sh install.sh Invoke-RestMethod https://install.hubio.team/install.ps1 -OutFile install.ps1 Get-Content install.ps1 # Review the script .\install.ps1 Verify the script:
Installation scripts are GPG signed. You can verify the signature before running.
View GPG verification guide →Security: All binaries and scripts are signed with our GPG key. Learn how to verify signatures →
Need help? View our troubleshooting guide.