A Homebrew tap for the macOS builds of DeepSeek Harness Desktop.
Install in one command (this taps dsh-tauri-desk/desktop and installs the deepseek-harness cask for you):
brew install dsh-tauri-desk/desktop/deepseek-harnessOr add the tap first, then install:
brew tap dsh-tauri-desk/desktop
brew install --cask deepseek-harnessNote on the tap name: this repository is named
dsh-tauri-desk/homebrew-desktop, which Homebrew shortens to the tapdsh-tauri-desk/desktop. The one-liner above uses that shortcut, so you don't have to type thehomebrew-prefix.brew install dsh-tauri-desk/homebrew-desktop(without a formula/cask name) is not a valid install command in Homebrew — it needs the trailing cask name.
- macOS 10.15 (Catalina) or newer.
- The DMG is Developer-ID signed and notarized by the upstream build pipeline, so Gatekeeper will trust it.
The Casks/deepseek-harness.rb cask is kept in sync automatically by the
update-cask workflow, which watches the
upstream releases for new stable versions, recomputes the SHA256 for both
architectures, and commits the updated cask. It runs on a daily schedule; you can
also trigger a run manually from the Actions tab.