Finzano brings a portfolio tracker, budgeting and household finances together in one app — running entirely on your own infrastructure. No cloud, no tracking, no subscription.
For Android, Windows, macOS, Linux & any browser — one app, one server, every device.
From a single transaction to portfolio returns — Finzano covers both sides of your financial life without ever handing it over to a third party.
Track stocks and crypto in real time — live prices from Yahoo Finance & CoinGecko, FIFO cost basis, true money-weighted (IRR/XIRR) and time-weighted (TTWROR) returns, a dividend calendar, watchlists, region & sector diversification and benchmark comparison.
Every account and transaction in one place. Monthly budgets, automatic categorisation tuned to European merchants, savings goals, subscription detection, planned recurring bookings and a Sankey cash-flow view.
Fully self-hosted from a single Docker Compose stack behind your own reverse proxy. No cloud, no tracking, no third parties, no subscription. Your finances never leave your infrastructure.
Argon2id password hashing, TOTP & email 2FA, passkeys (WebAuthn), refresh-token rotation with family revocation, and AES-256-GCM field encryption for sensitive data like IBANs and notes. PostgreSQL row-level security isolates every tenant.
CSV import with ready-made profiles for DKB, ING, Sparkasse, VR, Commerzbank, comdirect & N26, PDF statement parsing with an OCR fallback, and optional PSD2 account access via Enable Banking.
Vorabpauschale, Sparer-Pauschbetrag and Teilfreistellung are built in, so capital-gains income is estimated realistically instead of gross — a rare thing outside paid tools.
P&L, category and financial-matrix reports, account statements and balance history — exportable as CSV, XLSX, or print/PDF. GoBD-friendly with an immutable audit log and soft-delete history.
Share a household with role-based access (editor or read-only viewer), or grant access to individual accounts only. Every change is recorded in a household-wide audit trail.
Finzano was designed and independently audited around a server-trusting model, with defence in depth from the login all the way down to the database row.
Every client talks to the same server — you enter its address on first login. Pick your platform:
Native app with a biometric lock. Download the APK, copy it to your phone and install — no Play Store required.
Download APK (0.1.0)A lightweight Tauri app (~10 MB) using the system WebView, with a built-in signed auto-updater. Installers on the releases page.
Go to releasesRuns as a Progressive Web App from your server — open it in any browser and “Add to home screen”. Includes an offline read cache.
See setupOne container bundles the API, the web UI and PostgreSQL. Up and running behind your reverse proxy in minutes.
Source & guideOne docker compose brings up the API, the web UI and PostgreSQL behind your reverse proxy. The first account you register becomes the owner.
Yes. Finzano is self-hosted and open — you run it on your own server, there is no license fee and no paid tier.
No. There is no Finzano cloud. Every client (Android, desktop, browser) talks to your own server; you enter its address on first login.
Web/server: git pull && docker compose up -d --build. Desktop: a built-in signed auto-updater offers the new version. Android: download the latest APK here (Play Store distribution can be added later).
A machine with Docker and a reverse proxy (Caddy, Traefik, nginx…) for TLS. A small VPS is plenty; the whole stack is one container plus PostgreSQL.
Sensitive fields (IBANs, notes, uploaded documents) are encrypted at rest with AES-256-GCM, and row-level security isolates each tenant. Keep your FIELD_ENCRYPTION_KEY safe — it is never rotated automatically.
Yes. Invite people into a shared household with editor or read-only roles, or share only specific accounts. Everything is logged in a household-wide audit trail.