Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everest-architecture/NewBing
NewBin Desktop Application (Mac, Windows and Linux)
https://github.com/everest-architecture/NewBing
Last synced: 16 days ago
JSON representation
NewBin Desktop Application (Mac, Windows and Linux)
- Host: GitHub
- URL: https://github.com/everest-architecture/NewBing
- Owner: everest-architecture
- Created: 2023-02-13T03:26:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-18T09:43:05.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:18:56.750Z (4 months ago)
- Language: Rust
- Size: 263 KB
- Stars: 69
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NewBing
NewBing Desktop Application (Windows Mac Linux)
![License](https://img.shields.io/badge/License-Apache%202-green.svg)
![visitor](https://visitor-badge.glitch.me/badge?page_id=everest-architecture.NewBing)
[![NewBing downloads](https://img.shields.io/github/downloads/everest-architecture/NewBing/total.svg?style=flat-square)](https://github.com/everest-architecture/NewBing/releases)
[![chat](https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord)](https://discord.gg/TEhtK5S6x2)## Install
### Windows
- [NewBing_0.0.1_x64_en-US.msi](https://github.com/everest-architecture/NewBing/releases/download/v0.0.1/NewBing_0.0.1_x64_en-US.msi)### Mac
- [NewBing_0.0.1_x64.dmg](https://github.com/everest-architecture/NewBing/releases/download/v0.0.1/NewBing_0.0.1_x64.dmg)### Usage
### Recommended
- [Rust (Required)](https://www.rust-lang.org/)
- [Node.js (Required)](https://nodejs.org/)
- [VS Code](https://code.visualstudio.com/)
- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode)
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)### Dev
```bash
git clone https://github.com/everest-architecture/NewBing.gitcd NewBing
pnpm install
pnpm dev
pnpm build
pnpm tauri build
```## FAQ
### Downloading wix311-binaries.zip
- When executing the `pnpm tauri build` command, it may get stuck at `Downloading 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\WixTools` directory
- Copy the files extracted from `wix311-binaries.zip` to `C:\Users\user\AppData\Local\tauri\WixTools`## Thanks
- This project is inspired by [ChatGPT](https://github.com/lencx/ChatGPT)## License
Apache License