Analysis updated 2026-05-18
Use ChatGPT on iOS 16 as a native-feeling app with mic input and dark mode.
Save ChatGPT conversations locally as PDF and Markdown files for offline reading.
Resume past ChatGPT conversations by loading a saved memory as starting context.
| deerspotter/chatgpt-webview | aydahnizzy/calendar-drag-interaction | dizzpy/boo | |
|---|---|---|---|
| Stars | 3 | 4 | 4 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Xcode 14+ and an iOS 15-16 device or simulator.
This is a lightweight iOS app that wraps the ChatGPT website in a native shell. Instead of opening a browser, you get an app with ChatGPT loaded inside it, built in Swift using Apple's WKWebView component for iOS 16. The app has two tabs. The first is a ChatGPT tab showing the full ChatGPT web interface, with extra controls added below it, including a microphone button for speech-to-text input, dark mode support, stop and refresh controls, and a Save Context button. The second tab is called Memory, and it shows a list of saved conversations. The Save Context feature is the main addition on top of the raw website. Tap the button and the app pulls the current ChatGPT conversation out of the loaded page, converts it to both a PDF and a Markdown file, and stores both locally on your device. Later you can open the Memory tab, tap a saved chat name, read it as a PDF or Markdown document, or start a fresh ChatGPT conversation using that saved content as context. The app also spoofs its user-agent to present itself as Safari 16, which helps the ChatGPT website behave correctly. It is compatible with TrollStore, a tool for installing apps on iOS without the App Store, and can also be built and run directly from Xcode. The README notes this is a fork being converted into a trusted, source-controlled build path, and advises treating any pre-built IPA from the original upstream as untrusted unless separately inspected. All memory storage is local, with no external cloud services needed for the two-tab flow. Building requires Xcode 14 or later, a target of iOS 15 to 16, and Swift 5. The project is MIT licensed.
An iOS app that wraps ChatGPT's website in a native shell with local conversation saving, PDF export, and speech-to-text support.
Mainly Swift. The stack also includes Swift, WKWebView, iOS.
MIT license, use freely for any purpose, including commercial, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.