TiloBox
Back to directory
Kresus project preview

Kresus

Self-hosted personal finance manager with automatic bank synchronization.

LicenseMIT
GitHub stars1.5k
Last commit1 weeks ago
Tags6 topics
BudgetingNodejsSelf HostedPersonal FinanceVuejsBank Sync
Overview

Why consider Kresus?

Kresus is an open-source personal finance manager that connects securely to financial institutions (via Woob/Nordigen) to automatically synchronize account balances, transactions, and budget alerts.

Guided learning

Learn Kresus by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Kresus

Kresus automates transaction imports from over a hundred European banks while storing all personal banking data locally under your control.

Running with Docker

bash
1docker run -d \
2 --name kresus \
3 -p 9876:9876 \
4 -v $(pwd)/kresus_data:/home/kresus/data \
5 kresusapp/kresus:latest

Kresus is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

Kresus FAQs

Kresus is listed as a Monitoring tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Kresus is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Kresus is listed as an alternative to Bankin. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.