54K stars for a ChatGPT wrapper that OpenAI made obsolete
A Rust/Tauri desktop app that wrapped ChatGPT's web UI before OpenAI shipped official clients.

What it does
lencx/ChatGPT is a cross-platform desktop application built with Rust and Tauri that essentially frames the ChatGPT web interface in a native window. It was created before OpenAI released official desktop apps, giving early users a standalone experience on Mac, Windows, and Linux without browser tab clutter.
The interesting bit
The author is admirably direct about the project’s current status: OpenAI’s official macOS app is out, Windows is coming, and this repo is now in a holding pattern while the maintainer hunts for “differentiating features” for a hypothetical v2.0. There’s something almost quaint about a 54,000-star project whose README essentially says “thanks, but maybe use the official one now.”
Key highlights
- Built with Rust + Tauri, so it’s lightweight compared to Electron alternatives
- Cross-platform from the start (Mac, Windows, Linux) — ahead of OpenAI’s staggered rollout
- 54K GitHub stars suggests it filled a real gap in early 2023
- Successor project Noi exists for those wanting a more ambitious “AI wrapper”
- Previous version (v1.1.0) still available for the nostalgic or stubborn
Caveats
- The README explicitly notes this is now less necessary than before; future value is unclear
- v2.0 is vaporware-adjacent: “looking for differentiating features” with no specifics given
Verdict
Worth a look if you’re studying Tauri desktop patterns or need a reference for wrapping web UIs. For actual daily ChatGPT use, the official app or your browser tab probably wins. Historians of AI tooling hype cycles may find it particularly instructive.