Download Jonot
Desktop Host (Linux)
The Jonot host app runs on your back-office machine and keeps your queues running when upstream internet is unstable and the local network is still available. It syncs automatically when the connection steadies.
macOS and Windows
macOS and Windows installers are coming soon.
Android Kiosk App
Tablet self-check-in app. For Google Play managed deployments, install from the Play Store. For on-premises or MDM rollouts where Play is not available, use the direct APK below.
Android Desk App
Staff desk app for calling and managing tickets. Available as a direct APK for MDM deployments.
Verify your download
Linux releases publish a SHA256SUMS file signed with the Jonot release GPG key (detached signature in SHA256SUMS.asc). Verifying the signature proves the checksum file was published by Jonot; the checksum then proves your downloaded binary matches what was published. To verify:
- Download the checksum file and its signature alongside the public key:
curl -fsSLO https://downloads.jonot.io/host/latest/SHA256SUMS curl -fsSLO https://downloads.jonot.io/host/latest/SHA256SUMS.asc curl -fsSLO https://downloads.jonot.io/host/latest/jonot-host-public.asc - Import the Jonot release key:
gpg --import jonot-host-public.asc - Verify the checksum file is signed by the Jonot key:
gpg --verify SHA256SUMS.asc SHA256SUMS - Check your download matches the checksum:
sha256sum -c SHA256SUMS --ignore-missing
For more detail, including fingerprint verification, see the installation guide.