This commit is contained in:
Timothy Jaeryang Baek
2026-07-11 00:57:03 -05:00
parent 444afcd7fa
commit 666588e7ed
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ Open WebUI is the core AI interface. The ecosystem is the set of separate Open W
## Projects
- [**Open WebUI Computer**](/ecosystem/computer): your computer in a browser tab, with files, terminal, git, editor, and AI agents working inside your real projects. The cutting edge of the ecosystem: the latest capabilities ship here first, and what earns its place graduates into the stable Open WebUI platform. Connects to Open WebUI through an OpenAI-compatible gateway.
- [**Open WebUI Computer**](/ecosystem/computer): your computer in a browser tab, with files, terminal, git, editor, and AI agents working inside your real projects. The newest capabilities ship here first and graduate into the stable Open WebUI platform where they fit. Connects to Open WebUI through an OpenAI-compatible gateway.
- [**Knowledge Base Sync (oikb)**](/ecosystem/knowledge-base-sync): mirror folders, repos, buckets, wikis, and other sources into Open WebUI Knowledge Bases with incremental sync.
+11 -1
View File
@@ -110,9 +110,19 @@ Installed Open WebUI but not sure where to start? The [**Essentials for Open Web
---
## Open WebUI Computer
[**Open WebUI Computer**](/ecosystem/computer) turns the computer you already own into a full agentic workstation: your files, editor, terminal, and git in any browser, coding agents working inside your real projects, an assistant you can message from Telegram or WhatsApp, and scheduled agents that report back to you.
The two run at different speeds on purpose. **Open WebUI** is the stable platform: enterprise-ready, multi-user, what teams and organizations deploy and rely on. **Computer** is where the newest capabilities are built and shipped first, hardened in daily use, and graduated into Open WebUI where they fit. If you want the bleeding edge of what we're building, it lands in Computer first.
- New to it? [What is Computer?](/ecosystem/computer/what-is-computer) · [Quickstart](/ecosystem/computer/quickstart) · [Use cases](/ecosystem/computer/use-cases/)
- Already run Open WebUI? [Use a Computer workspace as a model in Open WebUI](/ecosystem/computer/automate/open-webui)
---
## Also by Open WebUI
- [**Open WebUI Computer**](https://github.com/open-webui/computer): Your computer in a browser tab. Files, terminal, git, editor, and AI, accessible from any device. [Connect it to Open WebUI →](/getting-started/quick-start/connect-an-agent/cptr)
- [**open-terminal**](https://github.com/open-webui/open-terminal): Give your AI a real computer. Sandboxed terminal, file browser, and code execution for Open WebUI.
- [**oikb**](https://github.com/open-webui/oikb): Keep your Open WebUI knowledge bases in sync. Watches local folders, GitHub repos, S3 buckets, Confluence, and 40+ other sources.
- [**mcpo**](https://github.com/open-webui/mcpo): MCP-to-OpenAPI proxy. Use any MCP tool server with Open WebUI (or any OpenAPI client) without custom glue code.