Get FathomDB
Free. No account, no licence key. macOS, Windows and Linux — built on every push from source.
macOS
Download the app
Open the .dmg and drag FathomDB to Applications.
First launch on macOS. Builds aren't notarized yet, so Gatekeeper may say the
app "can't be opened". Right-click the app and choose Open, or run
xattr -dr com.apple.quarantine /Applications/FathomDB.app. Signing is on
the roadmap.
Windows
Download the installer
First launch on Windows. The build isn't code-signed yet, so Microsoft Defender SmartScreen may warn about an unrecognised app — choose More info then Run anyway. Signing is on the roadmap.
Linux
Download the app
chmod +x FathomDB-*.AppImage && ./FathomDB-*.AppImage
(add --appimage-extract-and-run if your distro has no libfuse2).
Every build is produced by CI straight from source and published on
GitHub Releases.
Prefer to build it yourself? Clone the repo and run npm run pack:mac,
pack:win or pack:linux.