trackmcp
Back to directory
Mintplex-Labs

anything-llm

View on GitHub

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

50,686 stars JavaScriptAI & Machine Learning Updated Nov 4, 2025
ai-agentscustom-ai-agentsdeepseekkimillama3llmlmstudiolocal-llmlocalaimcpmcp-serversmoonshotmultimodalno-codeollamaqwen3ragvector-databaseweb-scraping

Documentation

> [!NOTE]

> We are also working on Open Computer which gives an entire computer environment for AI Agents to use.

>

> This will bring AnythingLLM's agent capabilities to a new level and a novel UX paradigm for AI Agent use.

>

> ⭐ Star the repo to stay updated!

AnythingLLM: The all-in-one AI app you were looking for.

Chat with your docs, use AI Agents, hyper-configurable, multi-user, & no frustrating setup required.

|

|

|

English · ·

👉 AnythingLLM for desktop (Mac, Windows, & Linux)!

Chat with your docs. Automate complex workflows with AI Agents. Hyper-configurable, multi-user ready, battle-tested—and runs locally by default with zero setup friction.

Chatting

Watch the demo!

Watch the video

Product Overview

AnythingLLM is the all-in-one AI application that lets you build a private, fully-featured ChatGPT—without compromises. Connect your favorite local or cloud LLM, ingest your documents, and start chatting in minutes. Out of the box you get built-in agents, multi-user support, vector databases, and document pipelines — no extra configuration required.

AnythingLLM supports multiple users as well where you can control the access and experience per user without compromising the security or privacy of the instance or your intellectual property.

Cool Features of AnythingLLM

Supported LLMs, Embedder Models, Speech models, and Vector Databases

Large Language Models (LLMs):

Embedder models:

Audio Transcription models:

TTS (text-to-speech) support:

STT (speech-to-text) support:

  • Native Browser Built-in (default)

Vector Databases:

Technical Overview

This monorepo consists of six main sections:

  • `frontend`: A viteJS + React frontend that you can run to easily create and manage all your content the LLM can use.
  • `server`: A NodeJS express server to handle all the interactions and do all the vectorDB management and LLM interactions.
  • `collector`: NodeJS express server that processes and parses documents from the UI.
  • `docker`: Docker instructions and build process + information for building from source.
  • `embed`: Submodule for generation & creation of the web embed widget.
  • `browser-extension`: Submodule for the chrome browser extension.

🛳 Self-Hosting

Mintplex Labs & the community maintain a number of deployment methods, scripts, and templates that you can use to run AnythingLLM locally. Refer to the table below to read how to deploy on your preferred environment or to automatically deploy.

DockerAWSGCPDigital OceanRender.com
[![Deploy on Docker][docker-btn]][docker-deploy][![Deploy on AWS][aws-btn]][aws-deploy][![Deploy on GCP][gcp-btn]][gcp-deploy][![Deploy on DigitalOcean][do-btn]][do-deploy][![Deploy on Render.com][render-btn]][render-deploy]
RailwayRepoCloudElestioNorthflankSealos
[![Deploy on Railway][railway-btn]][railway-deploy][![Deploy on RepoCloud][repocloud-btn]][repocloud-deploy][![Deploy on Elestio][elestio-btn]][elestio-deploy][![Deploy on Northflank][northflank-btn]][northflank-deploy][![Deploy on Sealos][sealos-btn]][sealos-deploy]

or set up a production AnythingLLM instance without Docker →

How to setup for development

  • `yarn setup` To fill in the required `.env` files you'll need in each of the application sections (from root of repo).
    • Go fill those out before proceeding. Ensure `server/.env.development` is filled or else things won't work right.
  • `yarn dev:server` To boot the server locally (from root of repo).
  • `yarn dev:frontend` To boot the frontend locally (from root of repo).
  • `yarn dev:collector` To then run the document collector (from root of repo).

Learn about documents

Telemetry & Privacy

AnythingLLM by Mintplex Labs Inc contains a telemetry feature that collects anonymous usage information.

More about Telemetry & Privacy for AnythingLLM

Why?

We use this information to help us understand how AnythingLLM is used, to help us prioritize work on new features and bug fixes, and to help us improve AnythingLLM's performance and stability.

Opting out

Set `DISABLE_TELEMETRY` in your server or docker .env settings to "true" to opt out of telemetry. You can also do this in-app by going to the sidebar > `Privacy` and disabling telemetry.

What do you explicitly track?

We will only track usage details that help us make product and roadmap decisions, specifically:

  • Type of your installation (Docker or Desktop)
  • When a document is added or removed. No information _about_ the document. Just that the event occurred. This gives us an idea of use.
  • Type of vector database in use. This helps us prioritize changes when updates arrive for that provider.
  • Type of LLM provider & model tag in use. This helps us prioritize changes when updates arrive for that provider or model, or combination thereof. eg: reasoning vs regular, multi-modal models, etc.
  • When a chat is sent. This is the most regular "event" and gives us an idea of the daily-activity of this project across all installations. Again, only the event is sent - we have no information on the nature or content of the chat itself.

You can verify these claims by finding all locations `Telemetry.sendTelemetry` is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is PostHog - an open-source telemetry collection service.

We take privacy very seriously, and we hope you understand that we want to learn how our tool is used, without using annoying popup surveys, so we can build something worth using. The anonymous data is _never_ shared with third parties, ever.

View all telemetry events in source code

Other outbound connections

If you disable telemetry, you would still see outbound connections to the following services:

  • If using an external tool, LLM, Embedding models, or Vector databases, you will still see outbound connections to the respective service provider.
  • `cdn.anythingllm.com` for pulling models from our mirror CDN. This is not tracked by telemetry and is actually useful for those in VPN restricted regions.
  • `github/githubusercontent.com` There are some various flat files that are downloaded from these domains for context window caching.

Basically, if telemetry is disabled we don't collect anything. However, depending on your setup you may still see outbound connections and would be subject to the terms of service of the respective service provider.

👋 Contributing

💖 Sponsors

All Sponsors

🌟 Contributors

anythingllm contributors
Star History Chart

🔗 More Products

  • [AnythingLLM Mobile (MIT Licensed)][anythingllm-mobile]: A mobile application that allows you to use AnythingLLM on your mobile device.
  • [AnythingLLM Browser Extension][anythingllm-extension]: A browser extension that allows you to use AnythingLLM in your browser.
  • [AnythingLLM Embed][anythingllm-embed]: A widget that allows you to embed AnythingLLM in your website.

Copyright © 2026 [Mintplex Labs][profile-link].

This project is MIT licensed.

[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-222628?style=flat-square

[profile-link]: https://github.com/mintplex-labs

[anythingllm-mobile]: https://github.com/Mintplex-Labs/anythingllm-mobile

[anythingllm-extension]: https://github.com/Mintplex-Labs/anythingllm-extension

[anythingllm-embed]: https://github.com/Mintplex-Labs/anythingllm-embed

[docker-btn]: ./images/deployBtns/docker.png

[docker-deploy]: ./docker/HOW_TO_USE_DOCKER.md

[aws-btn]: ./images/deployBtns/aws.png

[aws-deploy]: ./cloud-deployments/aws/cloudformation/DEPLOY.md

[gcp-btn]: https://deploy.cloud.run/button.svg

[gcp-deploy]: ./cloud-deployments/gcp/deployment/DEPLOY.md

[do-btn]: https://www.deploytodo.com/do-btn-blue.svg

[do-deploy]: ./cloud-deployments/digitalocean/terraform/DEPLOY.md

[render-btn]: https://render.com/images/deploy-to-render-button.svg

[render-deploy]: https://render.com/deploy?repo=https://github.com/Mintplex-Labs/anything-llm&branch=render

[render-btn]: https://render.com/images/deploy-to-render-button.svg

[render-deploy]: https://render.com/deploy?repo=https://github.com/Mintplex-Labs/anything-llm&branch=render

[railway-btn]: https://railway.app/button.svg

[railway-deploy]: https://railway.app/template/HNSCS1?referralCode=WFgJkn

[repocloud-btn]: https://d16t0pc4846x52.cloudfront.net/deploylobe.svg

[repocloud-deploy]: https://repocloud.io/details/?app_id=276

[elestio-btn]: https://elest.io/images/logos/deploy-to-elestio-btn.png

[elestio-deploy]: https://elest.io/open-source/anythingllm

[northflank-btn]: https://assets.northflank.com/deploy_to_northflank_smm_36700fb050.svg

[northflank-deploy]: https://northflank.com/stacks/deploy-anythingllm

[sealos-btn]: https://sealos.io/Deploy-on-Sealos.svg

[sealos-deploy]: https://sealos.io/products/app-store/anything-llm

Frequently asked questions

What is anything-llm?

anything-llm is The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

How do I install anything-llm?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is anything-llm open source?

Yes — it is hosted on GitHub at https://github.com/Mintplex-Labs/anything-llm and has 50,686 stars.

Related MCP tools

zhayujiechatgpt-on-wechat

基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。

39,573 Python
aiai-agentchatgpt+17
1Panel-devmaxkb

🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po

19,062 Python
agentagentic-aichatbot+11
labringfastgpt

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...

26,183 TypeScript
agentclaudedeepseek+7
sonnylazuardicursor-talk-to-figma-mcp

CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

5,539 JavaScript
agentagenticagentic-ai+11
RockChinQlangbot

🤩 Easy-to-use global IM bot platform designed for LLM era / 简单易用的大模型即时通信机器人开发平台 ⚡️ Bots for QQ / QQ频道 / Discord / LINE / WeChat(微信, 企业微信)/ Telegram / 飞书 / 钉...

13,909 Python
agentaicoze+17
joniglmcp-client-for-ollama

A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include multi-server, dynamic model switching, streaming res...

351 Python
aicommand-line-toolgenerative-ai+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP