Skip to content

raphaelmansuy/chatgpt-desktop

 
 

Repository files navigation

ChatGPT Desktop App

Unofficial open source OpenAI ChatGPT desktop app for mac, windows, and linux menubar using tauri & rust.

screen screen-mac screen-ma2c

Downloads

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 OpenAI ChatGPT 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 chatgpt 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

Developing

yarn
yarn tauri dev

Building

yarn
yarn tauri build

About

Unofficial open source OpenAI ChatGPT desktop app for mac and windows menubar using tauri, nextjs & rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.7%
  • TypeScript 10.0%
  • JavaScript 6.3%