Flowise is an open-source, low-code platform for building and deploying AI agents and applications, primarily focused on large language models (LLMs). It offers a visual, drag-and-drop interface for constructing complex AI workflows by connecting various components like LLMs, vector stores, retrievers, and tools. The current stable version is 3.1.2. The project maintains an active development pace with frequent updates and bug fixes, indicated by its versioning and community engagement. Key differentiators include its intuitive graphical user interface (GUI) for creating conversational AI, agents, and RAG applications without extensive coding, simplifying the development process for developers and non-technical users alike. It supports a wide range of integrations and provides robust self-hosting options across various cloud providers, alongside a managed cloud service.
npm install flowiseVerified import paths — ran on the pinned version, not inferred.
This quickstart installs Flowise globally and starts the visual AI agent builder server locally.
Ensure your Node.js version is within the supported range (e.g., `>=18.15.0 <19.0.0 || ^20`) as specified in the package.json `engines` field. Use a version manager like `nvm` or `volta` to switch Node.js versions if needed.
For development or testing, use `npx flowise start --PORT=4000 --DEBUG=true`. For production deployments, create a `.env` file within the Flowise server directory and populate it with key-value pairs (e.g., `PORT=4000`).
Specify a different port using the `PORT` environment variable (e.g., `PORT=4000 npx flowise start` or `npx flowise start --PORT=4000`).
Kill the process using port 3000 or start Flowise on a different port: `npx flowise start --PORT=4000`.
Upgrade or switch your Node.js version to one supported by Flowise, such as Node.js 18 (>=18.15.0) or Node.js 20. Use `nvm install 20 && nvm use 20` or equivalent.
Ensure Flowise is installed globally via `npm install -g flowise` or run it using `npx flowise start` to execute the latest version without global installation.
No dependency data recorded yet.