Prepare a Mac or an Arch Linux / Omarchy computer using the encrypted factory installer.
Download the encrypted installer
brew install age. On Arch/Omarchy, use sudo pacman -Syu --needed age.mkdir factory-install cd factory-install curl --proto '=https' --tlsv1.2 --fail --show-error \ --output factory-bootstrap.tar.gz.age \ https://setup.platypuseus.com/factory-bootstrap # macOS: shasum -a 256 factory-bootstrap.tar.gz.age # Linux: sha256sum factory-bootstrap.tar.gz.age # Compare with the digest saved in your external vault before continuing. age --decrypt --output factory-bootstrap.tar.gz factory-bootstrap.tar.gz.age && tar -xzf factory-bootstrap.tar.gz && bash factory-bootstrap/init.sh --plan
Start setup after reviewing the preview:
bash factory-bootstrap/init.sh
The installer asks for the factory folder and a unique device name. Factory network enrollment and personal logins still require your approval. Keep this folder to resume an interrupted setup.