Releases: spendifai/spendif-ai
Release list
Spendif.ai v0.2.0
Second public release. Mostly landing-page, brand and privacy-transparency work, plus a dependency security pass.
What's new
- Traffic-light privacy bar on the LLM configuration page: shows what leaves your machine for each backend, before you pick one
- Sidebar fully in Italian
- Getting-started page with direct installer downloads, in 9 languages
- Alpha feedback page and new brand mark across landing pages and app icons
- Desktop window: the Streamlit Deploy button and toolbar no longer show up inside the app window
- Security:
gitpython >= 3.1.58andcryptography >= 50.0.0clear six known advisories
Full detail: CHANGELOG.md · CHANGELOG.it.md
Downloads
| Platform | File | Install |
|---|---|---|
| macOS (Apple Silicon) | SpendifAi-0.2.0.dmg |
Open, drag to Applications |
| Windows 10/11 | SpendifAi-0.2.0.msix |
Double-click to install |
| Ubuntu / Debian (x86_64) | spendifai_0.2.0_amd64.deb |
sudo apt install ./spendifai_0.2.0_amd64.deb |
| Ubuntu / Debian (ARM64) | spendifai_0.2.0_arm64.deb |
sudo apt install ./spendifai_0.2.0_arm64.deb |
| Fedora / RHEL | spendifai-0.2.0-1.noarch.rpm |
sudo dnf install ./spendifai-0.2.0-1.noarch.rpm |
Step-by-step guide with screenshots: https://spendif.ai/getting-started.html
Before you install
These builds are not signed. Code signing and notarisation are not in place yet, so both macOS and Windows will warn you:
- macOS — Gatekeeper refuses the app on first launch. Right-click the app → Open, or run
xattr -dr com.apple.quarantine "/Applications/SpendifAi.app" - Windows — SmartScreen shows "Windows protected your PC". More info → Run anyway
- The macOS build is Apple Silicon only (arm64). Intel Macs are not covered by this release
On first launch the app downloads a local AI model (2–6 GB depending on your hardware) into ~/.spendifai/models. Everything stays on your machine.
SHA256 checksums
61f0d74810d7b0d945bf2727257d8f57c806478a596eda9c1de0031bfa338e72 SpendifAi-0.2.0.dmg
1d277854084937fe45f47c941f13697f8e408fd16cc3b501487e3f7581360681 SpendifAi-0.2.0.msix
8c1458043c7f7ca1d6751a2c1867af0b59ecc863106e4b0f9469d32c5ddf1285 spendifai_0.2.0_amd64.deb
530ddbf90d3162f797a16622d22ae0093aaf2bd6987f453a419c4bf7dc6b4e32 spendifai_0.2.0_arm64.deb
365a1460197d346d3979b98bc022e30bf9e8c042ea0a066d92d87702c4651e12 spendifai-0.2.0-1.noarch.rpm
The SHA256SUMS.txt asset lists the same hashes with the build-internal paths still attached; the list above is the one to verify against.
Spendif.ai v0.1.0
First public release of Spendif.ai — a free, open-source personal finance ledger that runs entirely on your computer. Aggregates bank/card exports (CSV/XLSX) into one ledger, removes double-counting, categorises with a local LLM. Your data never leaves your machine.
Download
- macOS (Apple Silicon):
SpendifAi-0.1.0.dmg - Windows:
SpendifAi-0.1.0.msix - Linux:
.deb(amd64/arm64) ·.rpm
⚠️ Unsigned build — how to open
Not yet code-signed, so your OS will warn you (it's open source — inspect every line).
- macOS: right-click the app → Open → Open. Or System Settings → Privacy & Security → Open Anyway.
- Windows: SmartScreen → More info → Run anyway.
Verify with SHA256SUMS.txt.
Added
- Native desktop app: pywebview window embedding Streamlit (no Terminal, no browser)
- Auto-download of recommended LLM model based on hardware detection (RAM/GPU)
- Zero-config llama.cpp setup on first launch
- Splash screen with download progress bar
Feedback
Alpha stage — tell us what breaks in Discussions.