Install Hubio Sync

Fast, secure installation for macOS, Windows, and Linux

Install on Linux

Quick Install

curl -fsSL https://install.hubio.team/install.sh | sh
Package Manager:curl

Verify Installation

After installation, verify Hubio Sync is installed correctly:

hubio-sync --version
Expected output:
hubio-sync version 1.0.0

Having issues? View troubleshooting guide →

What's Next?

Now that Hubio Sync is installed, here are your next steps to get started:

1

Configure Your First Data Source

Set up a connection to your database, API, or data warehouse.

View configuration guide →
2

Run Your First Migration

Test your setup with an example migration command:

hubio-sync validate --example
View quick start tutorial →
3

Explore Advanced Features

Learn about scheduling, transformations, monitoring, and more.

Explore features →

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 (unzip the app bundle):

unzip hubio-sync-darwin-*.zip && open hubio-sync.app

Linux:

chmod +x hubio-sync-* && sudo mv hubio-sync-* /usr/local/bin/hubio-sync

Windows (run as Administrator):

Move-Item hubio-sync-*.exe "$env:LOCALAPPDATA\Programs\HubioSync\"

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:

macOS/Linux: curl -fsSL https://install.hubio.team/install.sh -o install.sh
cat install.sh # Review the script
sh install.sh
Windows: 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.