Skip to main content
Stay up to date with the latest changes, improvements, and bug fixes in Flowise. For detailed release notes, visit the GitHub Releases page.

Current Version

Latest Release: v3.0.13Flowise is actively developed with regular updates. Star the GitHub repository to get notified of new releases.

Getting Updates

NPM Installation

Update to the latest version:
npm update -g flowise
npx flowise start

Docker

Pull the latest image:
docker pull flowiseai/flowise:latest
docker stop flowise
docker rm flowise
docker run -d -p 3000:3000 --name flowise flowiseai/flowise

From Source

Update your local repository:
cd Flowise
git pull origin main
pnpm install
pnpm build
pnpm start

Release Channels

Stable Releases

Production-ready releases with thorough testing. Recommended for most users.

Main Branch

Latest development code with new features. May contain bugs.

Version History

For detailed changelogs of each release, including:
  • New features and enhancements
  • Bug fixes
  • Breaking changes
  • Security updates
  • Performance improvements
Visit the GitHub Releases page.

Breaking Changes

Before upgrading to a new major version, review the release notes for breaking changes that may affect your chatflows or deployment.
Major version updates may include:
  • Database schema changes
  • API changes
  • Component interface updates
  • Configuration changes
  • Dependency updates
Refer to Migration Guides for upgrade instructions.

Subscribe to Updates

Stay informed about new releases:
1

Watch on GitHub

Go to the Flowise repository and click “Watch” → “Custom” → “Releases”
2

Follow on Twitter

Follow @FlowiseAI for release announcements
3

Join Discord

Join the Discord server for announcements and discussions
4

RSS Feed

Subscribe to the GitHub releases RSS feed

Release Notes Format

Release notes typically include:

New Features

New capabilities, components, and integrations added to Flowise.

Enhancements

Improvements to existing features, performance optimizations, and UX enhancements.

Bug Fixes

Resolved issues and bugs reported by the community.

Security Updates

Security patches and vulnerability fixes.

Breaking Changes

Changes that may require updates to your chatflows or configuration.

Dependencies

Updates to third-party packages and libraries.

Contributing to Releases

Help improve Flowise releases:

Report Bugs

Report issues to be fixed in upcoming releases

Request Features

Suggest new features for future versions

Submit PRs

Contribute code that gets included in releases

Test Pre-releases

Help test beta versions and release candidates

Release Schedule

Flowise follows a continuous release model:
  • Patch releases (3.0.x): Bug fixes and minor updates - Released as needed
  • Minor releases (3.x.0): New features and enhancements - Regular schedule
  • Major releases (x.0.0): Significant changes and breaking updates - When necessary
Release frequency may vary based on bug severity, feature readiness, and community needs.

Deprecation Policy

When features are deprecated:
  1. Announcement: Deprecation is announced in release notes
  2. Warning Period: Feature remains with deprecation warnings
  3. Removal: Feature is removed in next major version
  4. Migration Path: Documentation provided for alternatives

Version Support

The most recent release receives:
  • Active development
  • Bug fixes
  • Security updates
  • Feature enhancements
  • Full community support
The last 2-3 minor versions may receive:
  • Critical bug fixes
  • Security patches
  • Limited support
Older versions:
  • No active support
  • No updates
  • Upgrade recommended

Star History

Track Flowise’s growth and popularity: Star History Chart

Resources

GitHub Releases

View all releases and detailed changelogs

Migration Guides

Upgrade instructions for major versions

Community

Discuss releases with the community

Contributing

Help shape future releases

Build docs developers (and LLMs) love