Install on Windows
Windows code signing is in progress. Until signing is complete, Windows may show a SmartScreen warning because the publisher is unknown.
Download for WindowsGitHub Releases
Install
- Download the Windows artifact from GitHub Releases .
- Unzip the artifact.
- Run
Cyclemetry_*_x64-setup.exe. - If Windows shows “Windows protected your PC”, click More info.
- Confirm the app is
Cyclemetry_*_x64-setup.exeand the publisher isUnknown publisher. - Click Run anyway.
- Launch Cyclemetry from the Start Menu.
No additional dependencies are required. FFmpeg is bundled with the app.
Updates
Cyclemetry checks for updates automatically on launch and shows a banner if a new version is available. You can also check manually from Cyclemetry → Check for Updates in the menu bar.
Build From Source
If you prefer to build Cyclemetry yourself:
Prerequisites
Build Steps
git clone https://github.com/walkersutton/cyclemetry.git
cd cyclemetry
pnpm install
pnpm buildThe built installer will appear in src-tauri/target/release/bundle/.
Stay Updated
- Star the repo to get notified of releases
- Watch → Releases only to get email notifications on new releases