A lightweight new Bing (AI chat) desktop application based on Tauri
.
No more Microsoft Edge, no more Chromium/Electron!
See the latest build in release page.
- Prepare:
- A Microsoft account.
- Network proxy (necessary in some regions, such as China)
- Sign in to your Microsoft account.
- Reload the page after logging in.
-
Prepare Tauri dev-env. (See guide)
-
Install font-end dependencies
It is recommended to use
pnpm
:pnpm install
-
Build release
pnpm build
This warning is shown because the build is not signed. Run the following command to suppress this warning, and reopen the app.
xattr -r -d com.apple.quarantine /Applications/BingLite.app
Work in progress...
- Setup network proxies properly.
- Restart the app.