Installation Guide¶
Download and install Count App on your device using the pre-built packages from the official releases page.
Downloads
All releases are available on the GitHub Releases page.
Android (apk)¶
- Download the latest
.apkfrom the Releases page. - On your device, allow installation from unknown sources (Settings → Security) if required.
- Open the downloaded file and follow the prompts to install.
Alternative (adb):
Windows (zip)¶
- Download the Windows
.zipfile from the Releases page. - Extract the zip file to a folder of your choice.
- Run
countapp.exe.
Windows Defender
Windows might prevent the app from starting because it's unsigned. Click "More info" → "Run anyway" to proceed.
macOS (.app)¶
- Download the macOS
.zipfile from the Releases page. - Extract the zip file to get
Count App.app. - Drag
Count App.appto your Applications folder. - Double-click to launch.
Security Warning
On first launch, macOS may block the app. Control-click (right-click) the app icon and select "Open" from the menu, then click "Open" in the dialog box.
Linux (tar.gz)¶
- Download the Linux
tar.gzfile. - Extract the tarball:
- Run the application:
Troubleshooting¶
Android: "App not installed"¶
Possible causes: - Unknown sources not enabled - Insufficient storage space - Conflicting app signature
Solutions: 1. Enable installation from unknown sources: - Go to Settings → Security - Enable "Unknown sources" or "Install unknown apps" 2. Free up storage space (need at least 50MB) 3. Uninstall any previous versions first
Android: "Parse error"¶
Possible causes: - Corrupted download - Incompatible device architecture
Solutions: 1. Re-download the APK file 2. Verify your device architecture matches (ARM/ARM64) 3. Check Android version meets minimum requirement (5.0+)
Windows: "Windows protected your PC"¶
This is normal for unsigned applications.
Solution: 1. Click "More info" 2. Click "Run anyway" 3. The app will launch normally
Linux: Permission denied¶
Solution:
App won't start¶
Solutions: 1. Check system requirements are met 2. Try restarting your device 3. Reinstall the application 4. Check for error logs in the app directory
Want to build from source?¶
If you prefer building the app yourself (e.g., to modify features), follow the Development setup guide which explains how to use the dev branch and build locally.