DGC

DGC for VS Code & Cursor

A docked chat panel, native menus, streaming tool calls and inline diffs — driven by your own local model, inside your editor.

Download dgc.vsix Releases on GitHub

Prerequisite: the DGC CLI (v0.4.0+)

The extension drives the DGC CLI. Install it first:

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

Then dgc setup once to pick a provider & model.

Install the extension

  1. Download dgc.vsix.
  2. In a terminal:
    cursor --install-extension dgc.vsix     # Cursor
    code   --install-extension dgc.vsix     # VS Code
    codium --install-extension dgc.vsix     # VSCodium
  3. Or in the editor: Extensions view → menu → Install from VSIX… → pick dgc.vsix.
  4. Open the DGC icon in the activity bar and start coding.

Verify the download: shasum -a 256 dgc.vsix against dgc.vsix.sha256.

Marketplace & Open VSX listings are coming — for now the .vsix above is the install path.