DeepSeek is a desktop application developed by DeepSeek Artificial Intelligence Co., Ltd. It provides an easy-to-use interface for interacting with our AI-powered platform. The app is built using Electron and provides features such as web access to DeepSeek Chat, a clean and responsive interface, and customizable settings.
- Splash screen during startup.
- Built-in menu with options for Home, Edit, View, and Help.
- Easy access to the official DeepSeek website and developer contact info.
- External link opening (Telegram, Instagram, Email).
Before installing, make sure you have the following installed:
- Node.js
- npm (or yarn)
git clone https://github.com/code3-dev/deepseek-desktop.git
cd deepseek-desktop
npm install
You can start the application using:
npm start
This will launch the application with Electron in development mode.
To create a production build, use the following commands based on your platform.
npm run build:win
npm run build:linux
npm run build
After the build process is complete, you will find the executable in the release
directory.
You can customize the build by modifying the build
section in package.json
. This includes changing the app icon, application ID, and adding any additional files required for packaging.
This project is licensed under the MIT License - see the LICENSE file for details.
- Author: Hossein Pira
- Email: [email protected]
- Telegram: @h3dev
- Instagram: @h3dev.pira