Comparison
Flowise vs ragflow
Verdict
Pick Flowise if flowise enables users to build AI agents visually, focusing on a low-code/no-code approach with support for technologies like langchain and large-language-models; pick ragflow if rAGFlow is a Retrieval-Augmented Generation (RAG) engine that integrates AI agents for enhanced context management in LLM applications, built using Go language and released under the Apache-2.0 license.
Markdown twin · Flowise alternatives · ragflow alternatives
GraphCanon updated today
Trust & integrity
| Signal | Flowise | ragflow |
|---|---|---|
| Maintenance | Very active (0d since push) As of 2d · github_public_v1 | Very active (0d since push) As of 6d · github_public_v1 |
| Provenance | Not a fork · Organization account As of 2d · github_public_v1 | Not a fork · Organization account As of 6d · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 6d · osv@v1 | Published findings As of 6d · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- Flowise
- Build AI Agents, Visually
- ragflow
- Retrieval-Augmented Generation engine with agent capabilities
Stars
- Flowise
- 55k
- ragflow
- 85k
Forks
- Flowise
- 25k
- ragflow
- 9.9k
Open issues
- Flowise
- 997
- ragflow
- 2.3k
Language
- Flowise
- TypeScript
- ragflow
- Go
Adopt for
- Flowise
- Flowise enables users to build AI agents visually, focusing on a low-code/no-code approach with support for technologies like langchain and large-language-models.
- ragflow
- RAGFlow is a Retrieval-Augmented Generation (RAG) engine that integrates AI agents for enhanced context management in LLM applications, built using Go language and released under the Apache-2.0 license.
Persona
- Flowise
- -
- ragflow
- -
Runtime
- Flowise
- -
- ragflow
- -
License
- Flowise
- Other
- ragflow
- Apache-2.0 License
Last pushed
- Flowise
- Jul 14, 2026
- ragflow
- Jul 11, 2026
Categories
- Flowise
- AI Agents, Developer Tools
- ragflow
- AI Agents, Data & Retrieval
Trust and health
Open issues (now)
- Flowise
- 997
- ragflow
- 2.3k
OSV dependency advisories
- Flowise
- No lockfile (source not queried)
- ragflow
- Published findings
Full report
- Flowise
- Trust report
- ragflow
- Trust report
Typed relationship
Choose Flowise if…
- Flowise is primarily TypeScript; ragflow is Go.
- License: Flowise is Other, ragflow is Apache-2.0.
- Requirements: Requires Docker; Can be installed locally using NodeJS or Docker Compose. Supports various hosting options including cloud platforms and personal servers..
- Both Flowise and RAGFlow enable the creation of AI Agents but through different visual or programming approaches, making them alternatives in the context of building agentic applications.
- Tags unique to Flowise: large language models, low-code, multiagent-systems, no-code.
- Also covers Developer Tools.
- Flowise enables users to build AI agents visually, focusing on a low-code/no-code approach with support for technologies like langchain and large-language-models.
When NOT to use Flowise
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism.
- Developer Tools: A gateway is overkill when you're pinned to a single provider and model.
Choose ragflow if…
- ragflow is primarily Go; Flowise is TypeScript.
- License: ragflow is Apache-2.0, Flowise is Other.
- Requirements: Requires Docker; Docker image size is approximately 2 GB; build process requires access to external LLM and embedding services..
- Both Flowise and RAGFlow enable the creation of AI Agents but through different visual or programming approaches, making them alternatives in the context of building agentic applications.
- Tags unique to ragflow: context management, rag, retrieval-augmented-generation.
- Also covers Data & Retrieval.
- - You need an integrated RAG system with AI agent capabilities for better context management in your applications.
When NOT to use ragflow
- - If you specifically require a non-Golang developed RAG engine, as RAGFlow is built entirely in Go.
- - Your setup does not support or need Docker (RAGFlow requires building a Docker image that is approximately 2 GB).
- - You cannot use external LLM services and embedding services, as RAGFlow relies on them to function.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (FlowiseAI/Flowise) · observed Jul 15, 2026
- GitHub forks (FlowiseAI/Flowise) · observed Jul 15, 2026
- Last push (FlowiseAI/Flowise) · observed Jul 14, 2026
- License file (Other) · observed Jul 15, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (infiniflow/ragflow) · observed Jul 11, 2026
- GitHub forks (infiniflow/ragflow) · observed Jul 11, 2026
- Last push (infiniflow/ragflow) · observed Jul 11, 2026
- License file (Apache-2.0) · observed Jul 11, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: Flowise 55k · ragflow 85k (synced Jul 15, 2026).
Common questions
- What is the difference between Flowise and ragflow?
- Flowise: Build AI Agents, Visually. ragflow: Retrieval-Augmented Generation engine with agent capabilities. See the comparison table for live GitHub stats and shared categories.
- When should I choose Flowise over ragflow?
- Choose Flowise over ragflow when Flowise is primarily TypeScript; ragflow is Go; License: Flowise is Other, ragflow is Apache-2.0; Requirements: Requires Docker; Can be installed locally using NodeJS or Docker Compose. Supports various hosting options including cloud platforms and personal servers.; Both Flowise and RAGFlow enable the creation of AI Agents but through different visual or programming approaches, making them alternatives in the context of building agentic applications; Tags unique to Flowise: large language models, low-code, multiagent-systems, no-code; Also covers Developer Tools; Flowise enables users to build AI agents visually, focusing on a low-code/no-code approach with support for technologies like langchain and large-language-models.
- When should I choose ragflow over Flowise?
- Choose ragflow over Flowise when ragflow is primarily Go; Flowise is TypeScript; License: ragflow is Apache-2.0, Flowise is Other; Requirements: Requires Docker; Docker image size is approximately 2 GB; build process requires access to external LLM and embedding services.; Both Flowise and RAGFlow enable the creation of AI Agents but through different visual or programming approaches, making them alternatives in the context of building agentic applications; Tags unique to ragflow: context management, rag, retrieval-augmented-generation; Also covers Data & Retrieval; - You need an integrated RAG system with AI agent capabilities for better context management in your applications.
- When should I avoid Flowise?
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism. Developer Tools: A gateway is overkill when you're pinned to a single provider and model.
- When should I avoid ragflow?
- - If you specifically require a non-Golang developed RAG engine, as RAGFlow is built entirely in Go. - Your setup does not support or need Docker (RAGFlow requires building a Docker image that is approximately 2 GB). - You cannot use external LLM services and embedding services, as RAGFlow relies on them to function.
- Is Flowise or ragflow more popular on GitHub?
- ragflow has more GitHub stars (84,818 vs 54,613). Stars measure visibility, not whether either tool fits your constraints.
- Are Flowise and ragflow open source?
- Yes - both are open-source projects on GitHub (Flowise: Other, ragflow: Apache-2.0).
- Where can I find alternatives to Flowise or ragflow?
- GraphCanon lists graph-backed alternatives at Flowise alternatives and ragflow alternatives (Flowise markdown twin, ragflow markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, Flowise or ragflow?
- Flowise: Very active. ragflow: Very active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for Flowise and ragflow?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: Flowise trust report; ragflow trust report.