Installation

Docker

Install docker
Using openssl

# Create folder
mkdir ~/actual
cd ~/actual
 
# Download schema
curl -O https://raw.githubusercontent.com/actualbudget/actual/refs/heads/master/packages/sync-server/docker-compose.yml
 
# Start services
sudo docker compose up -d

Appendix