Package Exports
- @liwenkai/deepcode
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@liwenkai/deepcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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