Unofficial wrapper for DeepSeek, providing a native Linux desktop experince.
This project and its contributors are not affiliated with DeepSeek. This is simply an Electron wrapper that loads the offical DeepSeek web application.
You will need to install npm, the Node.js package manager. On most distributions, the package is simply called npm.
Once you have npm, clone the wrapper to a convenient location:
git clone https://github.com/kenvandine/deepseek-desktop.gitnpm install
npm startOn subsequent runs, npm start will be all that's required.
Simply pull the latest version of master and install any changed dependencies:
git checkout main
git pull
npm install