Skip to Content

Developing

Cyclemetry is open source. The code lives on GitHub , and issues or pull requests are welcome.

Inspect Built App Logs

When debugging the installed macOS app, stream the built app log from Terminal:

tail -f ~/Library/Logs/com.cyclemetry/cyclemetry.log

This is useful for inspecting startup problems, render failures, and other behavior that may not be visible in the app UI.

Last updated on