Skip to Content
InstallWindows

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

  1. Download the Windows artifact from GitHub Releases .
  2. Unzip the artifact.
  3. Run Cyclemetry_*_x64-setup.exe.
  4. If Windows shows “Windows protected your PC”, click More info.
  5. Confirm the app is Cyclemetry_*_x64-setup.exe and the publisher is Unknown publisher.
  6. Click Run anyway.
  7. 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 build

The 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