chatgpt sonnylab
winget install --id=sonnylab.chatgpt -e
Unofficial open source OpenAI ChatGPT desktop app for mac, windows, and linux menubar using tauri & rust.
Chat AI Desktop is an open-source tool designed to provide seamless access to ChatGPT directly from your desktop. This application supports multiple platforms, including Mac, Windows, and Linux, making it versatile for various users.
Key Features:
- Cross-Platform Support: Available on Mac, Windows, and Linux, ensuring broad accessibility.
- Menu Bar Integration: Easily integrate into your workflow with direct access via the menu bar.
- API Key Setup: Securely manage your OpenAI API key within the application for straightforward integration.
- Customizable Interface: Tailor the interface to suit your preferences, enhancing user experience.
Audience & Benefit: Ideal for power users and developers seeking efficient interaction with ChatGPT. This tool enhances productivity by offering quick access without navigating through multiple interfaces, making it a valuable asset for those who rely on AI-driven solutions in their daily tasks.
Installed via winget, Chat AI Desktop is built using Tauri and Rust, ensuring reliability and performance.
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
Downloads
- Windows (4.11 MB)
- MacOS (3.8 MB)
- Linux .deb (2.3 MB)
- Linux .rpm (2.1 MB)
API Mode
I would like to credit open source chatbot UI by @mckaywrigley that made this possible. The desktop app wrapping the forked version here
Set your API Key
You can visit OpenAI Account 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?

- 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.
- Control-click the app icon, then choose Open from the shortcut menu.
- Click Open.
https://support.apple.com/en-sg/guide/mac-help/mh40616/mac
Recommended IDE Setup
Developing
yarn
yarn tauri dev
Building
yarn
yarn tauri build