Download Baton

Available for macOS, Windows, and Linux. No account required.

Download for Free

All platforms

Windows Beta
Linux Beta

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:

View SHA256 checksums →

macOS: shasum -a 256 [file]
Linux: sha256sum [file]
Windows: Get-FileHash [file] -Algorithm SHA256