deepseek-tui
v0.3.29
Published
Install and run deepseek and deepseek-tui binaries from GitHub release artifacts.
Maintainers
Readme
deepseek-tui
Install and run the deepseek and deepseek-tui binaries from GitHub release artifacts.
Install
npm install -g deepseek-tui
# or
pnpm add -g deepseek-tuiFor project-local usage:
npm install deepseek-tui
npx deepseek-tui --helppostinstall downloads platform binaries into bin/downloads/ and exposes
deepseek and deepseek-tui commands.
Supported platforms
- Linux x64
- macOS x64 / arm64
- Windows x64
Other platform/architecture combinations are not supported and will fail during install.
Configuration
- Default binary version comes from
deepseekBinaryVersioninpackage.json. - Set
DEEPSEEK_TUI_VERSIONorDEEPSEEK_VERSIONto override the release version. - Set
DEEPSEEK_TUI_GITHUB_REPOorDEEPSEEK_GITHUB_REPOto override the source repo (defaults toHmbown/DeepSeek-TUI). - Set
DEEPSEEK_TUI_FORCE_DOWNLOAD=1to force download even when the cached binary is already present. - Set
DEEPSEEK_TUI_DISABLE_INSTALL=1to skip install-time download.
Release integrity
npm publishruns a release-asset check to ensure all required binary assets exist for the target GitHub release before publishing.
