Skip to content

Commit a2bd126

Browse files
committed
Merge pull request open-webui#39 from open-webui/main
refac
1 parent 13ed2ee commit a2bd126

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- os: ubuntu-latest
1717
arch: x64
1818
# - os: ubuntu-latest
19+
# arch: x64
20+
# - os: ubuntu-latest
1921
# arch: arm64
2022
- os: windows-latest
2123
arch: x64

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,41 @@
11
# Open WebUI Desktop 🌐
2+
23
![App Demo](./demo.png)
3-
**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.
44

5-
This project is currently in **alpha** and under active development. 🛠️ Expect frequent updates and potential changes as we refine the application.
5+
**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.
6+
7+
> [!WARNING]
8+
> This project is currently in **alpha** and under active development. 🛠️ Expect frequent updates and potential changes as we refine the application.
69
710
## Download 📥
8-
Get the latest alpha release from our [releases page](https://github.com/open-webui/desktop/releases).
911

10-
**Note**: An internet connection is required for initial setup, but afterwards the application can be used completely offline.
12+
> [!NOTE]
13+
> An internet connection is required for initial setup, but afterwards the application can be used completely offline.
14+
15+
Get the latest alpha release from our [releases page](https://github.com/open-webui/desktop/releases).
1116

1217
## Features
18+
1319
- **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.
1420
- **Cross-Platform Support**: Compatible with Windows, macOS, and Linux to ensure broad accessibility.
1521
- **Offline Capability**: After initial setup, use the application completely offline for enhanced privacy and reliability.
1622

1723
## Project Setup
24+
1825
### Install
26+
1927
```bash
2028
npm install
2129
```
30+
2231
### Development
32+
2333
```bash
2434
npm run dev
2535
```
36+
2637
### Build
38+
2739
```bash
2840
# For windows
2941
npm run build:win
@@ -32,7 +44,11 @@ npm run build:mac
3244
# For Linux
3345
npm run build:linux
3446
```
47+
3548
## License 📜
49+
3650
This project is licensed under the **Open WebUI Sustainable Use License**. For details, see [LICENSE](LICENSE).
51+
3752
## Stay Tuned! 🌟
38-
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.
53+
54+
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.

0 commit comments

Comments
 (0)