You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
4
4
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.
6
9
7
10
## Download 📥
8
-
Get the latest alpha release from our [releases page](https://github.com/open-webui/desktop/releases).
9
11
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).
11
16
12
17
## Features
18
+
13
19
-**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.
14
20
-**Cross-Platform Support**: Compatible with Windows, macOS, and Linux to ensure broad accessibility.
15
21
-**Offline Capability**: After initial setup, use the application completely offline for enhanced privacy and reliability.
16
22
17
23
## Project Setup
24
+
18
25
### Install
26
+
19
27
```bash
20
28
npm install
21
29
```
30
+
22
31
### Development
32
+
23
33
```bash
24
34
npm run dev
25
35
```
36
+
26
37
### Build
38
+
27
39
```bash
28
40
# For windows
29
41
npm run build:win
@@ -32,7 +44,11 @@ npm run build:mac
32
44
# For Linux
33
45
npm run build:linux
34
46
```
47
+
35
48
## License 📜
49
+
36
50
This project is licensed under the **Open WebUI Sustainable Use License**. For details, see [LICENSE](LICENSE).
51
+
37
52
## 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