https://github.com/I-Info/BingLite
A lightweight new Bing (AI chat) desktop application based on Tauri.
https://github.com/I-Info/BingLite
bing desktop gpt gpt-4 new-bing tauri
Last synced: 3 months ago
JSON representation
A lightweight new Bing (AI chat) desktop application based on Tauri.
- Host: GitHub
- URL: https://github.com/I-Info/BingLite
- Owner: I-Info
- License: mit
- Created: 2023-03-30T07:30:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T03:30:46.000Z (about 1 year ago)
- Last Synced: 2024-04-17T15:21:01.078Z (about 1 year ago)
- Topics: bing, desktop, gpt, gpt-4, new-bing, tauri
- Language: Rust
- Homepage:
- Size: 1.26 MB
- Stars: 30
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bing Lite
A lightweight new Bing (AI chat) desktop application based on [`Tauri`](https://tauri.app).*No more Microsoft Edge, no more Chromium/Electron!*

## Download
See the latest build in [release page](https://github.com/I-Info/BingLite/releases).## How to use
1. Prepare:
- A Microsoft account.
- Network proxy (necessary in some regions, such as China)
2. Sign in to your Microsoft account.
3. **Reload** the page after logging in.## Build from source
1. Prepare Tauri dev-env. ([See guide](https://tauri.app/v1/guides/getting-started/prerequisites))
2. Install font-end dependencies
It is recommended to use `pnpm`:
```sh
pnpm install
```3. Build release
```sh
pnpm build
```## Notes
### Warning: "BingLite" is damaged and can’t be opened.
This warning is shown because the build is not signed.
Run the following command to suppress this warning, and reopen the app.
```sh
xattr -r -d com.apple.quarantine /Applications/BingLite.app
```
### Mobile support
Work in progress...
### Solution for redirecting to `cn.bing.com`
1. Setup network proxies properly.
2. Restart the app.## Credits
- [dice2o/BingGPT](https://github.com/dice2o/BingGPT)