mrkeyoor.com_
Tue 01 Sept 17:41 UTC
Self-Hostedevaluationupdated 27 Aug 2026

securo review

Securo is a self-hosted personal finance manager that keeps account, transaction, budget, goal, and asset data on infrastructure you control. It replaces a collection of spreadsheets or a cloud finance dashboard with one private interface, while still offering optional bank connections and automatic currency conversion.

+524 / 4dstars / 7d
Verdict

Our build completed in 5 seconds, and all 3165 reported pytest tests passed with 0 failures. Securo is unusually capable for a young self-hosted finance app, especially if you need imports, assets, multi-currency reporting, and controlled multi-user access in one place. Use it if you can own the operational and AGPL-3.0 responsibilities, but review the 5 dependency vulnerabilities and test your bank provider before entrusting it with a primary financial workflow.

We ran it

Install✓ · 30s137 packages · 460 MB
Build✓ · 5s
Tests✓ · 782s3165 passed · 0 failed · 45 skipped of 3165 (pytest)
Known vulns5(pip-audit)
Repo822 files~161,522 lines of source · 11 MB · 6 CI workflows · Dockerfile · tests dir

Answers from our run

Does securo build from source?

Dependencies installed in 30 seconds (137 packages), and the build succeeded in 5 seconds. We cloned commit 69503c0 into a clean Debian container with 3 CPUs and no project-specific setup.

Do securo's tests pass?

Yes: 3165 of 3165 passed when we ran the project's own test command (pytest). Some failures need services or credentials a bare container does not have.

Does securo have known vulnerabilities in its dependencies?

pip-audit flagged 5 known advisories in the dependency tree at the time of our run.

Who should not use securo?

Anyone who wants a fully managed service with no server maintenance

What are the alternatives to securo?

Actual Budget, Firefly III, GnuCash. Our build completed in 5 seconds, and all 3165 reported pytest tests passed with 0 failures.

Setup4/5Fast measured install, but production needs Docker, HTTPS, and backups
Docs4/5Detailed quick start and unusually clear provider and OIDC guidance
Community4/52,322 stars, a push today, and a release four days ago
Maturity3/5Large passing suite, offset by 157 issues and 5 audit findings

Who it’s for

Privacy-conscious households that want one place for accounts, budgets, goals, and assets
Self-hosters comfortable operating Docker or Podman and maintaining backups
People importing OFX, QIF, CAMT, or CSV files from several institutions
Teams or families that need multiple users, registration controls, OIDC, and TOTP

Who it’s NOT for

Anyone who wants a fully managed service with no server maintenance
Users who require guaranteed support for every bank, because sync depends on external providers and credentials
Organizations unwilling to comply with AGPL-3.0 obligations when modifying or providing the software over a network
Security-sensitive operators who cannot assess or mitigate the 5 known vulnerabilities reported by our dependency audit

Setup reality

On our box, installation succeeded in 30 seconds with 137 packages using 460 MB, the build succeeded in 5 seconds, and pytest finished in 782 seconds with 3165 passed, 0 failed, and 45 skipped of 3165. That is strong evidence that the Python backend is reproducible in a fresh Debian container, although the full test run is long and pip-audit found 5 known vulnerabilities. The README makes first launch look like a one-command job on Linux and macOS, and that may be fair for a basic local instance, but real use still requires Docker or Podman, persistent storage, backups, HTTPS, and credentials plus provider-specific setup if bank sync is wanted.

Securo puts ownership ahead of convenience

Securo is a self-hosted personal finance manager for people who do not want a hosted service holding their complete financial history. It combines balances, transactions, budgets, goals, assets, and reports in a browser interface on your infrastructure. With 2,322 GitHub stars and an AGPL-3.0 license, it merits attention, but its license and operating model demand more involvement than a conventional app.

The scope exceeds basic expense tracking. Securo supports running balances, search, filters, CSV export, recurring transactions, categorization rules, valuation growth rules, and net-worth and income-versus-expense reports. Imports cover 4 formats: OFX, QIF, CAMT, and CSV. Multi-currency conversion, multiple users, an admin panel, and registration controls make it plausible as a household finance hub rather than merely a prettier ledger.

What happened when we ran it

We cloned commit 69503c0 into a fresh, unprivileged Debian container with 3 CPUs and 8 GB of RAM. The Python project lives under backend/, in a repository with 822 files and roughly 161,522 lines of source. Installation succeeded in 30 seconds, bringing in 137 packages and consuming 460 MB. The build succeeded in 5 seconds. This does not prove every production deployment will be easy, but the backend installed and built cleanly without secrets on our box.

The full pytest run took 782 seconds, reporting 3165 passed, 0 failed, and 45 skipped of 3165. That is a substantial positive signal. The repository also contains 6 CI workflow files, a Dockerfile, and a tests directory. One result prevents a clean bill of health: pip-audit reported 5 known vulnerabilities. Our run establishes their presence in the resolved dependencies, not their exploitability, so operators should inspect the advisories before deployment.

The strongest feature is practical data coverage

Securo handles the awkward ways financial data arrives. Manual import across 4 formats helps when an institution lacks a connector, while rules can reduce repetitive categorization. Assets and savings targets broaden the view beyond monthly spending, and category sparklines add useful context. Optional AI agents can query user data and maintain a per-agent RAG knowledge base, but the ordinary finance workflow does not appear to depend on them.

Bank sync spans 3 documented routes. Pluggy targets Brazilian banks, Enable Banking covers about 2,500 European PSD2 banks, and SimpleFIN addresses US and international connections. This is not a promise that any particular institution will work. Enable Banking production use requires HTTPS, an application, a PEM key, and an exact OAuth redirect URI; its free plan requires accounts to be pre-linked. SimpleFIN is read-only, but users must still obtain a token. Securo documents these constraints clearly.

Authentication controls suit a serious private service

Securo lists TOTP 2-factor authentication with brute-force protection, standard OIDC, passkeys, admin controls, and configurable registration. The OIDC documentation explains disabling local authentication and startup validation meant to avoid an instance with no usable login path. It also distinguishes auto-registration, existing-account linking, and role synchronization, details that matter when integrating an existing identity provider.

OIDC-only deployment remains an operation, not a checkbox. A fresh instance needs 1 administrator provisioned through OIDC, with OIDC_AUTO_REGISTER=true, OIDC_SYNC_ROLES=true, and a matching administrator role. Existing hashes, sessions, passkeys, and TOTP settings remain when local login is disabled. Administrators must understand the difference between disabling a route and deleting credentials, especially outside a trusted network.

The rough edges are operational, legal, and security-related

The 1-command quick start is concise, yet piping a remote install script into a shell deserves inspection. Windows users clone the repository and run Docker Compose. Either route gets software running, not safely operated: persistent volumes, encrypted transport, patching, backups, restoration drills, secret storage, monitoring, and upgrades remain the operator's responsibility. Bank access also introduces third-party availability and credential concerns.

The AGPL-3.0 license protects the project's open-source character, but companies modifying Securo for network use should review source-sharing obligations. The 157 open issues indicate a backlog, although count alone cannot show severity or maintainer responsiveness. The latest release is v0.14.4 from August 23, 2026, and the repository was pushed on August 27, 2026. Together, those dates show active development rather than abandonment.

It fits as an internal application behind your existing edge

In a real stack, Securo belongs behind 1 HTTPS reverse proxy, with durable storage, managed secrets, scheduled backups, and restricted access. OIDC makes sense when an identity provider already exists. Enable bank connectors one at a time and verify them against noncritical accounts. Treat the optional AI capability as a separate data-access decision, because tool use over personal financial records expands what the configured model service can see.

For budget-first users, Actual Budget is cleaner; for a longer-established web manager, compare Firefly III; for formal double-entry accounting, choose GnuCash. Securo wins when one deployment needs imports, bank sync, goals, assets, multi-currency handling, multiple users, and modern identity controls. Version v0.14.4 looks promising and our clean test outcome is persuasive, but start privately, review the 5 audit findings, and prove backup restoration before loading irreplaceable history.

Alternatives

ProjectWhat it isPick it when
Actual Budget gh↗A privacy-focused budgeting app centered on envelope-style planning and local-first data.Pick this instead when budgeting workflow matters more than asset tracking and broad finance administration.
Firefly III gh↗A long-running self-hosted personal finance manager with detailed transaction administration.Pick this instead when you value a more established project and mature transaction-management ecosystem.
GnuCashA desktop accounting application built around double-entry bookkeeping.Pick this instead when formal accounting depth and an offline desktop workflow matter more than a web interface.

What people are saying

  1. [github-trending] securo-finance/securo

Sources

  1. Securo GitHub repository
  2. Securo homepage

More self-hosted reviews

v2 · OpenShell · wigolo · Mindwtr · club-3090 · reclip · the whole board →