Skip to content

code3-dev/deepseek-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSeek Desktop Application

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.

Features

  • 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).

Installation

Prerequisites

Before installing, make sure you have the following installed:

  • Node.js
  • npm (or yarn)

Clone the repository

git clone https://github.com/code3-dev/deepseek-desktop.git
cd deepseek-desktop

Install dependencies

npm install

Run the application

You can start the application using:

npm start

This will launch the application with Electron in development mode.

Building the Application

To create a production build, use the following commands based on your platform.

Build for Windows

npm run build:win

Build for Linux

npm run build:linux

Build for all platforms

npm run build

After the build process is complete, you will find the executable in the release directory.

Configuration

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Links