Skip to content

Install Orifold

macOS 14+
When to use this

You’re setting up Orifold on a Mac for the first time, or reinstalling after uninstalling it.

macOS 14 Sonoma or newer, on Apple Silicon or Intel — Orifold ships as a universal build, so one download works for both. That’s the whole list — no Xcode, no GitHub account, no compile step.

  1. Open Applications → Utilities → Terminal.

  2. Paste this and press Return:

    Terminal window
    curl -fsSL https://raw.githubusercontent.com/udhawan97/Orifold/main/install.sh | zsh
  3. The installer downloads the prebuilt app to ~/Applications/Orifold.app and adds two helpers to your Desktop: Orifold.command (launch + auto-update) and Uninstall Orifold.command.

Tip

Never used Terminal before? Paste the line above exactly as written, then press Return. You’re now a power user.

If macOS warns about an unidentified developer

Section titled “If macOS warns about an unidentified developer”

Release builds are ad-hoc signed but not notarized. Right-click the app in Finder and choose Open from the security prompt — this only needs to happen once.

Terminal window
brew tap udhawan97/orifold https://github.com/udhawan97/Orifold
brew install --cask udhawan97/orifold/orifold

This installs the same prebuilt app and clears the download quarantine automatically. The one-line installer is still the friendliest path — it also creates the Desktop launch/update and uninstall helpers.

Download the disk image — Orifold.dmg (universal: Apple Silicon + Intel):

  1. Open the downloaded Orifold.dmg.
  2. Drag Orifold into the Applications folder.
  3. Open Orifold from Applications.

Because release builds aren’t notarized by Apple yet, the first launch takes one step:

  • macOS 14: right-click Orifold → OpenOpen.
  • macOS 15: open Orifold once (it’s blocked), then System Settings → Privacy & Security → Open Anyway.
Tip

Want zero dialogs? The one-line installer and Homebrew cask clear the download quarantine for you. The plain Orifold.zip is still published for those paths.

You can verify a download against its published checksum:

Terminal window
shasum -a 256 ~/Downloads/Orifold-*-macOS-universal.dmg

Compare the result to the checksum in the release’s manifest.json.

Orifold.app in ~/Applications, plus Orifold.command and Uninstall Orifold.command on your Desktop. Double-clicking Orifold.command launches the app.

Your first workspace

The 5-minute tour.

Update & uninstall

Keeping Orifold current, or removing it cleanly.