NewBing Desktop Application (Windows Mac Linux)
git clone https://github.com/everest-architecture/NewBing.git
cd NewBing
pnpm install
pnpm dev
pnpm build
pnpm tauri build- When executing the
pnpm tauri buildcommand, it may get stuck atDownloading https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip. In this case, you can:- Manually download
https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip. - Create the
C:\Users\user\AppData\Local\tauri\WixToolsdirectory - Copy the files extracted from
wix311-binaries.ziptoC:\Users\user\AppData\Local\tauri\WixTools
- Manually download
- This project is inspired by ChatGPT
Apache License