Most-starred open-source chatbot web UIs

Open-source ranking6 min read

Stars measure attention, not product quality. This ranking is a starting point for discovery: check maintenance, license, deployment model and provider support before choosing a project.

#ProjectStarsLicense
01
Open WebUI project logo
Open WebUI
A self-hosted AI interface for local and hosted models.
138.9KOther / review terms
02
NextChat project logo
NextChat
A lightweight, cross-platform AI assistant.
88.1KMIT
03
LobeHub project logo
LobeHub
An open-source workspace for model and agent experiences.
70KOther / review terms
04
AnythingLLM project logo
AnythingLLM
A local-first workspace for documents, agents and multiple LLMs.
60.7KMIT
05
LibreChat project logo
LibreChat
A self-hosted, multi-provider AI conversation platform.
37.6KMIT

Note: values are an editorial snapshot; star counts are rounded.

Stars are the loudest signal on GitHub, and also the most misunderstood one. GitHub's own documentation presents starring as a way to save and discover repositories, not as a quality score. A repository with a hundred thousand stars is not automatically the best tool for your use case — it is the tool that captured the most attention. Still, attention is worth studying: the most-starred open-source chatbot web UIs got there by solving real problems for a lot of people, and the differences between them tell you almost everything you need to know about the self-hosted AI landscape in 2026.

This guide profiles the five projects in the table above, explains who each one actually serves, and finishes with a short list of adjacent tools that are not web UIs but keep coming up in the same conversations.

When capable open-weight models became runnable on consumer hardware, the missing piece was never the model — it was the interface. Raw model runtimes expose an API and nothing else. A good web UI adds the things that make a model usable day to day: conversation history, multiple providers behind one screen, document upload and retrieval, user accounts for a family or a team, and a mobile-friendly layout you can reach from any device on your network.

That is why every project below describes itself with some combination of "self-hosted", "multi-provider" and "RAG". These are the three axes on which they compete.

1. Open WebUI: the default choice for Ollama users

Open WebUI began life as "Ollama WebUI", and that heritage still shows: if you run models locally through Ollama, this is the interface most people reach for first. Its official Open WebUI repository documents support for Ollama, OpenAI-compatible APIs, local RAG and multiple deployment paths. It has since outgrown its origins, which means one deployment can front local models and hosted APIs at the same time.

Its strengths are breadth and pace. Built-in retrieval over uploaded documents, a function-calling and "pipelines" plugin system, image generation hooks, voice input, granular user permissions and LDAP support — the feature list reads like an enterprise product, yet a single Docker command brings it up. Two caveats deserve attention. First, the pace of releases is fast enough that upgrades occasionally change behavior; read the release notes before pulling a new tag. Second, the project relicensed in 2024 to its own license — still source-available and free to self-host, but with a branding-protection clause that matters if you plan to white-label it for clients.

2. NextChat: the lightweight cross-platform client

NextChat (previously ChatGPT-Next-Web) optimizes for a different constraint: footprint. The official NextChat repository presents it as a light, fast AI assistant across web and desktop platforms. It renders as a compact web app that deploys easily and ships desktop builds. If your goal is "a fast personal client for hosted APIs that I can also hand to non-technical friends", NextChat is hard to beat.

The trade-off is depth. Multi-user administration, document workspaces and heavy RAG pipelines are not what this project is for. It is MIT-licensed, simple to fork, and best understood as a personal client rather than a server platform.

3. LobeHub: the designed one

LobeHub (formerly centered on LobeChat) stands out the moment you open it: it is the most visually polished project in this list, and the design is not just cosmetic. Conversations branch, tools connect to agents, and multimodal input is a first-class concern. The official LobeHub repository now positions the project beyond a chat UI and toward an agent workspace and operations layer.

Evaluate the license before commercial use — like Open WebUI, LobeHub uses its own terms rather than a plain OSI license for some distributions. For personal and internal deployments this rarely matters; for a product built on top of it, it does.

4. AnythingLLM: documents first

AnythingLLM by Mintplex Labs approaches the space from the retrieval side. Its core abstraction is the workspace: drop documents into one, pick a model and an embedder, and chat with grounded citations. The official AnythingLLM repository documents its desktop and Docker deployment paths, local-first positioning and agent capabilities. A desktop app gives non-technical users a local, no-server option, while the Docker deployment adds multi-user access with per-workspace permissions.

If your primary question is "can my team chat with our documents without sending them to a third party", AnythingLLM is the most direct answer among the five, and it stays MIT-licensed.

5. LibreChat: the faithful multi-provider platform

LibreChat recreates the familiar ChatGPT experience and then goes wide. The official LibreChat repository documents its provider integrations, agents, MCP support, code interpreter and multi-user authentication. OpenAI, Anthropic, Google, Azure, AWS, Ollama and compatible endpoints can sit behind one interface with per-user credentials.

For a company that wants one governed gateway to many models with real multi-user auth, LibreChat is arguably the most production-shaped project here, under a straightforward MIT license.

6. Worth knowing beyond web UIs

Several adjacent tools appear in every comparison thread and belong on your radar. Ollama is the runtime most of these UIs sit on top of — it is not a UI itself, but its one-line model pulls made local models mainstream. Jan and GPT4All are desktop-first ChatGPT alternatives that trade server features for zero-setup privacy. LM Studio is the polished closed-source counterpart with an excellent model browser. Chatbox is a minimal cross-platform client for people who mostly use hosted APIs. And SillyTavern dominates the character-chat and roleplay niche with a power-user feature set no general-purpose UI matches.

7. How to read the star counts

Three practical rules. First, compare trajectories, not totals — a project gaining ten thousand stars a quarter is telling you something a static total cannot. Second, open the commit history and the issue tracker; a beautiful README over a stale repository is the most common trap in this space. Third, remember that stars concentrate on general-purpose tools, so niche projects that fit your exact need will always look undersized in this table.

Stars measure attention. Your job is to measure fit — and the five profiles above should shorten that job considerably.

References

  1. GitHub Docs: Saving repositories with stars
  2. Open WebUI official repository
  3. NextChat official repository
  4. LobeHub official repository
  5. AnythingLLM official repository
  6. LibreChat official repository

Related products

Methodology

Public GitHub repository metadata was recorded as an editorial snapshot on July 17, 2026. Repositories were included when they offered a usable AI chat interface rather than only a library or list. Star counts are rounded and refreshed with future editorial releases.