Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
Go to file
2026-08-27 02:27:57 +00:00
.agents/skills docs(dify-ui): establish documentation hierarchy (#41044) 2026-08-21 02:29:41 +00:00
.claude refactor(agents): simplify repository context (#39583) 2026-07-26 06:13:37 +00:00
.devcontainer fix: add miss celery queue (#35282) 2026-04-16 02:40:14 +00:00
.github refactor(ci): trim redundant autofix work (#41259) 2026-08-25 13:10:06 +00:00
.vite-hooks fix(ci): align staged checks with Vite+ (#40774) 2026-08-14 09:09:33 +00:00
.vscode chore: upgrade Vite+ to 0.2.9 (#40762) 2026-08-14 04:42:28 +00:00
api fix(api): migrate legacy model types during upgrade (#41326) 2026-08-27 02:00:33 +00:00
cli feat(cli): add a compact command map for agent discovery (#41226) 2026-08-26 01:13:07 +00:00
dev refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
dify-agent chore: bump version to 1.17.0 (#41247) 2026-08-25 10:52:21 +00:00
dify-agent-runtime perf(agent): exponential backoff in polling to prevent forking storm (#41222) 2026-08-25 04:36:46 +00:00
docker chore: bump version to 1.17.0 (#41247) 2026-08-25 10:52:21 +00:00
docs chore: Replace star image with new asset link (#41136) 2026-08-24 04:33:24 +00:00
e2e test(e2e): stabilize Agent access toggles (#41282) 2026-08-26 07:56:28 +00:00
images feat: update banner (#23095) 2025-07-29 14:05:59 +08:00
packages fix(web): preserve link semantics in button-styled navigation (#41312) 2026-08-26 10:50:06 +00:00
scripts chore: upgrade workspace dependencies (#40069) 2026-08-06 05:56:30 +00:00
sdks chore: upgrade Vite+ to 0.2.9 (#40762) 2026-08-14 04:42:28 +00:00
web fix(web): align model provider access permissions (#41329) 2026-08-27 02:27:57 +00:00
.coveragerc test(api): manage backend pytest services natively (#36235) 2026-05-19 07:52:15 +00:00
.dockerignore feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
.editorconfig fix(ci): align Oxlint suppression formatting (#40934) 2026-08-18 09:41:48 +00:00
.gitattributes feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
.gitignore refactor: consolidate frontend browser test infrastructure (#40997) 2026-08-20 06:13:30 +00:00
.nvmrc refactor: introduce pnpm workspace (#34241) 2026-03-30 10:34:50 +00:00
AGENTS.md chore(docker): move optional settings to service envs (#39970) 2026-08-04 05:28:05 +00:00
AUTHORS Initial commit 2023-05-15 08:51:32 +08:00
CLAUDE.md refactor: remove Claude-specific references from documentation files (#25760) 2025-09-16 14:22:14 +08:00
codecov.yml refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
CONTRIBUTING.md docs: simplify frontend testing guidance (#38909) 2026-07-14 07:45:08 +00:00
depot.json chore(ci): move image builds to depot (#35575) 2026-04-26 16:00:17 -07:00
eslint.config.mjs chore: inline custom ESLint rules (#41008) 2026-08-20 07:32:13 +00:00
knip.config.ts refactor: consolidate frontend browser test infrastructure (#40997) 2026-08-20 06:13:30 +00:00
LICENSE remove business contact info in license (#16985) 2025-03-28 10:03:36 +08:00
lint.config.ts chore: inline custom ESLint rules (#41008) 2026-08-20 07:32:13 +00:00
Makefile ci: simplify test workflow execution (#39318) 2026-07-21 00:18:59 +00:00
oxlint-suppressions.json fix: improve login and signup accessibility (#41301) 2026-08-26 08:16:15 +00:00
package.json chore(deps): upgrade pnpm workspace dependencies (#41138) 2026-08-24 07:07:47 +00:00
pnpm-lock.yaml fix(web): upgrade Next.js to 16.3.3 (#41262) 2026-08-26 00:32:30 +00:00
pnpm-workspace.yaml fix(web): upgrade Next.js to 16.3.3 (#41262) 2026-08-26 00:32:30 +00:00
README.md chore: Replace star image with new asset link (#41136) 2026-08-24 04:33:24 +00:00
SECURITY.md docs: add security policy (#36873) 2026-06-01 09:58:32 +08:00
vite.config.ts fix(ci): align staged checks with Vite+ (#40774) 2026-08-14 09:09:33 +00:00

cover-v5-optimized

Dify Cloud · Self-hosting · Documentation · Dify edition overview

Static Badge Static Badge chat on Discord join Reddit follow on X(Twitter) follow on LinkedIn Docker Pulls Commits last month Issues closed Discussion posts LFX Health Score LFX Contributors LFX Active Contributors

README in English 繁體中文文件 简体中文文件 日本語のREADME README en Español README en Français README tlhIngan Hol README in Korean README بالعربية Türkçe README README Tiếng Việt README in Deutsch README in Italiano README em Português do Brasil README Slovenščina README in বাংলা README in हिन्दी

Dify is an open-source LLM app development platform. Its intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features (including Opik, Langfuse, and Arize Phoenix) and more, letting you quickly go from prototype to production. Here's a list of the core features:

Quick start

Before installing Dify, make sure your machine meets the following minimum system requirements:

  • CPU >= 2 Core
  • RAM >= 4 GiB

The easiest way to start the Dify server is through Docker Compose. Before running Dify with the following commands, make sure that Docker and Docker Compose v2.24.0 or later are installed on your machine:

cd dify
cd docker
cp .env.example .env
docker compose up -d

After running, you can access the Dify dashboard in your browser at http://localhost/install and start the initialization process.

Seeking help

Please refer to our FAQ if you encounter problems setting up Dify. Reach out to the community and us if you are still having issues.

If you'd like to contribute to Dify or do additional development, refer to our guide to deploying from source code

Key features

1. Workflow: Build and test powerful AI workflows on a visual canvas, leveraging all the following features and beyond.

2. Comprehensive model support: Seamless integration with hundreds of proprietary / open-source LLMs from dozens of inference providers and self-hosted solutions, covering GPT, Mistral, Llama3, and any OpenAI API-compatible models. A full list of supported model providers can be found here.

providers-v5

3. Prompt IDE: Intuitive interface for crafting prompts, comparing model performance, and adding additional features such as text-to-speech to a chat-based app.

4. RAG Pipeline: Extensive RAG capabilities that cover everything from document ingestion to retrieval, with out-of-box support for text extraction from PDFs, PPTs, and other common document formats.

5. Agent capabilities: You can define agents based on LLM Function Calling or ReAct, and add pre-built or custom tools for the agent. Dify provides 50+ built-in tools for AI agents, such as Google Search, DALL·E, Stable Diffusion and WolframAlpha.

6. LLMOps: Monitor and analyze application logs and performance over time. You could continuously improve prompts, datasets, and models based on production data and annotations.

7. Backend-as-a-Service: All of Dify's offerings come with corresponding APIs, so you could effortlessly integrate Dify into your own business logic.

Using Dify

  • Cloud
    We host a Dify Cloud service for anyone to try with zero setup. It provides all the capabilities of the self-deployed version, and includes 200 free GPT-4 calls in the sandbox plan. If you run into issues with Dify Cloud, contact our Cloud support team.

  • Self-hosting Dify Community Edition
    Quickly get Dify running in your environment with this starter guide. Use our documentation for further references and more in-depth instructions.

  • Dify for enterprise / organizations
    We provide additional enterprise-centric features. Send us an email to discuss your enterprise needs.

Staying ahead

Star Dify on GitHub and be instantly notified of new releases.

star

Advanced Setup

For custom configuration, observability, and deployment options, see Advanced Setup.

Contributing

Dify welcomes contributions of all kinds:

Contributors

Dify contributors

Community & contact

Choose the channel that best fits your question:

Star History

Star History Chart

Security disclosure

To protect your privacy, please avoid posting security issues on GitHub. Instead, report issues to security@dify.ai, and our team will respond with detailed answer.

License

This repository is licensed under the Dify Open Source License, based on Apache 2.0 with additional conditions.