Take full control of your financial life with a privacy-focused, open-source manager. Your financial data is stored securely in plain text files on your own system, ensuring it never leaves your control. This approach allows for easy version control and even collaboration if you choose.
This tool is built on the robust principles of double-entry accounting and provides a comprehensive suite of features to manage your money effectively:
services:
paisa:
image: ananthakumaran/paisa:latest
container_name: paisa
ports:
- "7500:7500"
volumes:
- ./data:/data
restart: unless-stopped# Paisa does not require sensitive environment variables for a standard deployment.
# Any future secrets or credentials can be added here.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago