https://github.com/cirolee/chaty
ChatY is an open source GPT desktop client developed based on wails. It is probably the most beautiful ChatGPT assistant in your computer.
https://github.com/cirolee/chaty
ai chatgpt chaty go gpt-3 react tailwindcss typescript wails
Last synced: 7 months ago
JSON representation
ChatY is an open source GPT desktop client developed based on wails. It is probably the most beautiful ChatGPT assistant in your computer.
- Host: GitHub
- URL: https://github.com/cirolee/chaty
- Owner: CiroLee
- License: mit
- Created: 2023-04-09T16:22:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T12:48:59.000Z (over 2 years ago)
- Last Synced: 2025-03-17T05:44:30.024Z (7 months ago)
- Topics: ai, chatgpt, chaty, go, gpt-3, react, tailwindcss, typescript, wails
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README-ZH.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
ChatY
[English](README.md) | 中文
ChatY /tʃæti/ 是基于 [wails](https://github.com/wailsapp/wails)开发的开源 GPT 桌面客户端。它也许是你电脑中最漂亮的 ChatGPT 助手。

预览


## 功能
- 支持多平台
- 支持国际化 i18n(默认为中文)
- 支持对话多选操作
- 更加自由的 prompts 管理
- 支持会话自定义参数
- 数据完全本地化(使用 `indexDB`),不会记录用户数据
- UI 完全独立,不依赖第三方 UI 库
- 交互简洁易用,支持快捷键操作
- 更加可控的历史会话模式,既能保证结果的精度,又可以节省你的 token
- 基于 MIT 协议,开源免费## 下载
[下载地址](https://github.com/CiroLee/ChatY/releases)
## 开发
开发环境:
- [node >= 14](https://nodejs.org/en/download/)
- [go >= 1.18](https://go.dev/)
- [wails](https://wails.io/)
- [pnpm(推荐)](https://pnpm.io/)克隆仓库到本地
```bash
git clone https://github.com/CiroLee/ChatY.git
```启动应用
```bash
# cd the project
wails dev
```打包
```bash
# 根据你的系统环境构建
wails build# 多平台构建
make build version=your own version
```## LICENSE
[MIT License](https://github.com/CiroLee/ChatY/blob/main/LICENSE)