Back to Documentation

Quickstart Guide

Get DeepSweep running in under 60 seconds

Editor Extension Available

Get real-time validation as you code — VS Code, Cursor, and Windsurf.

Install Extension →

1. Add the Editor Extension

The fastest start is inside the editor you already have open. In Antigravity, Trae and Windsurf, search DeepSweep in the Extensions panel. Cursor and VS Code do not list DeepSweep in their own extension search, so install the .vsix directly — that path works in every editor.

# Antigravity / Trae / Windsurf
#   Extensions panel > search "DeepSweep" (Open VSX) > Install
#
# Cursor / VS Code — their extension search does not list DeepSweep
#   Download the .vsix:
#   https://open-vsx.org/extension/deepsweep-ai/deepsweep
#   Extensions panel (Ctrl+Shift+X) > "..." > Install from VSIX...
#   VS Code walkthrough: https://deepsweep.ai/install/vs-code
#
# The .vsix path works in every editor listed above.

2. Or Get the Governance Studio

One desktop app that reviews every coding agent on the machine, not just the one editor. It arrives as a signed installer from deepsweep.ai — there is nothing to fetch from a package registry. Studio builds are in early access: add your address at deepsweep.ai/governance-studio and the macOS and Windows builds go out to that list first.

3. Run Your First Review

Open the project you want to check. In the editor, open the Command Palette (Ctrl+Shift+P, or Cmd+Shift+P on macOS) and choose "Review Agent Environment". In the Studio, pick the project folder. Either way the review runs on your machine and nothing but metadata leaves it.

4. Review Results

DeepSweep reads your AI assistant configs and reports what it found, with a grade and plain-English fixes.

# Example review:
Agent Environment Review

Checking ....
  [INFO] Loaded 16 security rules
  [INFO] Reviewing AI assistant configurations

[CRITICAL] .cursorrules:1
   Your AI assistant can be tricked into ignoring safety rules.

Grade: C (75/100)
1 files checked • 1 issue found