Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The easiest way to download Flowise👌

A lightweight PowerShell script for automated Flowise deployment on Windows via Docker.

License: MIT PowerShell Docker

🛠 Prerequisites

  • Windows 10/11
  • Docker Desktop (must be running)
  • PowerShell 5.1+ (Administrator privileges recommended)

Quick Start

Run the following command in PowerShell (Admin) to automatically set up folders and launch the container:

iwr -useb "https://raw.githubusercontent.com/switzerland-dev/flowise_installer_via_docker/refs/heads/main/flowise-installer.ps1" | iex
  • In the future, launch via the automatically created Docker Dekstop container.

Pro way

  1. Download the release
  2. Extract the archive
  3. Ensure Docker is running
  4. Run flowise_installer.ps1 as Administrator
  5. In the future, launch via the automatically created Docker Dekstop container.
  • You can customize this script, such as changing the installation folder location.

Update:

  • Your .key files files will remain intact during the update process. However, we recommend backing up your folder before updating.
  1. Open powershell(admin) and execute:
  docker pull flowiseai/flowise
  docker rm -f flowise
  1. Execute this command or run your .ps1 file with personal configs
 iwr -useb "https://raw.githubusercontent.com/switzerland-dev/flowise_installer_via_docker/refs/heads/main/flowise-installer.ps1" | iex

Releases

Packages

Contributors

Languages