Created
April 26, 2023 19:06
-
-
Save cabgfx/365b55a06017400d7fdec63cd632b367 to your computer and use it in GitHub Desktop.
Build ChatGPT (chat.openai.com) as a standalone mac app using nativefier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nativefier --lang "en-US" --darwin-dark-mode-support --name "ChatGPT" --conceal --single-instance --disable-dev-tools --fast-quit --user-agent safari --title-bar-style hidden --icon "chatgpt.icns" https://chat.openai.com/ /Applications/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See more at https://www.cabgfx.com/chatgpt-app/, including the .icns Mac app icon.