How to install FlowiseAI/Flowise. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
FlowiseAI/Flowise Installation Guide
How to install FlowiseAI/Flowise. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for FlowiseAI/Flowise. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i FlowiseAI/Flowiseor
Install via npx
npx @hexmos/ipm i FlowiseAI/FlowisePrerequisites
NodeJS
languageVersion: >=18.15.0
pnpm
package_managerVersion: latest
docker
system_toolFor building and running the Flowise Docker containers.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Node Package Manager (npm)
npm install -g flowise
npx flowise startDocker
docker build -t flowise . && docker run -d --name flowise -p 3000:3000 flowisePNPM
pnpm install
pnpm startPost Installation Steps
- Open your browser and navigate to http://localhost:3000 to access the Flowise UI.
- If you're using a Docker environment, run `docker-compose up -d` to start the containers.
