English | 中文
ChatY /tʃæti/ is an open-source GPT desktop client developed based on wails. It is probably the most beautiful ChatGPT assistant in your computer.
- Support for multiple platforms.
- Support i18n(default is Chinese).
- Freer management of prompts.
- Support for chat multi-select.
- Support for Dialog Custom parameters
- Data is completely localized(use
indexDB
), no user data is recorded. - UI is completely independent and does not relay on third-party UI libraries.
- Interaction is simple and easy to use, supporting shortcut key operation.
- More controllable history session mode, which can ensure the accuracy of the results and save your token at the same time.
- Based on the MIT protocol, open-source and free.
development environment requires:
clone the repo
git clone https://github.com/CiroLee/ChatY.git
run the project in development mode
# cd the project
wails dev
build
# build base on your os
wails build
# build for multiple platforms
make build version=your own version