Docs / Self-Hosted Applications / Actual Budget Personal Finance

Actual Budget Personal Finance

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 227 views · 1 min read

What is Actual Budget?

Actual Budget is a fast, privacy-focused personal finance app with envelope budgeting. It runs locally-first with optional sync, providing a clean interface for managing budgets, transactions, and financial goals.

Installation

docker run -d --name actual \
    -p 5006:5006 \
    -v /opt/actual:/data \
    --restart unless-stopped \
    actualbudget/actual-server:latest

Features

  • Envelope budgeting methodology
  • Bank sync via SimpleFIN or GoCardless
  • Custom rules for auto-categorization
  • Reports and spending analysis
  • Multi-device sync
  • Import from YNAB, Mint, CSV
  • Fast local-first architecture

Was this article helpful?