Awesome
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
<img src="apikey.png" style="width: 200px">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?
<img src="https://user-images.githubusercontent.com/856609/206362820-761ae201-8c21-4770-82da-d54ed886366f.png" width="200px" />- 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