The Ultimate Privacy-First Personal Finance Dashboard for Stocks, ETFs, Crypto, and Net Worth Analytics
📥 Download Application • Key Features • Requirements • Installation • FAQ
Ghostfolio is a modern, privacy-focused, open-source personal finance and wealth management application. It empowers individuals to track their financial portfolio, monitor asset allocation, calculate investment returns, and analyze net worth over time without compromising sensitive personal data.
Whether you are managing stocks, ETFs, mutual funds, real estate, cash accounts, or cryptocurrencies, Ghostfolio delivers a comprehensive, data-driven financial dashboard built for security, autonomy, and ease of use.
Get the latest build or source files directly using the links below:
| Download Option | Format | Quick Link |
|---|---|---|
| Complete Application Package | Executable / Archive | 👉 Download Installer |
| Source Code (Latest) | .ZIP Archive |
👉 Download Source (.zip) |
| Source Code (Tarball) | .TAR.GZ Archive |
👉 Download Source (.tar.gz) |
🔑 Archive Password:
github
- Global Stocks & ETFs: Support for global exchanges, market indices, and mutual funds with automated live market data fetching.
- Cryptocurrency Integration: Track Bitcoin, Ethereum, and thousands of altcoins via integrated crypto market feeds.
- Cash & Commodities: Keep track of fiat currency balances, physical gold, silver, and alternative assets in one place.
- Performance Metrics: Calculate precise Return on Investment (ROI), Return on Average Investment (ROAI), and Dividend Yield across multiple timeframes (1D, 1M, YTD, 1Y, 5Y, Max).
- Asset Allocation Breakdown: Dynamic visualization of portfolio diversification by asset class, market sector, currency, and geographic location.
- Dividend Calendar: Monitor incoming payouts and analyze dividend growth trends over time.
- Zero Tracking: No intrusive tracking, third-party analytics, or data monetization.
- Zen Mode: Instantly hide sensitive financial numbers with a single click for discreet screen sharing.
- Self-Hosted Control: Deploy Ghostfolio on your own server or desktop machine to ensure 100% data ownership.
- Automated CSV Import: Easily bulk-import transaction histories from popular brokers (e.g., Interactive Brokers, Trade Republic, Robinhood, Revolut, eToro, Coinbase).
- Backup & Export: Export your entire portfolio dataset to JSON or CSV anytime for hassle-free migrations.
Before running or hosting Ghostfolio, ensure your system meets the following prerequisites:
- Operating System: Windows 10/11, macOS 11+, Linux (Ubuntu, Debian, CentOS), or Docker Host
- Node.js: v18.x or v20.x LTS (for manual builds)
- Database: PostgreSQL 14+ and Redis 6+ (for server deployments)
- Hardware: Minimum 1 GB RAM, 2 GHz CPU, 500 MB free disk space
- Download the latest setup file from the Official Download Link.
- Extract the archive using password:
github - Launch the application and follow the setup instructions.
Deploy Ghostfolio locally or on your NAS/VPS using Docker Compose:
# 1. Clone the repository
git clone [https://github.com/ghostfolio/ghostfolio.git](https://github.com/ghostfolio/ghostfolio.git)
# 2. Navigate to project root
cd ghostfolio
# 3. Create environment configuration
cp .env.example .env
# 4. Launch containers
docker compose up -d