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.