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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@
10
10
11
11
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
12
12
13
+
<!--
14
+
### ⚠️ Important: Your PR is a contribution, not a guarantee of merge.
15
+
16
+
The most impactful way to contribute to Open WebUI is through well-written bug reports, detailed feature discussions, and thoughtful ideas. These directly shape the project. If you do open a pull request, please know that Open WebUI is held to the highest standard of code quality, consistency, and architectural coherence, and every line merged becomes something the core team must own, maintain, and support indefinitely. Submitted code may be refactored, rewritten, or used as inspiration for a different implementation. This is not a reflection of your work's quality. It is how we ensure that a small team can deeply understand and evolve every part of the codebase.
17
+
-->
18
+
13
19
**Before submitting, make sure you've checked the following:**
14
20
15
21
-[ ]**Target branch:** Verify that the pull request targets the `dev` branch. **PRs targeting `main` will be immediately closed.**
Copy file name to clipboardExpand all lines: LICENSE
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
Open WebUI License
2
+
1
3
Copyright (c) 2023- Open WebUI Inc. [Created by Timothy Jaeryang Baek]
2
4
All rights reserved.
3
5
@@ -15,11 +17,27 @@ modification, are permitted provided that the following conditions are met:
15
17
contributors may be used to endorse or promote products derived from
16
18
this software without specific prior written permission.
17
19
18
-
4. Notwithstanding any other provision of this License, and as a material condition of the rights granted herein, licensees are strictly prohibited from altering, removing, obscuring, or replacing any "Open WebUI" branding, including but not limited to the name, logo, or any visual, textual, or symbolic identifiers that distinguish the software and its interfaces, in any deployment or distribution, regardless of the number of users, except as explicitly set forth in Clauses 5 and 6 below.
19
-
20
-
5. The branding restriction enumerated in Clause 4 shall not apply in the following limited circumstances: (i) deployments or distributions where the total number of end users (defined as individual natural persons with direct access to the application) does not exceed fifty (50) within any rolling thirty (30) day period; (ii) cases in which the licensee is an official contributor to the codebase—with a substantive code change successfully merged into the main branch of the official codebase maintained by the copyright holder—who has obtained specific prior written permission for branding adjustment from the copyright holder; or (iii) where the licensee has obtained a duly executed enterprise license expressly permitting such modification. For all other cases, any removal or alteration of the "Open WebUI" branding shall constitute a material breach of license.
21
-
22
-
6. All code, modifications, or derivative works incorporated into this project prior to the incorporation of this branding clause remain licensed under the BSD 3-Clause License, and prior contributors retain all BSD-3 rights therein; if any such contributor requests the removal of their BSD-3-licensed code, the copyright holder will do so, and any replacement code will be licensed under the project's primary license then in effect. By contributing after this clause's adoption, you agree to the project's Contributor License Agreement (CLA) and to these updated terms for all new contributions.
20
+
4. Notwithstanding any other provision of this License, and as a material
21
+
condition of the rights granted herein, licensees are strictly prohibited
22
+
from altering, removing, obscuring, or replacing any "Open WebUI"
23
+
branding, including but not limited to the name, logo, or any visual,
24
+
textual, or symbolic identifiers that distinguish the software and its
25
+
interfaces, in any deployment or distribution, except in the following
26
+
circumstances: (i) deployments or distributions where the total number
27
+
of end users (defined as individual natural persons with direct access
28
+
to the application) does not exceed fifty (50) within any rolling
29
+
thirty (30) day period; (ii) the licensee has obtained specific prior
30
+
written permission from the copyright holder; or (iii) where the
31
+
licensee has obtained a duly executed enterprise license expressly
32
+
permitting such modification. For all other cases, any removal or
33
+
alteration of the "Open WebUI" branding shall constitute a material
34
+
breach of license.
35
+
36
+
Materials governed by prior licenses retain those original license
37
+
terms, as specified in LICENSE_HISTORY.
38
+
39
+
By contributing to this project, you agree to the project's Contributor
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,6 @@ After installation, you can access Open WebUI at [http://localhost:3000](http://
172
172
173
173
We offer various installation alternatives, including non-Docker native installation methods, Docker Compose, Kustomize, and Helm. Visit our [Open WebUI Documentation](https://docs.openwebui.com/getting-started/) or join our [Discord community](https://discord.gg/5rJgQTnV4s) for comprehensive guidance.
174
174
175
-
Look at the [Local Development Guide](https://docs.openwebui.com/getting-started/development) for instructions on setting up a local development environment.
176
-
177
175
### Troubleshooting
178
176
179
177
Encountering connection issues? Our [Open WebUI Documentation](https://docs.openwebui.com/troubleshooting/) has got you covered. For further assistance and to join our vibrant community, visit the [Open WebUI Discord](https://discord.gg/5rJgQTnV4s).
0 commit comments