Skip to content

Install Prevail

Most people want the desktop app. It’s a native, signed and notarized build with the engine bundled in — download, drag to Applications, launch. There’s nothing else to set up.

You can also grab any version from the releases page or prevail.sh.

  1. Download the .dmg (macOS) or .exe (Windows) above.

  2. Install. On macOS, drag Prevail.app to /Applications. On Windows, run the installer.

  3. Launch. Builds are notarized, so there’s no Gatekeeper “damaged” warning and no right-click dance.

  4. Explore the demo. The app opens in demo mode with a pre-populated household vault. Look around, then point it at your own folder when you’re ready (Settings → Vault).

The app updates itself. When a new release ships, Prevail downloads it in the background and offers to relaunch — no reinstalling. You can check manually in Settings → About.

  • macOS 13+ (Apple Silicon) or Windows 10/11 (x64).
  • Optional: one or more of claude, codex, agy, ollama on your PATH, and/or an OpenRouter key. The bundled engine handles the rest.
  • An existing vault, or just use the built-in demo — no setup required.

The same engine that powers the app is also a standalone CLI — a terminal cockpit, scriptable commands, a --json API, and the MCP server. Reach for it when you want automation or a headless box. See The CLI & engine.

Terminal window
curl -fsSL https://prevail.sh/install | bash

The installer detects your platform, downloads the matching binary from the latest GitHub release, and places it on your PATH (typically ~/.local/bin/prevail). Then:

Terminal window
prevail # launch the terminal cockpit
prevail demo # explore the synthetic demo vault first
Terminal window
prevail doctor # checks your vault and which AI CLIs it can see
prevail doctor --debug # also dumps the tail of ~/.prevail/debug.log
Terminal window
prevail upgrade # self-update from the latest GitHub release
prevail upgrade --check # just report whether an update exists
prevail upgrade --pre # include prereleases
PlatformDesktop appCLI engine
macOS arm64 (Apple Silicon)✅ Signed & notarized✅ Native binary
macOS x86_64 (Intel)✅ Native binary
Windows x64✅ Signed installer⚠️ Via WSL
Linux x86_64 / arm64✅ Native binary

See Platform support for details.

PathWhat it holds
The app (Applications / Program Files)Prevail Desktop + the bundled engine
~/.prevail/Machine-local state: config, secrets, connector auth, session DB
<your vault>/Your domains, memory, logs, journals — the part you sync