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.
- 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
Grab the executable from the Releases page or follow the instructions below to build the application yourself.
Contributions are welcome! Please feel free to submit a Pull Request.
- Node.js (version compatible with Electron 33.x)
- npm or yarn
git clone https://github.com/leikoilja/librechat-ui.git
cd librechat-ui
yarn install
yarn start
yarn app:dir
yarn app:dist
- Electron
- Electron Builder
- Electron Store
This project is licensed under the MIT License.
If you encounter any issues or have questions, please file an issue on the GitHub repository.