Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnylazuardi/chatgpt-desktop
Unofficial ChatGPT desktop app for Mac & Windows menubar using Tauri & Rust
https://github.com/sonnylazuardi/chatgpt-desktop
ai chatgpt chatgpt-desktop chatgpt-desktop-app desktop desktop-app gpt-3 mac macos menu-bar nextjs openai tauri windows
Last synced: 20 days ago
JSON representation
Unofficial ChatGPT desktop app for Mac & Windows menubar using Tauri & Rust
- Host: GitHub
- URL: https://github.com/sonnylazuardi/chatgpt-desktop
- Owner: sonnylazuardi
- License: mit
- Created: 2022-12-04T07:57:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T19:38:01.000Z (12 months ago)
- Last Synced: 2024-10-29T17:11:44.502Z (about 1 month ago)
- Topics: ai, chatgpt, chatgpt-desktop, chatgpt-desktop-app, desktop, desktop-app, gpt-3, mac, macos, menu-bar, nextjs, openai, tauri, windows
- Language: Rust
- Homepage: https://twitter.com/sonnylazuardi/status/1624281443022286848
- Size: 61.5 MB
- Stars: 1,988
- Watchers: 21
- Forks: 191
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - ChatGPT Desktop App
- awesome-chatgpt-summary - Windows, Mac, Linux desktop app
- awesome-chatgpt-tools - Windows, Mac, Linux desktop app
- awesome-gpt - ChatGPT Desktop App
- awesome-chatgpt - ChatGPT Desktop App
- Awesome-ChatGPT - Windows, Mac, Linux desktop app
- awesome-chatgpt - OpenAI ChatGPT desktop app for Mac, Windows, & Linux menubar using Tauri & Rust
- awesome-chatgpt - Windows, Mac, Linux desktop app
- fucking-awesome-chatgpt - Windows, Mac, Linux desktop app
- awesome-ChatGPT-resource-zh - 【非官方】 Windows, Mac, Linux 桌面app
- Awesome-ChatGPT - ChatGPT Desktop App
- awesome-ChatGPT-repositories - chatgpt-desktop - Duel with your facebook friends in flappy bird game play (Others)
- awesome-chatgpt - chatgpt-desktop
- awesome-chatgpt - Desktop App
- awesome-chatgpt - ChatGPT Desktop App
- awesome-chatgpt-zh - Windows、Mac、Linux 桌面应用程序
README
# Chat AI Desktop App
Unofficial open source Chat AI desktop app for mac, windows, and linux menubar using tauri & rust.
https://user-images.githubusercontent.com/856609/218365354-335ab01d-5d6f-4d97-af5f-a09e85f061b4.mp4
![sswinmac](ssmerge.png)
# Downloads
- [Windows](https://github.com/sonnylazuardi/chat-ai-desktop/releases/download/v0.5.0/chatgpt.msi) (4.11 MB)
- [MacOS](https://github.com/sonnylazuardi/chat-ai-desktop/releases/download/v0.5.0/chatgpt.dmg) (3.8 MB)
- [Linux .deb](https://github.com/sonnylazuardi/chatgpt-desktop/raw/master/releases/chatgpt_0.2.0_amd64.deb) (2.3 MB)
- [Linux .rpm](https://github.com/sonnylazuardi/chatgpt-desktop/raw/master/releases/chatgpt-0.2.0-2.x86_64.rpm) (2.1 MB)## API Mode
![apimode](https://user-images.githubusercontent.com/856609/226231332-de31b46f-196b-45b8-85ef-5ee1c4124333.png)
I would like to credit [open source chatbot UI](https://github.com/mckaywrigley/chatbot-ui) by [@mckaywrigley](https://twitter.com/mckaywrigley) that made this possible. The desktop app wrapping the [forked version here](https://github.com/sonnylazuardi/chatbot-ui-pro)
### Set your API Key
You can visit [OpenAI Account](https://platform.openai.com/account/api-keys) to get your own API key, click menu on the top left and input your API Key
## FAQ
### Is it safe to login with my account in the app?
Yes, it is safe. There is no data transferred in the app (you can check the source). It's just a wrapper for teh popular Chat AI website. If you are still unsure, you can build your own binary and use it.
### I cannot open the MacOS app because developer cannot be verified?
1. In the Finder on your Mac, locate the chat ai app. Don't use Launchpad to do this. Launchpad doesn't allow you to access the shortcut menu.
2. Control-click the app icon, then choose Open from the shortcut menu.
3. Click Open.https://support.apple.com/en-sg/guide/mac-help/mh40616/mac
## 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
```
yarn
yarn tauri dev
```## Building
```
yarn
yarn tauri build
```