Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
arch: x64
# - os: ubuntu-latest
# arch: x64
# - os: ubuntu-latest
# arch: arm64
- os: windows-latest
Expand Down
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,41 @@
# Open WebUI Desktop 🌐

![App Demo](./demo.png)
**Open WebUI App** is the cross-platform desktop application for [Open WebUI](https://github.com/open-webui/open-webui). It brings the _full-featured Open WebUI experience_ directly to your device, effectively transforming it into a powerful server—without the complexities of manual setup.

This project is currently in **alpha** and under active development. 🛠️ Expect frequent updates and potential changes as we refine the application.
**Open WebUI Desktop** is a cross-platform desktop application for [Open WebUI](https://github.com/open-webui/open-webui). It brings the _full-featured Open WebUI experience_ directly to your device, effectively transforming it into a powerful server—without the complexities of manual setup.

> [!WARNING]
> This project is currently in **alpha** and under active development. 🛠️ Expect frequent updates and potential changes as we refine the application.

## Download 📥
Get the latest alpha release from our [releases page](https://github.com/open-webui/desktop/releases).

**Note**: An internet connection is required for initial setup, but afterwards the application can be used completely offline.
> [!NOTE]
> An internet connection is required for initial setup, but afterwards the application can be used completely offline.

Get the latest alpha release from our [releases page](https://github.com/open-webui/desktop/releases).

## Features

- **One-Click Installation**: Quickly and effortlessly install and set up Open WebUI with all its dependencies. This feature is fully functional and ready to make your setup a breeze.
- **Cross-Platform Support**: Compatible with Windows, macOS, and Linux to ensure broad accessibility.
- **Offline Capability**: After initial setup, use the application completely offline for enhanced privacy and reliability.

## Project Setup

### Install

```bash
npm install
```

### Development

```bash
npm run dev
```

### Build

```bash
# For windows
npm run build:win
Expand All @@ -32,7 +44,11 @@ npm run build:mac
# For Linux
npm run build:linux
```

## License 📜

This project is licensed under the **Open WebUI Sustainable Use License**. For details, see [LICENSE](LICENSE).

## Stay Tuned! 🌟
We're actively developing Open WebUI App. Follow [Open WebUI](https://github.com/open-webui/open-webui) for updates, and join the [community on Discord](https://discord.gg/5rJgQTnV4s) to stay involved.

We're actively developing Open WebUI. Follow [Open WebUI](https://github.com/open-webui/open-webui) for updates, and join the [community on Discord](https://discord.gg/5rJgQTnV4s) to stay involved.
Loading