Download

Install the Digg extension

One command. Digg captures your approved AI-coding sessions and turns them into training data you're paid for, 70% revenue share in USDC, secrets stripped on your machine before anything is uploaded. Works with Claude Code, Cursor, and Codex.

Easiest, one line
curl -fsSL https://digg.sh/install.sh | bash

Downloads the latest build and installs it into VS Code or Cursor (auto-detected), even if the code/cursor CLI isn't on your PATH.

Manual commands

These require the editor's code/cursor CLI to be on your PATH. If it isn't, you'll get command not found, use the one-line installer above instead.

VS Code
curl -L https://digg.sh/vsix -o digg.vsix && code --install-extension digg.vsix --force
Cursor
curl -L https://digg.sh/vsix -o digg.vsix && cursor --install-extension digg.vsix --force

Getting command not found: code? Enable the CLI from the editor, ⌘⇧P → “Shell Command: Install 'code' command in PATH” , then re-run. Or just use the one-line installer above.

Or download the .vsix directly ↗
After installing
  1. Reload your editor (⌘⇧P → “Developer: Reload Window”).
  2. Run Digg: Sign in to link your account.
  3. That's it, capture starts automatically once you're signed in. No extra command.

No account yet? Create one → Then watch it fill up on your dashboard.

Prefer the terminal? Use the Digg CLI

No editor extension needed. The digg command signs you in, connects this machine, and captures in the background, the same capture engine as the extension.

curl -fsSL https://digg.sh/cli.sh | bash

Then, one command:

digg

Guided setup signs you in, connects the machine, and starts capturing. Everyday commands: digg earnings, digg sessions, digg share <id> public, digg stop. Requires Node 18+ (Node 22+ also captures Cursor's IDE chat).

Manage or remove capture anytime from the command palette (Digg: Pause, Digg: Remove workflow capture). Uninstalling the extension stops the background daemon automatically.

Digg: Download the extension