Download Wukong Code
Native CLI for macOS, Linux, and Windows. No Node.js required.
[VERSION: v0.1.0]> Recommended Install
$curl -fsSL https://wukong.today/install.sh | sh> Manual Downloads
Choose the native build for your platform and architecture, then verify the adjacent SHA-256 file before extracting it.
shasum -a 256 -c wukong-<platform>-<arch>.zip.sha256
unzip wukong-<platform>-<arch>.zip
chmod +x wukong
./wukong --version# Download the ZIP and adjacent .sha256 file first
$expected = (Get-Content .\wukong-win32-x64.zip.sha256).Split()[0]
$actual = (Get-FileHash .\wukong-win32-x64.zip -Algorithm SHA256).Hash.ToLower()
if ($actual -ne $expected) { throw "SHA-256 mismatch" }
Expand-Archive .\wukong-win32-x64.zip -DestinationPath .\wukong
.\wukong\wukong.exe --versionMove wukong.exe to a permanent directory, add that directory to your user PATH, open a new terminal, and run wukong --version.
> Requirements
> Quick Start Guide
$ wukong ย ย ย # then type /provider and follow the prompts// or non-interactive: wukong provider catalog add deepseek --api-key <key> --default-model deepseek-v4-pro$ wukongwukong> /loop add input validation to the signup form// headless: wukong loop "add validation" --dry-run, then add the printed start flagsTrusted Local Loop
Review one editable Preflight, enforce provider-call and token limits, and require complete fresh Gate evidence before PASS. Terminal results explain the decisive evidence, file attribution, usage, blocker, recovery, and next action. macOS binaries are intentionally unsigned and unnotarized; the installer verifies the adjacent SHA-256 before replacing an existing binary.
Resume unfinished work
/resume codexContinue a Codex task.
/resume claudeContinue a Claude task.
/resume cursorContinue a Cursor task.
/resume kimiContinue a Kimi Code task.
/resume grokContinue a Grok task.
> AI Coding Agent Guides
Need help configuring your provider or running your first /loop? Read the docs.