Skip to content

HyperChatBot/hyperchat

Repository files navigation

Hyper Chat

chat-completion

CodeQL Release Test License: MIT Code Style PRs Welcome Node Rust Version Twitter

Introduction

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.

To start using Hyper Chat

You can download Hyper Chat on our Landing Page, or munual 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.

macOS

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:

can't-be-oepn-in-macos

  1. Move the Hyper Chat.app to the /Applications directory.
  2. Open your terminal App, execute the command chmod +x /Applications/Hyper\ Chat.app/Contents/MacOS/Hyper\ Chat.

To start developing Hyper Chat

Prerequisites

We have chosen Tauri as our cross-platform base. Please make sure that Rust is installed on your system.

Then, to install Tauri globally, please follow the tutorial on create-tauri-app. We recommend using cargo install create-tauri-app.

Additionally, we use React + Vite for rendering and packaging pages, so please install Node.js and pnpm globally in advance.

Recommended IDE Setup

Available Scripts

  • To start tauri development window, you can execute cargo tauri dev.
  • To build the bundle, you can execute cargo tauri build.

Contributing

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.

Good Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Upgrade Plans

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 for Claude 2
  • Support for Bard
  • Improved Performance
  • Regular Model Updates

Discussions

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.

Thanks

The UI design is inspired by Chat-Web-App-UI-Kit, Thank you Figma UI Free!

License

Hyper Chat is licensed under the terms of the MIT licensed.