GraphCanon updated 1w · GitHub synced 1w · 33 views this month
Decision brief
Dify is a comprehensive low-code/no-code AI agentic framework designed for workflow and process automation, offering deployment via Docker Compose and multiple cloud platforms.
Good fit when
- When you need a production-grade platform with support for various deployment methods such as Docker Compose, Kubernetes Helm Charts, Terraform, AWS CDK, and Alibaba Cloud services.
- If your organization primarily works in TypeScript and prefers using Next.js and Python alongside AI frameworks like Gemini, GPT-4, or other large language models (LLMs).
Avoid when
- If your project strictly requires a specific proprietary licensing scheme not aligned with Dify’s customized open-source license that is based on Apache 2.0.
- In cases where the desired workflow development tool should be written in a language other than TypeScript or Python, as Dify centers primarily around these languages.
- Requirements:
- Min 4 GB RAM; Requires Docker
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (151,725) are secondary evidence.
- npm downloads (30d)
- 42·npm downloads API·1w
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install dify npmHow it fits your stack(64)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Dify is a production-grade, low-code/no-code AI agentic framework used to develop agentic workflows and automated processes. It supports deployment via Docker Compose, Kubernetes Helm Charts, Terraform, and AWS CDK.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Aug 8, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 8, 2026
Categories
Tags
README
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
Deployment with Kubernetes
If you'd like to configure a highly available setup, there are community-contributed Helm Charts and YAML files which allow Dify to be deployed on Kubernetes.
- Helm Chart by @LeoQuote
- Helm Chart by @BorisPolonsky
- Helm Chart by @magicsong
- YAML file by @Winson-030
- YAML file by @wyy-holding
- 🚀 NEW! YAML files (Supports Dify v1.6.0) by @Zhoneym
Using Terraform for Deployment
Deploy Dify to Cloud Platform with a single click using terraform
Azure Global
Google Cloud
Using AWS CDK for Deployment
Deploy Dify to AWS with CDK
AWS
Using Alibaba Cloud Computing Nest
Quickly deploy Dify to Alibaba cloud with Alibaba Cloud Computing Nest
Using Alibaba Cloud Data Management
One-Click deploy Dify to Alibaba Cloud with Alibaba Cloud Data Management
Deploy to AKS with Azure Devops Pipeline
One-Click deploy Dify to AKS with Azure Devops Pipeline Helm Chart by @LeoZhang
License
This repository is licensed under the Dify Open Source License, based on Apache 2.0 with additional conditions.
For agents
This page has a .md twin and JSON over the API.