Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/tauri-aliyun-codeup
tauri-aliyun-codeup
https://github.com/litongjava/tauri-aliyun-codeup
Last synced: about 1 month ago
JSON representation
tauri-aliyun-codeup
- Host: GitHub
- URL: https://github.com/litongjava/tauri-aliyun-codeup
- Owner: litongjava
- License: mit
- Created: 2023-11-19T04:34:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T06:48:32.000Z (about 1 year ago)
- Last Synced: 2023-11-19T07:28:21.794Z (about 1 year ago)
- Language: Rust
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## tauri-aliyun-codeup
A standalone desktop application for Aliyun Codeup(https://codeup.aliyun.com/), built using Tauri.
![1](readme_files/1.png)
## Features
* **Native Experience**: Interact with ChatGPT 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-aliyun-codeup/releases) page.### Building from Source
1. Clone this repository:
```bash
git clone https://github.com/litongjava/tauri-aliyun-codeup
```
2. Navigate to the project directory:
```bash
cd tauri-aliyun-codeup
```
3. Install tauri:
```bash
cargo install tauri-cli
```
4. Build the application:
```bash
cargo tauri build
```## Usage
1. Launch the application.
2. Interact with ChatGPT directly from the app interface.## 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)