Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.47 KB

README.md

File metadata and controls

75 lines (47 loc) · 1.47 KB

LibreChat UI

icon

Overview

LibreChat UI is a native desktop application wrapper for self-hosted LibreChat instances, built using Electron. This application provides a convenient way to access your LibreChat instance directly from your desktop.

Features

  • Native desktop application for LibreChat
  • Cross-platform support (for now it's just macOS, but feel free to request more OS support)
  • Easy access to self-hosted or managed LibreChat instances

Installation

Grab the executable from the Releases page or follow the instructions below to build the application yourself.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Requirements

  • Node.js (version compatible with Electron 33.x)
  • npm or yarn

Clone the Repository

git clone https://github.com/leikoilja/librechat-ui.git
cd librechat-ui

Install Dependencies

yarn install

Development

Start the Application

yarn start

Build Directory

yarn app:dir

Create Distribution Package

yarn app:dist

Technologies

  • Electron
  • Electron Builder
  • Electron Store

License

This project is licensed under the MIT License.

Support

If you encounter any issues or have questions, please file an issue on the GitHub repository.