Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MotoCapture

Know your car's history.

A free, local-first desktop app for tracking vehicle maintenance, service history, and receipts. No account, no cloud sync, no subscription - your data lives on your own computer.

🌐 Website · ⬇️ Download latest release · 📖 Help & FAQ


What this repo is

This is the public distribution point for MotoCapture - installers, versioned releases, and the update manifests the app's built-in updater checks against. It doesn't contain the application's source code.

Download

Grab the file for your platform from the latest release:

Platform File pattern
macOS (Apple Silicon) MotoCapture_<version>_aarch64.dmg
macOS (Intel) MotoCapture_<version>_x64.dmg
Windows (x64) MotoCapture_<version>_x64-setup.exe
Windows (ARM64) MotoCapture_<version>_arm64-setup.exe
Linux MotoCapture_<version>_amd64.AppImage

Each release page also lists a few files that aren't for direct download - latest.json, any .sig files, *.app.tar.gz, and the "Source code" archives. Those are used by the app's auto-updater and build process, not something you need to open yourself.

Warning

Builds aren't code-signed yet, so macOS Gatekeeper and Windows SmartScreen will both flag the app as being from an unidentified/unknown publisher on first launch. That's expected, not a sign anything's wrong.

  • macOS: right-click the app → Open → confirm in the dialog that appears.
  • Windows: click "More info" on the SmartScreen prompt → "Run anyway".

Code signing is on the roadmap.

On Linux, make the AppImage executable before running it:

chmod +x MotoCapture_*.AppImage
./MotoCapture_*.AppImage

Staying updated

MotoCapture checks for updates only when you click "Check for updates" in Settings - nothing happens automatically in the background. New versions are published here as GitHub Releases.

Support

Found a bug or have feedback? Use Report a problem / send feedback inside the app itself (Settings tab) - that's the supported channel, rather than filing an issue on this repo.

Privacy

MotoCapture doesn't collect anything by default. Full details: Privacy & Terms.