Get OpenAI's ChatGPT in a mac app, that is always easily accessible within your OS!
It is essentially just a new browser window, that loads chat.openai.com, but it will allow you to keep it as an .app, so you can have it in your dock bar and always have it next to you.
To install all dependencies
npm install
To get the Apple Silicon app, run this in your terminal
npm run build-silicon
To get the Intel app, run this in your terminal
npm run build-intel
..That is it :)