@deepseek-code/cli
v0.1.5
Published
npm wrapper for the DeepSeek Code CLI
Readme
@deepseek-code/cli
This package is the npm command wrapper for the deepseek CLI.
Install
npm install -g @deepseek-code/cli
deepseek version
deepseek quickstartRun without installing:
npx @deepseek-code/cli version
npx @deepseek-code/cli quickstartPublished installs resolve the binary from the platform-specific optional npm package for the current host:
@deepseek-code/cli-linux-x64@deepseek-code/cli-linux-arm64@deepseek-code/cli-macos-x64@deepseek-code/cli-macos-arm64@deepseek-code/cli-windows-x64
Release builds can also place platform binaries under these legacy wrapper paths:
npm/bin/<target-triple>/deepseek
npm/bin/<target-triple>/deepseek.exeSupported target-triple directory names used by the wrapper:
x86_64-unknown-linux-gnuaarch64-unknown-linux-gnux86_64-apple-darwinaarch64-apple-darwinx86_64-pc-windows-msvcaarch64-pc-windows-msvc
For local testing, set DEEPSEEK_BINARY to an existing binary:
DEEPSEEK_BINARY=../target/release/deepseek node bin/deepseek.js version
DEEPSEEK_BINARY=../target/release/deepseek npm run test:tui-entrypointThe release matrix stages each compiled binary into npm/platforms/<platform>/bin
and packs the matching platform npm tarball before publishing the root wrapper.
