Firefly III
21327A free and open source personal finance manager
#finance #Live Demo #Screenshots
2025-02-11
2025-09-11
Getting Started
- Create and enter a new directory for Firefly III
mkdir firefly-iii && cd firefly-iii - Download the
docker-compose.ymlfilecurl -LO https://raw.githubusercontent.com/firefly-iii/docker/main/docker-compose.yml - Download the environment configuration files(
.envand.db.env)curl -o .env -L https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example curl -o .db.env -L https://raw.githubusercontent.com/firefly-iii/docker/main/database.env - Start the container
docker compose up -d - Give the containers a minute to fully start up, then visit http://localhost in your browser to access Firefly III.