Hyper Chat is a high-performance cross-platform AI chat application for desktop that is compatible with both OpenAI and Azure OpenAI services' APIs. In addition, Hyper Chat also provides features such as Text Completion, Image Generation, Audio Transcription, and Audio Translation.
You can download Hyper Chat on our Landing Page, or manual download on GitHub Release.
We always keep the dev tools(eg: Command + Option + I) open in the production environment. In Hyper Chat, everything is transparent and controllable.
As Hyper Chat is not planning to be released on the App Store, you may encounter the following issue when you open it for the first time. Please follow the steps below to resolve it:
- Move the Hyper Chat.app to the /Applications directory.
- Open your terminal App, execute the command
chmod +x /Applications/Hyper\ Chat.app/Contents/MacOS/Hyper\ Chat
.
We have chosen Tauri as our cross-platform base. Please make sure that Rust is installed on your system.
Then, to install Tauri CLI globally, please follow the tutorial on create-tauri-app. We recommend using cargo install tauri-cli
.
Additionally, we use React + Vite for rendering and packaging pages, so please install Node.js and pnpm globally in advance.
- To start tauri development window, you can execute
cargo tauri dev
. - To build the bundle, you can execute
cargo tauri build
.
The main purpose of this repository is to continue to evolve Hyper Chat, making it faster and easier to use. Development of Hyper Chat happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Hyper Chat.
Hyper Chat has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Hyper Chat.
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
We are continuously working to enhance Hyper Chat's capabilities and performance. Here are some of the features and upgrades that we plan to add in the future releases:
- Support function call and plugin
- Support audio input
- Support for Claude, Gemini, Llama and so on
- Improve Performance
If you have any questions or feedback about Hyper Chat, please visit our official discussion forum to start a conversation with our team or other users. We are committed to making Hyper Chat the best possible chat application, and your feedback plays a crucial role in achieving this goal.
The UI design is inspired by Chat-Web-App-UI-Kit, Thank you Figma UI Free!
Hyper Chat is licensed under the terms of the MIT licensed.