Install on MacOS

curl https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/macos/bytelift > bytelift \
  && chmod +x bytelift \
  && ./bytelift
You can also download the binary directly.

Install on Linux

curl https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/linux/bytelift > bytelift \
  && chmod +x bytelift \
  && ./bytelift
You can also download the binary directly.

Install on Windows

powershell "(new-object System.Net.WebClient).DownloadFile('https://s3-us-west-1.amazonaws.com/s3.bytelift.io/binaries/windows/bytelift.exe','bytelift.exe')" && bytelift.exe
You can also download the binary directly.
Bytelift is experimental software. It's possible that it could lose your data, please use at your own risk.