Install on Linux
Linux packages are distributed as release artifacts. Download the package that matches your architecture.
Install
- Download the Linux artifact from GitHub Releases .
- Unzip the artifact.
- Install the Debian package:
sudo apt install ./deb/cyclemetry_*_arm64.debUse the .deb file that matches your system architecture if the artifact includes multiple packages.
Build From Source
If you prefer to build Cyclemetry yourself, it is a Tauri app and can be built on Linux with the Tauri prerequisites installed.
Prerequisites
Install the Tauri Linux dependencies for your distribution. For Ubuntu/Debian:
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-devYou’ll also need:
Build
git clone https://github.com/walkersutton/cyclemetry.git
cd cyclemetry
pnpm install
pnpm buildThe built AppImage or .deb will appear in src-tauri/target/release/bundle/.
Ubuntu Troubleshooting
”Apple ProRes decoder” codecs are required to play this video
If Ubuntu’s built-in Video Player cannot preview a .mov generated by Cyclemetry and asks for Apple ProRes decoder codecs, install the restricted media packages:
sudo apt install ubuntu-restricted-extras libavcodec-extraAfter installing those packages, the generated .mov should preview in the built-in Video Player application.
Stay Updated
- ⭐ Star the repo to get notified of releases
- 👀 Watch → Releases only to get email notifications on new releases