# tauri-qwen **Repository Path**: codingdb/tauri-qwen ## Basic Information - **Project Name**: tauri-qwen - **Description**: 通义千问大模型客户端,一个独立的桌面应用程序,用于 qwen,使用 Tauri 构建。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2025-03-05 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## tauri-qwen A standalone desktop application for qwen, built using Tauri. ![1](readme_files/1.png) ## Features * **Native Experience**: Interact with qwen 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-qwen/releases) page. ### Building from Source 1. Clone this repository: ```bash git clone https://github.com/litongjava/tauri-qwen ``` 2. Navigate to the project directory: ```bash cd tauri-qwen ``` 3. Install tauri: ```bash cargo install tauri-cli ``` 4. Build the application: ```bash cargo tauri build ``` ## Usage 1. Launch the application. 2. Interact with qwen directly from the app interface. ## Cache Cache Folder - windows C:\Users\Administrator\AppData\Local\com.litongjava.tauri.qwen ## 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)