Home/AI Agents/Flowise
Flowise logo

Flowise

FlowiseAI/Flowise

Build AI Agents, Visually

GraphCanon updated 1w · GitHub synced 1w · 33 views this month

55k stars25k forksLast push 2w TypeScript Other

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
npm

How 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.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 8, 2026)

Download and Install [NodeJS](https://nodejs.org/en/download) >= 20.0.0
Source link

Tags

README

⚡Quick Start

Download and Install NodeJS >= 20.0.0

  1. Install Flowise

    npm install -g flowise
    
  2. Start Flowise

    npx flowise start
    
  3. Open http://localhost:3000


Docker Compose

  1. Clone the Flowise project
  2. Go to docker folder at the root of the project
  3. Copy .env.example file, paste it into the same location, and rename to .env file
  4. docker compose up -d
  5. Open http://localhost:3000
  6. You can bring the containers down by docker compose stop

Docker Image

  1. Build the image locally:

    docker build --no-cache -t flowise .
    
  2. Run image:

    docker run -d --name flowise -p 3000:3000 flowise
    
  3. 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.

Was this helpful?

Anonymous feedback helps us improve pages and translations.