Skip to content

leo-dower/deepseek-desktop-changes-4qwen

 
 

Repository files navigation

About

Unofficial wrapper for DeepSeek, providing a native Linux desktop experince.

Disclaimer

This project and its contributors are not affiliated with DeepSeek. This is simply an Electron wrapper that loads the offical DeepSeek web application.

Installation

Get it from the Snap Store

deepseek-desktop deepseek-desktop

Requirements

You will need to install npm, the Node.js package manager. On most distributions, the package is simply called npm.

Cloning the source code

Once you have npm, clone the wrapper to a convenient location:

git clone https://github.com/kenvandine/deepseek-desktop.git

Building

npm install
npm start

On subsequent runs, npm start will be all that's required.

Updating the source code

Simply pull the latest version of master and install any changed dependencies:

git checkout main
git pull
npm install

About

Webapp for DeepSeek AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.2%
  • HTML 38.2%
  • Shell 3.6%