Download Baton
Available for macOS, Windows, and Linux. No account required.
Setup & verification
Linux Setup
Install FUSE to run AppImages:
sudo apt install fuse libfuse2 # Debian/Ubuntu sudo dnf install fuse fuse-libs # Fedora
Then make it executable:
chmod +x baton-*.AppImage ./baton-*.AppImage
Verify Integrity
Compare your download's hash with the published checksums:
macOS: shasum -a 256 [file]
Linux:
sha256sum [file]
Windows:
Get-FileHash [file] -Algorithm SHA256