# PureChat **Repository Path**: mrysf/PureChat ## Basic Information - **Project Name**: PureChat - **Description**: PureChat 是一个集成 ChatGPT 的聊天应用,基于 Vue3 ,Vite5,Electron开发 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://purechat.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 129 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

logo

PureChat

聊天应用与AI开发框架
🌎 在线预览   |   💬 联系作者

[![Web][Web-image]][web-url] [![Windows][Windows-image]][download-url] [![MacOS][MacOS-image]][download-url] [web-url]: https://purechat.cn [download-url]: https://github.com/Hyk260/PureChat/releases [Web-image]: https://img.shields.io/badge/Web-orange?logo=microsoftedge [Windows-image]: https://img.shields.io/badge/-Windows-blue?logo=windows [MacOS-image]: https://img.shields.io/badge/-MacOS-black?logo=apple [![GitHub license](https://img.shields.io/github/license/Hyk260/PureChat)](https://github.com/Hyk260/PureChat/blob/master/LICENSE) [![Stars](https://img.shields.io/github/stars/Hyk260/PureChat.svg)](https://github.com/Hyk260/PureChat/stargazers) [![Forks](https://img.shields.io/github/forks/Hyk260/PureChat.svg)](https://github.com/Hyk260/PureChat/network/members) ## 简介 [反馈](https://github.com/Hyk260/PureChat/issues) / [QQ 群](https://github.com/Hyk260/PureChat/discussions/2) / [打赏开发者](./images/weix.png) / [文档](https://hyk260.github.io/pure-docs) / [更新日志](https://hyk260.github.io/pure-docs/other/logs.html) [PureChat](https://github.com/Hyk260/PureChat) 是一个集成 ChatGPT 的聊天应用。 ### 🎉 特性 - 📦️ 基于 Vite5,构建高效应用 - 📸 聊天记录支持生成截图并支持一键复制 - ☁️ 会话基于 IM 即时通讯 SDK - 🌙 根据系统主题自动切换光明与黑暗模式 - 📝 支持 Markdown 渲染,代码高亮,链接识别 - 🛡️ GitHub 快速登录,享受无缝社交体验 - 🤖 集成 ChatGPT Ollama等大语言模型,支持流式输出 预设提示词 以及上下文 - ✨ 提供桌面应用 Electron 版本,支持 macOS (.dmg) 与 Windows (.exe) - 🛠 更多特性持续开发中 环境配置 ``` 本地环境需要安装 Node.js 18.20+ ``` 克隆代码 ```bash git clone https://github.com/Hyk260/PureChat.git ``` 安装依赖 ``` pnpm install ``` 启动项目 ``` pnpm dev ``` 打包 ``` pnpm build ``` ### 🖼️ 截图