Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaviodelgrosso/chatgpt-desktop-app-tauri
ChatGPT desktop app for Mac, Windows and Linux menubar using Tauri
https://github.com/flaviodelgrosso/chatgpt-desktop-app-tauri
chatgpt gpt-3 linux macos menubar-app openai rust tauri windows
Last synced: 2 months ago
JSON representation
ChatGPT desktop app for Mac, Windows and Linux menubar using Tauri
- Host: GitHub
- URL: https://github.com/flaviodelgrosso/chatgpt-desktop-app-tauri
- Owner: flaviodelgrosso
- Created: 2022-12-30T22:54:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T21:03:16.000Z (about 1 year ago)
- Last Synced: 2023-12-28T21:57:07.997Z (about 1 year ago)
- Topics: chatgpt, gpt-3, linux, macos, menubar-app, openai, rust, tauri, windows
- Language: Rust
- Homepage:
- Size: 2.03 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# ChatGPT Desktop Application
Unofficial open source OpenAI ChatGPT desktop app for macOS, Windows, and Linux menubar using Tauri () and Rust
![License](https://img.shields.io/badge/License-Apache%202-blue.svg)
[![ChatGPT downloads](https://img.shields.io/github/downloads/flaviodelgrosso/chatgpt-desktop-app-tauri/total.svg)](https://github.com/flaviodelgrosso/chatgpt-desktop-app-tauri/releases)![screen](./screenshots/window.png)
## Global shortcuts
You can use Cmd+Shift+G (Mac) or Ctrl+Shift+G (Win) to quickly open it from anywhere.
## Updater
This application integrates the Tauri Updater, a tool built in Rust that allows for easy application updates. With the Tauri Updater, users can easily keep their application up to date with the latest bug fixes and features. The integration of the Tauri Updater ensures that users have a seamless update experience.
![screen](./screenshots/update.png)
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Developing
```bash
yarn
yarn dev
```## Building
```bash
yarn
yarn build
```