Wealthfolio logo Wealthfolio
Download
Open Source Software

Download Wealthfolio

Set your fair price to keep Wealthfolio sustainable and help build a complete companion for investment and wealth growth.

Choose Your Platform

Download Wealthfolio for your preferred platform

Device sync coming soon

Desktop

Native Desktop Experience

A fully local, optimized experience designed for your desktop.

macOS Windows Linux

Mobile

Your portfolio, always with you

Full Wealthfolio experience optimized for mobile devices

iOS Android

Self-Hosted Web App

Deploy Wealthfolio with Docker

Host the web version on your own infrastructure. Access from any browser.

Docker Container Web
Back to platforms

Desktop Downloads

Native desktop applications for Windows, macOS, and Linux

Back to platforms

Mobile Downloads

Native apps for iOS and Android devices

iOS

Android

Coming Soon

In development

Back to platforms

Self-Host with Docker

Deploy Wealthfolio on your own infrastructure

1 Pull the Docker image

docker pull afadil/wealthfolio:latest

2 Generate secure credentials

Generate a secure secret key for encryption:

openssl rand -base64 32

Generate a password hash for login authentication using argon2 CLI or online tool:

echo -n "your-password" | argon2 somesalt -e

3 Run the container

Replace the environment variable values with your generated credentials:

docker run -d \ --name wealthfolio \ -e WF_DB_PATH=/data/wealthfolio.db \ -e WF_SECRET_KEY=your-generated-secret-key \ -e WF_AUTH_PASSWORD_HASH='$argon2id$v=19$...' \ -p 8088:8088 \ -v wealthfolio-data:/data \ afadil/wealthfolio:latest

4 Access your instance

Open your browser and navigate to http://localhost:8088

Join the Wealthfolio community

Professional portfolio management that respects your privacy. Support development to help us build the future of wealth tracking.