๐Ÿ› ๏ธ Build From Scratch Guide

July 25, 2025 ยท View on GitHub

Build Difficulty

๐Ÿš€ 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

Footer