ChatWizard
OpenAI chat client Desktop Application (Windows, MacOS, Linux)
Declaration
This project is currently undergoing active development and has only been tested on MacOS M1. In the event of any issues, please do not hesitate to submit an issue as they arise, and I will make every effort to address them. Additionally, all contributions in the form of PRs are welcome and greatly appreciated.
Screenshots
Features
- local web server
- stream response
- network proxy
- forward api
- lazy loading of chat records
- chat configuration
- prompt market
- local prompt
- i18n
- dark/light theme
Installation
-
Mac
MacOS users may encounter this problem:
"ChatWizard.app" is damaged and can't be opened. You should move it to the Trash.
open terminal and execute:
xattr -cr /Applications/ChatWizard.app
-
Windows:
-
Linux
Development
-
dev
# root pnpm install pnpm run install pnpm run dev
-
build
pnpm run build