From 666588e7ed5d66f605e943df400a5b05887fe28c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 11 Jul 2026 00:57:03 -0500 Subject: [PATCH] refac --- docs/ecosystem/index.md | 2 +- docs/intro.mdx | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem/index.md b/docs/ecosystem/index.md index c9147125..04c01b95 100644 --- a/docs/ecosystem/index.md +++ b/docs/ecosystem/index.md @@ -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. diff --git a/docs/intro.mdx b/docs/intro.mdx index c5f12a0b..90b14984 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -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.