Skip to content

Instantly share code, notes, and snippets.

@cabgfx
Created April 26, 2023 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cabgfx/365b55a06017400d7fdec63cd632b367 to your computer and use it in GitHub Desktop.
Save cabgfx/365b55a06017400d7fdec63cd632b367 to your computer and use it in GitHub Desktop.
Build ChatGPT (chat.openai.com) as a standalone mac app using nativefier
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/
@cabgfx
Copy link
Author

cabgfx commented Apr 26, 2023

See more at https://www.cabgfx.com/chatgpt-app/, including the .icns Mac app icon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment