This repository hosts binary distribution files for the Curo Calculator app, a proprietary calculator built with Flutter for performing advanced instalment credit financial calculations, including loan, lease, and hire purchase repayments and interest rates. It's designed for personal users and finance professionals to simplify complex financial computations.
The distributions include:
- Linux Desktop App: Available via Flatpak on Flathub, bundled as
curocalc-[version]-linux-x86_64.tar.gzandcurocalc-[version]-linux-arm64.tar.gz. - Android App: Self-signed APK for sideloading, available as
curocalc-[version]-android.apk.
- Perform advanced financial calculations for loans, leases, and hire purchase agreements.
- User-friendly interface built with Flutter for cross-platform consistency.
- Powered by the open-source Curo library for reliable calculations.
- Homepage: https://curocalc.app
- License:
- Repository metadata (Flatpak manifest
app.curocalc.calculator.yml,app.curocalc.calculator.desktop,app.curocalc.calculator.metainfo.xml): MIT License (see LICENSE). - Icon (
app.curocalc.calculator.svg) and Curo Calculator app binaries (Linux tarball and Android APK): Proprietary (end-user license terms at https://curocalc.app/terms). - Underlying calculation library: MIT License (Curo library).
- Repository metadata (Flatpak manifest
- Releases:
- Prebuilt binaries for Linux
- x86_64: built on Debian GNU/Linux 12 (bookworm), Flutter 3.38.2
- aarch64: built on Debian GNU/Linux 13 (trixie), Flutter 3.38.2
- Android: built with Flutter 3.38.2 Download the latest from the Releases page.
- Prebuilt binaries for Linux
- Support: Report technical issues at https://github.com/andrewmurphy353/curo_app_bin/issues or contact curocalculator@gmail.com.
- Privacy Policy: https://curocalc.app/privacy
Install Curo Calculator via Flathub:
flatpak install flathub app.curocalc.calculator
For manual installation or testing:
- Ensure Flatpak is installed on your system.
- Download and use the provided Flatpak manifest (
app.curocalc.calculator.yml) from the Releases page to build and install locally:flatpak-builder --install build-dir app.curocalc.calculator.yml
- Download
curocalc-[version]-android.apkfrom the Releases page. - Enable "Install from unknown sources" in your Android device settings.
- Open the APK file to install.
- Note: This is a self-signed APK for sideloading. For production use, consider Google Play distribution or RuStore (see https://curocalc.app for links).
- Available online at https://pwa.curocalc.app
Curo Calculator is built on the open-source Curo library, a feature-rich Dart library for instalment credit calculations, released under the MIT License. While the Curo Calculator app itself is proprietary, the core calculation engine is open-source, reflecting our commitment to the open-source community.
The source code for the Curo Calculator app is proprietary and not available in this repository. This repo provides the binaries, Flatpak manifest, and assets for Flathub integration.
This repository is structured to meet Flathub requirements:
- The Flatpak manifest (
app.curocalc.calculator.yml) downloads and integrates the proprietary binary tarball. app.curocalc.calculator.metainfo.xmlspecifiesproject_licenseasLicenseRef-proprietary.- Metadata files (
app.curocalc.calculator.yml,app.curocalc.calculator.desktop,app.curocalc.calculator.metainfo.xml) are provided under MIT; the icon (app.curocalc.calculator.svg) is proprietary. - Builds use Flathub-hosted runtimes with no end-of-life dependencies.
- OARS content rating: Safe for general audiences (no violence, etc.).
- Screenshots: Included in
app.curocalc.calculator.metainfo.xmlwith direct URLs.