I spent the last month building a personal finance desktop app — not another SaaS that slurps your banking data, but something that runs entirely on your machine, with your data staying yours.
It's called Wealth Freedom, and it's free and open-source.
Most finance apps fall into two camps:
I wanted something different: local-first, privacy-respecting, but with the polish of a commercial app.
Instead of just tracking expenses, the app guides you through three concrete financial stages:
Each stage has a clear target number calculated from your actual data. The dashboard shows your progress and estimated time to reach each stage.
Electron 28 + electron-vite 2
Vue 3.4 + TypeScript 5.3
Element Plus + ECharts
better-sqlite3 (local database)
Why Electron? As an indie developer, cross-platform with web tech is the pragmatic choice. Three platforms, one codebase.
The app has 29 views and works offline. Your financial data never leaves your machine.
The core is free and open-source. A Pro tier ($3/month or $60 lifetime) unlocks:
This isn't a VC-funded growth play. It's sustainable indie software.
Download for your platform from GitHub Releases:
Or build from source:
git clone https://github.com/petterobam/wealth-freedom.git
cd wealth-freedom
pnpm install
pnpm dev
If you're into personal finance, Electron development, or just want a privacy-respecting money tracker — give it a star ⭐. PRs welcome.
This is my first open-source project. Feedback and suggestions are genuinely appreciated.
用 ❤️ 和 AI 构建
GitHub: Wealth Freedom →