Install Dogger

macOS app for Apple Silicon (M1 or newer). Choose your preferred install method. After install, guided first-run setup helps you create a project and run your first task — no account required.

Homebrew

Recommended

Installs Dogger, the bundled CLI, and shell completions.

$ brew install --cask partrocks/tap/dogger

Upgrade with brew update, then brew upgrade --cask dogger.

Install script

Downloads the latest release, installs into /Applications, and links the bundled CLI on your PATH.

$ curl -fsSL https://doggerapp.com/install.sh | bash

Every supported release is signed with an Apple Developer ID, uses the hardened runtime, and is notarized by Apple for the normal macOS Gatekeeper flow. Direct in-app updates also carry an independent Tauri signature that verifies update-package integrity. See the Terms of Service for details.

Requirements

  • macOS on Apple Silicon (M1 or newer)
  • Docker — Optional for local contexts. Container tasks require the Docker CLI and an already-running container; Dogger doesn't start or manage containers.