Electron wrapper frees Bing AI from the browser
BingGPT wraps Microsoft's Bing AI chat in an Electron shell so you can talk to it without installing Edge or browser plugins.

What it does
BingGPT is an Electron-based desktop client for Microsoft’s “new Bing” AI chat. It signs you into your Microsoft account and renders the conversation in a dedicated window, offering keyboard shortcuts, theme tweaks, and the ability to export chats to Markdown, PNG, or PDF. Think of it as a browser tab stripped of bookmarks and address bars, then wrapped in an installer for Windows, macOS, and Linux.
The interesting bit
The project’s main trick is subtraction, not invention: it removes the Edge browser requirement and packages the experience as a native-ish app. For developers who want to keep AI chat in a separate, always-on-top window without surrendering their default browser, that slight convenience is apparently worth nearly nine thousand stars.
Key highlights
- Cross-platform builds for x64 and ARM64 on Windows, macOS, and Linux
- Exports full conversations to Markdown, PNG, or PDF
- Keyboard shortcuts for new topics, tone switching, always-on-top mode, and font resizing
- Requires a Microsoft account sign-in to function
- Runs as a dedicated desktop window rather than a browser tab
Caveats
- VPN may be required if Bing AI is unavailable in your region, with specific proxy rules for
bing.comsubdomains - macOS users may hit Gatekeeper quarantine issues on first launch
- It is fundamentally a wrapper around Microsoft’s web service, not a standalone AI
Verdict
Worth a look if you want Bing’s AI in a dedicated desktop window with export options and keyboard shortcuts. Skip it if you were hoping for an independent LLM or a way to bypass Microsoft’s authentication entirely.
Frequently asked
- What is dice2o/BingGPT?
- BingGPT wraps Microsoft's Bing AI chat in an Electron shell so you can talk to it without installing Edge or browser plugins.
- Is BingGPT open source?
- Yes — dice2o/BingGPT is open source, released under the Apache-2.0 license.
- What language is BingGPT written in?
- dice2o/BingGPT is primarily written in JavaScript.
- How popular is BingGPT?
- dice2o/BingGPT has 8.9k stars on GitHub.
- Where can I find BingGPT?
- dice2o/BingGPT is on GitHub at https://github.com/dice2o/BingGPT.