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.
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.
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.
curl -L https://digg.sh/vsix -o digg.vsix && code --install-extension digg.vsix --force
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.
- Reload your editor (⌘⇧P → “Developer: Reload Window”).
- Run Digg: Sign in to link your account.
- 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.
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.