ChatGPT Wrapper (web for macOS) [open source]
这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。
So, we're in this situation where macOS doesn't have a good client app for ChatGPT and you can't choose Pro Extended which bothers me. Plus some other issues. Yeah, you could use Atlas but... nah.
So, I put together a small open-source macOS wrapper for the ChatGPT website:
https://github.com/ihearttokyo/chatgpt-wrapper
It’s intentionally simple: TypeScript + Electron, no OpenAI API key, no analytics, no token copying, and no webview tag. It opens the real ChatGPT site in a hardened window, keeps login state in a dedicated Electron session, and sends unrelated links to the normal browser.
I also added a Chrome app-mode fallback because some Google passkey flows do not work well inside Electron.
The repo is public and released under The Unlicense, so use it however you like. Feedback welcome (submit reports on the repo and Codex will triage them if it decides to follow my automation schedule), especially on packaging, signing/notarization, and auth edge cases.