2023-04-03 11:26:16 +07:00
<p align="center">
<img src="./src/assets/icon.png" width="150">
</p>
2023-03-09 14:19:35 +08:00
2023-04-03 11:26:16 +07:00
<h1 align="center">ChatHub</h1>
2023-03-09 14:19:35 +08:00
2023-04-03 11:26:16 +07:00
<div align="center">
2023-03-29 14:35:01 +08:00
2023-04-03 11:26:16 +07:00
### ChatHub is an all-in-one chatbot client
2023-03-09 14:41:11 +08:00
2023-04-05 18:43:46 +07:00
[![author][author-image]][author-url]
2023-04-03 11:26:16 +07:00
[![license][license-image]][license-url]
[![release][release-image]][release-url]
2023-04-13 10:50:22 +08:00
[![last commit][last-commit-image]][last-commit-url]
2023-04-10 00:33:15 +09:00
English | [Indonesia ](README_IN.md ) | [简体中文 ](README_ZH-CN.md ) | [繁體中文 ](README_ZH-TW.md ) | [日本語 ](README_JA.md )
2023-04-03 11:26:16 +07:00
2023-04-13 10:50:22 +08:00
##
2023-04-03 11:26:16 +07:00
### Install
2023-04-13 10:50:22 +08:00
2023-05-10 16:18:16 +08:00
<a href="https://chrome.google.com/webstore/detail/chathub-all-in-one-chatbo/iaakpnchhognanibcahlpcplchdfmgma?utm_source=github"><img src="https://user-images.githubusercontent.com/64502893/231991498-8df6dd63-727c-41d0-916f-c90c15127de3.png" width="200" alt="Get ChatHub for Chromium"></a>
<a href="https://microsoftedge.microsoft.com/addons/detail/chathub-allinone-chat/kdlmggoacmfoombiokflpeompajfljga?utm_source=github"><img src="https://user-images.githubusercontent.com/64502893/231991158-1b54f831-2fdc-43b6-bf9a-f894000e5aa8.png" width="160" alt="Get ChatHub for Microsoft Edge"></a>
2023-04-13 10:50:22 +08:00
2023-04-05 18:43:46 +07:00
##
2023-05-25 16:26:36 +07:00
[Screenshot ](#-screenshot ) | [Features ](#-features ) | [Supported Bots ](#-supported-bots ) | [Manual Installation ](#-manual-installation ) | [Build from Source ](#-build-from-source ) | [Changelog ](#-changelog )
2023-04-03 11:26:16 +07:00
2023-04-05 18:43:46 +07:00
[author-image]: https://img.shields.io/badge/author-wong2-blue.svg
[author-url]: https://github.com/wong2
2023-04-03 12:31:39 +08:00
[license-image]: https://img.shields.io/github/license/chathub-dev/chathub?color=blue
2023-04-03 11:26:16 +07:00
[license-url]: https://github.com/chathub-dev/chathub/blob/main/LICENSE
2023-04-03 12:31:39 +08:00
[release-image]: https://img.shields.io/github/v/release/chathub-dev/chathub?color=blue
2023-04-03 11:26:16 +07:00
[release-url]: https://github.com/chathub-dev/chathub/releases/latest
2023-04-05 18:43:46 +07:00
[last-commit-image]: https://img.shields.io/github/last-commit/chathub-dev/chathub?label=last%20commit
[last-commit-url]: https://github.com/chathub-dev/chathub/commits
2023-04-03 11:26:16 +07:00
</div>
2023-09-19 18:10:55 +08:00
---
**Help nominate me as a GitHub Star ** : https://stars.github.com/nominate/
> I nominate @wong2 as a GitHub Star
---
2023-04-05 18:43:46 +07:00
2023-04-03 11:26:16 +07:00
## 📷 Screenshot
2023-03-09 14:41:11 +08:00
2023-09-13 17:38:42 +08:00

2023-03-09 14:41:11 +08:00
2023-09-13 17:38:42 +08:00

2023-04-05 16:16:15 +08:00
2023-04-03 11:26:16 +07:00
## ✨ Features
2023-03-09 14:19:35 +08:00
2023-09-07 16:55:46 +08:00
- 🤖 Use different chatbots in one app, currently supporting ChatGPT, new Bing Chat, Google Bard, Claude, and open-source models including LLama2, Vicuna, ChatGLM etc
2023-04-05 18:43:46 +07:00
- 💬 Chat with multiple chatbots at the same time, making it easy to compare their answers
2023-05-22 14:54:52 +08:00
- 🚀 Support ChatGPT API and GPT-4 Browsing
2023-04-05 18:43:46 +07:00
- 🔍 Shortcut to quickly activate the app anywhere in the browser
- 🎨 Markdown and code highlight support
- 📚 Prompt Library for custom prompts and community prompts
- 💾 Conversation history saved locally
- 📥 Export and Import all your data
- 🔗 Share conversation to markdown
2023-04-03 20:10:35 +08:00
- 🌙 Dark mode
2023-08-01 17:51:17 +08:00
- 🌐 Web access
2023-03-12 19:56:09 +08:00
2023-05-25 16:26:36 +07:00
## 🤖 Supported Bots
2023-05-22 20:10:19 +08:00
2023-07-17 19:17:16 +08:00
- ChatGPT (via Webapp/API/Azure/Poe)
- Bing Chat
- Google Bard
- Claude 2 (via Webapp/API/Poe)
2023-09-07 16:55:14 +08:00
- LLaMA 2
2023-07-17 19:17:16 +08:00
- ChatGLM
- Pi by Inflection
- Vicuna
2023-09-07 16:55:14 +08:00
- WizardLM
- iFlytek Spark
- Tongyi Qianwen
- Baichuan
2023-07-17 19:17:16 +08:00
- ...
2023-05-22 20:10:19 +08:00
2023-04-05 18:43:46 +07:00
## 🔧 Manual Installation
2023-03-19 13:02:46 +08:00
2023-04-05 18:43:46 +07:00
- Download chathub.zip from [Releases ](https://github.com/chathub-dev/chathub/releases )
- Unzip the file
- In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions)
- Enable Developer Mode
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward)
2023-03-19 13:02:46 +08:00
2023-04-14 15:50:53 +07:00
## 🔨 Build from Source
2023-04-06 16:54:04 +08:00
- Clone the source code
2023-11-09 15:25:49 +08:00
- `corepack enable`
2023-04-06 16:54:04 +08:00
- `yarn install`
- `yarn build`
- Load `dist` folder to browser by following steps in _ Manual Installation _
2023-04-03 11:26:16 +07:00
## 📜 Changelog
2023-03-12 19:56:09 +08:00
2023-08-16 16:29:37 +08:00
**View changelogs since v1.33.0 on the website ** : <https://changelog.chathub.gg>
2023-06-06 17:45:15 +08:00
### v1.22.0
- Support Claude API
2023-06-05 18:00:09 +08:00
### v1.21.0
- Add more open-source models
2023-05-29 11:38:36 +08:00
### v1.20.0
- Access from Chrome side panel
2023-05-25 14:21:54 +08:00
### v1.19.0
- Quick access to prompts
2023-05-22 14:54:52 +08:00
### v1.18.0
- Support Alpaca, Vicuna and ChatGLM
2023-05-18 18:52:36 +08:00
### v1.17.0
- Support GPT-4 Browsing model
2023-05-16 12:11:33 +08:00
### v1.16.5
- Add Azure OpenAI service support
2023-05-15 14:50:02 +08:00
### v1.16.0
- Add custom theme setting
### v1.15.0
- Add Xunfei Spark bot
### v1.14.0
- Support more bots in all-in-one mode for premium users
### v1.12.0
- Add premium license
2023-04-13 10:50:22 +08:00
### v1.11.0
- Support Claude (via Poe)
2023-04-03 20:10:35 +08:00
### v1.10.0
- Command + K
### v1.9.4
- Dark mode
### v1.9.3
- Support math formula with katex
- Save community prompt to local
### v1.9.2
- Delete history messages
2023-03-27 17:47:02 +08:00
### v1.9.0
- Share chat as markdown or via sharegpt.com
2023-03-23 18:23:19 +08:00
### v1.8.0
- Import/Export all data
- Edit local prompts
- Switch chatbots for comparison
2023-03-22 16:14:08 +08:00
### v1.7.0
- Add conversation history
2023-03-22 12:17:40 +08:00
### v1.6.0
- Add support for Google Bard
2023-03-20 15:59:29 +08:00
### v1.5.4
2023-04-05 18:43:46 +07:00
- Support GPT-4 model in ChatGPT api mode
2023-03-20 15:59:29 +08:00
2023-03-19 11:18:57 +08:00
### v1.5.1
- Add i18n settings
2023-03-18 23:06:12 +08:00
### v1.5.0
2023-04-05 18:43:46 +07:00
- Support GPT-4 model in ChatGPT Webapp mode
2023-03-18 23:06:12 +08:00
2023-03-13 19:34:40 +08:00
### v1.4.0
- Add Prompt Library
2023-03-13 11:43:24 +08:00
### v1.3.0
- Add copy code button
- Sync chat state between all-in-one and standalone mode
- Allows input while generating answer
2023-03-12 19:56:09 +08:00
### v1.2.0
2023-03-13 11:43:24 +08:00
- Support copy message text
- Improve setting page form element style