GraphCanon updated 1w · GitHub synced 1w · 33 views this month
Decision brief
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.
- Requirements:
- Requires Docker; Can be installed locally using NodeJS or Docker Compose. Supports various hosting options including cloud platforms and personal servers.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (55,246) are secondary evidence.
- npm downloads (30d)
- 13,321·npm downloads API·1w
- Docker Hub pulls (30d)
- 6,749,295·Docker Hub API·1w
Maintenance and security
Full trust report- Maintenance
- Very active (1d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install Flowise npmHow it fits your stack(54)
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
FlowiseAI/Flowise is a visual platform for building AI agents with support for low-code/no-code workflows using technologies like langchain and large-language-models.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 8, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 8, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 8, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 8, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 8, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 8, 2026)
Download and Install [NodeJS](https://nodejs.org/en/download) >= 20.0.0Source link
Tags
README
⚡Quick Start
Download and Install NodeJS >= 20.0.0
-
Install Flowise
npm install -g flowise -
Start Flowise
npx flowise start
Docker Compose
- Clone the Flowise project
- Go to
dockerfolder at the root of the project - Copy
.env.examplefile, paste it into the same location, and rename to.envfile docker compose up -d- Open http://localhost:3000
- You can bring the containers down by
docker compose stop
Docker Image
-
Build the image locally:
docker build --no-cache -t flowise . -
Run image:
docker run -d --name flowise -p 3000:3000 flowise -
Stop image:
docker stop flowise
🌐 Self Host
Deploy Flowise self-hosted in your existing infrastructure, we support various deployments
📄 License
Source code in this repository is made available under the Apache License Version 2.0.
For agents
This page has a .md twin and JSON over the API.