# tauri-gitee **Repository Path**: ppnt/tauri-gitee ## Basic Information - **Project Name**: tauri-gitee - **Description**: Tauri-Gitee 是一个使用 Tauri 和 Rust 语言封装的 http://gitee.com 的桌面应用程序。现在您可以在桌面上直接访问 Gitee,无需打开浏览器。 - **Primary Language**: Rust - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-01 - **Last Updated**: 2023-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tauri-Gitee Desktop App [English](readme.md)| [中文](readme_cn.md) [![GitHub stars](https://img.shields.io/github/stars/litongjava/tauri-gitee)](https://github.com/litongjava/tauri-gitee/stargazers) [![GitHub issues](https://img.shields.io/github/issues/litongjava/tauri-gitee)](https://github.com/litongjava/tauri-gitee/issues) Tauri-Gitee is a desktop application for http://gitee.com, encapsulated using [Tauri](https://tauri.studio/) and the Rust language. Access Gitee directly from your desktop without the need for a browser. ![1](readme_files/1.png) ## Features - Fast and lightweight - High performance and security with the Rust language - Seamless integration with the desktop environment - Enhanced security and stability with Tauri ## Getting Started ### Download and Installation **Download from Releases**: You can directly download the latest version of the application from the [Releases page](https://github.com/litongjava/tauri-gitee/releases). ### Build on Your Own **Build on Your Own**: - Clone this repository: ```bash git clone https://github.com/litongjava/tauri-gitee.git ``` - Navigate into the project directory: ```bash cd tauri-gitee ``` - Install dependencies and run with Cargo: ```bash # Install dependencies cargo build # Run the application cargo run ``` **Packaging the Application** ```bash cargo tauri build ``` ## Contributing We welcome contributions of any kind! Whether it's reporting bugs, suggesting improvements, or requesting new features, we appreciate it all. ## License This project is licensed under the MIT License. For more details, see the [LICENSE](./LICENSE) file.