Download Jonot
Desktop Host
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
Native host installers for macOS and Windows, with automatic updates.
Android Kiosk App
Tablet self-check-in app. Available now on Google Play. 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 now on Google Play, or as a direct APK for MDM deployments.
Android Display App
Output-only queue display for TVs, monitors, and tablets, including Android TV and Fire TV.
Desktop clients
Native desktop kiosk, desk, and display apps for Windows, macOS, and Linux, with automatic updates on macOS and Windows.
Desktop Kiosk client
- Download .dmg (macOS)
- Download .msi (Windows)
- Download .deb (Debian / Ubuntu) (amd64)
- Download .deb (Debian / Ubuntu) (arm64)
- Download .rpm (Fedora / RHEL) (amd64)
- Download .rpm (Fedora / RHEL) (arm64)
Desktop Desk client
- Download .dmg (macOS)
- Download .msi (Windows)
- Download .deb (Debian / Ubuntu) (amd64)
- Download .deb (Debian / Ubuntu) (arm64)
- Download .rpm (Fedora / RHEL) (amd64)
- Download .rpm (Fedora / RHEL) (arm64)
Desktop Display client
- Download .dmg (macOS)
- Download .msi (Windows)
- Download .deb (Debian / Ubuntu) (amd64)
- Download .deb (Debian / Ubuntu) (arm64)
- Download .rpm (Fedora / RHEL) (amd64)
- Download .rpm (Fedora / RHEL) (arm64)
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.