macOS may prompt you for your password or ask to grant permissions at several points during installation — for example, when Homebrew installs system components or when apps request accessibility access. Keep an eye on the terminal and respond when prompted.
Prerequisites
Before you begin, make sure you have:- A Mac running macOS
- An active internet connection
- Git available in your terminal — if it isn’t installed, macOS will prompt you to install the Command Line Developer Tools when you first run
git
Clone the repository
Open Terminal and run the following command to download Orchard to your machine:If Git is not yet installed, macOS will display a dialog offering to install the Command Line Developer Tools. Accept the prompt, wait for the installation to finish, then run the command again.
Enter the directory
Navigate into the cloned repository:All subsequent commands run from this directory.
Run provisioning
Start the provisioning script:This single command runs every install script in sequence. Orchard will:
- Install Homebrew (if not already present)
- Install Homebrew packages and cask applications
- Install Claude Code
- Configure the Dock, Finder, keyboard, mouse, trackpad, and security preferences
- Run the test suite to verify everything completed successfully