Get GaugeDesk
Free desktop builds. Pick your platform and you're running in minutes.
Install on Debian and Ubuntu
The APT repository carries the same package as the download above and
keeps it current, so GaugeDesk upgrades with the rest of your system.
Its metadata is signed with the GaugeWright archive key, and
apt refuses the repository if that signature does not
verify.
First, install the archive key:
sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://packages.gaugewright.com/gaugewright-archive-keyring.gpg \ | sudo tee /etc/apt/keyrings/gaugewright-archive-keyring.gpg >/dev/null
Then add the repository:
sudo tee /etc/apt/sources.list.d/gaugewright.sources >/dev/null <<'EOF' Types: deb URIs: https://packages.gaugewright.com Suites: stable Components: main Architectures: amd64 Signed-By: /etc/apt/keyrings/gaugewright-archive-keyring.gpg EOF
Then install:
sudo apt update sudo apt install gauge-desk
The package is named gauge-desk and the command it
installs is gaugedesk. If apt update reports
NO_PUBKEY, the archive key did not land — check that
/etc/apt/keyrings/gaugewright-archive-keyring.gpg exists
and is not empty, then try again. Only amd64 is published
today.
Prefer not to install anything? A browser-based live demo is coming.
System requirements
macOS
macOS 12 Monterey or later. Apple Silicon or Intel.
Windows
Windows 10 or later, 64-bit.
Linux
A recent x86-64 distro with WebKitGTK. git installed.