Installation
Complete installation guide for all platforms
Editor Extension Available
Get real-time validation as you code — VS Code, Cursor, and Windsurf.
Install Extension →How DeepSweep Is Distributed
Two apps, both signed by us: the Governance Studio desktop app, downloaded from deepsweep.ai, and the editor extension from the Open VSX registry. There is deliberately no package-manager install — nothing from PyPI, npm, Homebrew or Scoop, and nothing added to your PATH. Reviews run entirely locally; your code never leaves your machine.
Governance Studio (Desktop)
One app that reviews every coding agent on the machine — Cursor, Claude Code, Copilot, Windsurf and the rest — with no per-editor setup. Builds are in early access: add your address at deepsweep.ai/governance-studio and the macOS and Windows installers go out to that list first. We do not publish a download link before there is a build behind it.
Editor Extension
For reviews as you code, install the extension in your editor:
# Antigravity / Trae / Windsurf
# search "DeepSweep" in the Extensions panel (Open VSX)
#
# Cursor / VS Code — their extension search does not list DeepSweep.
# Download the .vsix package from Open VSX:
# https://open-vsx.org/extension/deepsweep-ai/deepsweep
# then Extensions panel (Ctrl+Shift+X) > "..." > Install from VSIX...
# VS Code walkthrough: https://deepsweep.ai/install/vs-code Continuous Integration
For pipelines there is nothing to install at all: the reviewing engine ships inside the DeepSweep GitHub Action, which sets itself up on the runner. See the CI/CD guide for the workflow file.
# .github/workflows/deepsweep.yml
- name: Agent Environment Review
uses: deepsweep-ai/action@v1
with:
path: .