# tauri-deepseek **Repository Path**: ppnt/tauri-deepseek ## Basic Information - **Project Name**: tauri-deepseek - **Description**: tauri-deepseek,tauri,deepseek desktop, deepseek 跨平台客户端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 30 - **Forks**: 7 - **Created**: 2025-01-28 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: ai **Tags**: None ## README ## tauri-deepseek A standalone desktop application for deepseek, built using Tauri. ![1](readme_files/1.png) ## Features * **Native Experience**: Interact with deepseek directly from your desktop without needing a browser. * **Fast and Lightweight**: Built using Tauri, the application is light on resources and starts up quickly. * **Cross-Platform**: Available for Windows, macOS, and Linux. ## Installation ### Pre-built binaries You can download the pre-built binaries for your platform from the [Releases](https://github.com/litongjava/tauri-deepseek/releases) page. ### Building from Source 1. Clone this repository: ```bash git clone https://github.com/litongjava/tauri-deepseek ``` 2. Navigate to the project directory: ```bash cd tauri-deepseek ``` 3. Install tauri: ```bash cargo install tauri-cli ``` 4. Build the application: ```bash cargo tauri build ``` ## Usage 1. Launch the application. 2. Interact with deepseek directly from the app interface. ## Cache Cache Folder - windows C:\Users\Administrator\AppData\Local\com.litongjava.tauri.deepseek ## Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change. ## License [MIT License](LICENSE)