๐ ๏ธ Build From Scratch Guide
July 25, 2025 ยท View on GitHub
๐ Quick Start: Build the project in just a few steps!
๐ What You Need
- Darwin installed on your computer
- Docker or Podman installed (one of them is required)
- Access to your terminal
1๏ธโฃ Install Darwin
Copy and run this command in your terminal:
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.020/darwin.out -o darwin.out && chmod +x darwin.out && sudo mv darwin.out /usr/bin/darwin
2๏ธโฃ Build the Project
Go to the project folder and run:
darwin run_blueprint build/ --mode folder build_release
By default, Docker is used as the provider. If you want to use Podman instead, add the --provider podman option:
darwin run_blueprint build/ --mode folder build_release --provider podman
That's it! ๐
๐ Need Help?
- ๐ Check the main documentation
- ๐ Report issues on our GitHub