
Free Investment Tracker Desktop App — Wealthfolio
Free desktop app to track investments and net worth — no cloud, no subscription, no account.
Investment tracking apps almost always come with a catch: Empower (Personal Capital) offers free tools but earns by routing you toward wealth management upsells. Sharesight charges a monthly subscription that scales with portfolio size. Kubera costs $150 per year. Quicken bundles features you don't need into a recurring subscription. The common thread — your financial data funds someone else's business model.
Wealthfolio stores everything on your own machine. It's a desktop application built with Rust and Tauri on the backend and React on the frontend, meaning it runs natively on Windows, macOS, and Linux without Electron overhead. All data lives in a local SQLite database you control entirely — no registration, no sync to external servers, no telemetry.
The core workflow centers on accounts: add each brokerage or retirement account, log transactions manually or import from CSV, and Wealthfolio calculates your current holdings, total return, XIRR performance, and asset allocation breakdown. Dividend and interest income tracking builds a complete income history over time. Financial goal planning lets you model savings targets and track progress. Multi-currency support with exchange rate management handles international portfolios.
For developers or power users who prefer remote access, Wealthfolio also ships a Docker image and a REST API server for self-hosting as a web application. An addon system supports community-built extensions. Dark mode included. AGPL-3.0 licensed, actively updated with over 7,400 GitHub stars.
Related Tools
- Ghostfolio — Self-hosted web-based portfolio tracker if you prefer accessing your investments from any browser or device