Skip to main content

Installation

Downloads

For the latest download links please see the download page: https://www.8bitsafe.com/download

See the change log for version history.

Remote storage

If you have purchased remote storage you will need to download a package with a -RemoteStorage suffix as they contain the required remote storage plug-in.

See remote storage for details.

Dependencies

8BitSafe-cli requires glibc 2.35

Phone home

8BitSafe-cli has no networking functionality and performs no data collection.

note

RemoteStorage plugin contains networking functionality but contains no telemetry

Verifying signatures

We recommend verifying the signatures of the downloaded packages before running, see Verify Install for details

Automated install

info
curl -LO https://www.8bitsafe.com/download/bin/latest/linux/8BitSafe.tar.gz
curl -LO https://www.8bitsafe.com/download/bin/latest/checksums.txt
cat checksums.txt | sha256sum --check --ignore-missing && tar -xf 8BitSafe.tar.gz && cd 8BitSafe

With remote storage plugin

curl -LO https://www.8bitsafe.com/download/bin/latest/linux/8BitSafe-RemoteStorage.tar.gz
curl -LO https://www.8bitsafe.com/download/bin/latest/checksums.txt
cat checksums.txt | sha256sum --check --ignore-missing && tar -xf 8BitSafe-RemoteStorage.tar.gz && cd 8BitSafe

Check the version

8BitSafe-cli version

Follow verify instructions