All 32 Dependencies
Every package Financial Freedom depends on, ranked by repo health score.
Financial Freedom is an open source personal finance manager built for people who refuse to hand their most sensitive data to commercial platforms. Where services like Mint and YNAB monetize your spending patterns, Financial Freedom stores everything on infrastructure you control — a cloud VPS, a home NAS, or even a Raspberry Pi running Docker.
The application is under active development by the two-person bootstrapped team at Server Side Up, who are self-funding the project to avoid the VC-driven compromises that plague many fintech alternatives. The stack pairs a Laravel 10 backend with a Vue 3 frontend connected via Inertia.js, giving users a seamless single-page experience without a separate API contract. CSV import from any bank, multi-currency support, transaction tagging and splitting, and cash flow visualizations form the current feature set.
Because it runs entirely inside Docker, deployment is consistent across environments — from local development to a hardened production cluster with Traefik handling TLS termination. The project is explicitly in a major refactor phase as the team works toward a stable release, but the codebase is fully reviewable and forkable for those who want to build on it today.
Financial Freedom is licensed under GPL-3.0, meaning any modifications you distribute must also be open source, which reinforces the project's commitment to keeping financial software transparent and community-auditable.