Skip to content

yourlin/BRClient

 
 

Repository files navigation

icon

BRClient

English / 简体中文

It is a Bedrock client forked from https://github.com/Yidadaa/ChatGPT-Next-Web/

And it was simplified to support AWS Bedrock only.

Installation:

Download the latest version following the links:

For Windows user, unzip the zip file and then double click the msi file to install.

For Mac user, unzip the zip file and then open the BRClient.app directly.

Download links:

Windows: https://github.com/DamonDeng/BRClient/releases/download/alpha2/brclient_windows.zip

Mac M Series: https://github.com/DamonDeng/BRClient/releases/download/alpha2/brclient_m_series.zip

Mac x86 Series: https://github.com/DamonDeng/BRClient/releases/download/alpha2/brclient_x86_mac.zip

After the client was launched, click the gear icon to config your AWS region and credentials. Then you are ready to go.

For Developer:

As the project is still in rapid itelating, we would like to suggest developers to build it their own version following the following steps:

  1. git clone current project: git clone https://github.com/DamonDeng/BRClient.git
  2. install yarn on your desktop
  3. go to the project folder
  4. run yarn install to install all the dependences of the project
  5. run yarn app:dev to start a desktop app in developer mode. or: run yarn dev to start a local server and then access the app with browser.
  6. Optional, if you want to run it as an app, run yarn app:build to build it, and the find the target file (we believe you can, :-)

Donation

If you like this project, buy original author yidadaa a Coffee Buy Original Author a Coffee

LICENSE

MIT

About

A cross-platform Bedrock client (Web / PWA / Linux / Win / MacOS). with support to Claude3 model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.4%
  • SCSS 10.8%
  • JavaScript 1.9%
  • Shell 0.6%
  • Dockerfile 0.2%
  • Rust 0.1%