Discover and explore top open-source AI tools and projects—updated daily.
securo-financeSelf-hosted personal finance manager
Top 32.2% on SourcePulse
Summary
Securo is an open-source, self-hosted personal finance manager prioritizing user privacy and data ownership. It offers a solution for individuals seeking full control over their financial data, eliminating reliance on third-party corporations by running entirely on the user's own infrastructure.
How It Works
Securo utilizes a robust backend built with FastAPI, SQLAlchemy, and PostgreSQL, with Redis/Celery for task queuing, and a React/TypeScript frontend. Its core design emphasizes self-hosting and privacy. Key features include optional bank synchronization via the Pluggy provider and extensible AI agents that can analyze user data using self-hosted LLMs, supporting multiple providers and RAG.
Quick Start & Requirements
curl -fsSL https://usesecuro.com/install.sh | bash. Windows: Install Docker Desktop, then git clone https://github.com/securo-finance/securo.git && cd securo && docker compose up --build.http://localhost:3000 in a web browser.Highlighted Details
Maintenance & Community
No specific community channels, notable contributors, or sponsorship details are provided in the README.
Licensing & Compatibility
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This strong copyleft license mandates that any modifications or derivative works, including those offered as a network service (SaaS), must also be released under AGPL-3.0. This significantly impacts commercial adoption and integration into proprietary systems.
Limitations & Caveats
The AGPL-3.0 license imposes strict requirements for distributing modifications or offering the service, potentially limiting commercial adoption. Optional features like bank sync and AI agents require external API keys and configuration.
2 days ago
Inactive
midday-ai