Install on Windows
Windows code signing is in progress. Until signing is complete, Windows may show a SmartScreen warning because the publisher is unknown.
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
To check for updates manually, open Cyclemetry and choose Cyclemetry → Check for Updates from the menu bar.
New releases should also be pushed to the app automatically. When an update is available, Cyclemetry is expected to show an update prompt on app open, but this automatic prompt still needs verification.
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
Last updated on