A comprehensive desktop AI application that combines document chat, AI agents, and multi-user collaboration. Supports custom models, maintains full privacy, and works entirely offline with built-in defaults.
PDFs, Word docs, CSV, codebases, and more - import from local files or online sources
Deploy AI agents with custom skills for automation and complex tasks
Built-in local LLM, embedder, vector database, and storage - nothing shared by default
Use built-in local models or connect to OpenAI, Azure, AWS, and enterprise providers
Team workspaces with full isolation between tenants and admin controls
Customize branding and identity for enterprise deployments
Dependencies: None for desktop - built-in defaults included
Supported integrations and platforms
AnythingLLM delivers on its promise of being truly all-in-one, combining powerful document AI with agent capabilities and enterprise-ready collaboration features.
Reviewed by Enterprise AI Tools Community
AnythingLLM represents the evolution of AI applications, combining document intelligence, AI agents, and collaborative features into a single, powerful desktop application. With privacy-first design and enterprise-ready capabilities, it's become the go-to solution for teams and individuals seeking comprehensive AI functionality.
AnythingLLM breaks down silos by supporting virtually every document format:
// Supported document types
const supportedFormats = {
  documents: ["PDF", "DOCX", "TXT", "MD", "RTF"],
  spreadsheets: ["CSV", "XLSX", "XLS"],
  code: ["JS", "PY", "Java", "C++", "and 50+ more"],
  media: ["Audio transcripts", "Video captions"],
  web: ["URLs", "Websites", "Online documentation"]
}
AnythingLLM's agent framework allows for sophisticated automation:
Built-in Agent Skills:
The platform features a thriving community ecosystem:
// Example: Installing community agent skills
{
  "agentSkills": [
    "web-scraper-pro",
    "data-analyst-toolkit", 
    "document-generator",
    "api-integration-helper"
  ]
}
Popular Extensions:
AnythingLLM prioritizes privacy with built-in defaults:
Download for Your Platform:
# macOS
curl -L https://anythingllm.com/download/mac -o AnythingLLM.dmg
# Windows
# Download installer from website
# Linux
curl -L https://anythingllm.com/download/linux -o AnythingLLM.AppImage
Docker Setup:
# Quick start with Docker
docker run -d \
  --name anythingllm \
  -p 3001:3001 \
  -v ${PWD}/storage:/app/server/storage \
  -v ${PWD}/hotdir:/app/hotdir \
  mintplexlabs/anythingllm:latest
For teams preferring managed hosting:
AnythingLLM enables seamless team collaboration:
Workspace Features:
Administrators can manage:
No external dependencies required:
# Local model examples
- LLaMA 2/3 variants
- Mistral models
- Code-specialized models
- Lightweight options for CPU-only systems
Seamless connection to major AI providers:
Currently in private beta:
// Example workspace configuration
{
  "workspace": {
    "name": "Enterprise Knowledge Base",
    "llm": "local-llama-7b",
    "embedder": "built-in",
    "agents": ["document-analyst", "code-reviewer"],
    "permissions": {
      "users": ["read", "chat"],
      "admins": ["all"]
    }
  }
}
AnythingLLM stands out as the most comprehensive AI application available, successfully combining the power of document AI, intelligent agents, and collaborative features into a single, privacy-focused platform that scales from individual use to enterprise deployments.
Essential project resources
Version information
Activity and engagement
Technical details