Actual Budget is the leading open-source, local-first envelope-budgeting app — a popular YNAB replacement. Finlynq is also open-source and self-hostable, but adds native investment tracking, correct multi-currency, per-user envelope encryption, and a first-party MCP server that Actual's maintainers have declined to ship.
Last updated: 2026-05-29
Actual Budget is the right call if any of these matter more than ownership:
Finlynq is the right call if any of these matter:
| Finlynq | Actual Budget | |
|---|---|---|
| License | AGPL v3 | MIT (more permissive) |
| Hosting | Self-host (Docker + PostgreSQL) or managed cloud | Self-host Docker or local-first; no official managed cloud |
| First-party MCP | Yes — 91 HTTP / 87 stdio tools | No — AI requests closed unmerged; community s-stefanov/actual-mcp exists |
| MCP auth | OAuth 2.1 + DCR, Bearer API key, or stdio | Community MCP supports optional bearer auth against the server |
| REST / HTTP API | Yes — full surface mirrored from MCP | Programmatic access via the @actual-app/api Node library |
| Bank sync | File / email import + connector framework. No first-party Plaid today. | GoCardless (EU/UK, no new accounts since 2025) + SimpleFIN (US/Canada) + Pluggy.ai (Brazil); CSV/QIF/OFX import |
| Encryption at rest | Per-user envelope encryption (AES-256-GCM, scrypt-derived KEK), on by default | Opt-in end-to-end; default is plaintext on the sync server |
| Multi-currency | Native, per-currency cost basis, FX locked at trade date | No — currency-agnostic; single-currency budget per docs |
| Investment / portfolio | Lot-tracked cost basis, dividends, FX-aware aggregation; RRSP/TFSA/RESP | None |
| Native mobile app | React Native (Expo) app — functional, not at parity with consumer apps | No native app; mobile-responsive web / PWA + desktop |
| Multi-user / household | No (single-user) | Multi-user shipped (requires an OpenID provider for login) |
| Pricing | Donation-based; same features on self-host and managed cloud | Free / donation-based; third-party managed hosts ~$1-5/mo |
| Funding / revenue model | Bootstrapped, donations | Community-governed (actualbudget org); donations |
Free, open source, AGPL v3. Run it on our managed cloud or self-host with one Docker Compose file. Same features either way.