@liwenkai/deepcode
v0.4.6
Published
AI coding assistant in your terminal — powered by DeepSeek
Downloads
5,563
Maintainers
Readme
deepcode
AI coding assistant in your terminal — powered by DeepSeek.
Install
npm install -g @liwenkai/deepcode(The installed command is deepcode.)
The postinstall step downloads the prebuilt binary for your platform from
GitHub Releases and verifies
its SHA-256 checksum. Then run:
deepcodeSupported platforms
| OS | Arch | |----|------| | macOS | arm64, x64 | | Linux | arm64, x64 | | Windows | x64 (arm64 via x64 emulation) |
Notes
- Requires Node.js >= 18 (for the installer only; the CLI itself is a native binary).
- If your network blocks GitHub, grab a binary from the
releases page manually, or
build from source: clone
liwenka1/deep-codeand runcargo build --release -p deep-code-tui.
License
MIT
