# Flowise

> Build AI Agents, Visually

- **URL**: https://www.freshcrate.ai/projects/Flowise
- **Author**: FlowiseAI
- **Category**: Frameworks
- **Latest version**: `flowise@3.1.2` (2026-04-14)
- **License**: NOASSERTION
- **Source**: https://github.com/FlowiseAI/Flowise
- **Homepage**: https://flowiseai.com
- **Language**: TypeScript
- **GitHub**: 52,130 stars, 24,185 forks
- **Registry**: github
- **Tags**: `agentic-ai`, `agentic-workflow`, `agents`, `artificial-intelligence`, `chatbot`, `chatgpt`, `javascript`, `langchain`, `rag`, `typescript`

## Description

Build AI Agents, Visually

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `flowise@3.1.2` | 2026-04-14 | High | ## What's Changed  * Hardcoded CORS wildcard on TTS endpoint enables cross-origin credential abuse from any webpage by @christopherholland-workday in https://github.com/FlowiseAI/Flowise/pull/5901 * Additional Improvements to MCP Server Config security by @christopherholland-workday in https://github.com/FlowiseAI/Flowise/pull/5943 * fix: session cleanup when using mysql for storing sessions by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/5984 * Fix Mass Assignment in Tools Endpoint |
| `flowise@3.1.1` | 2026-03-23 | Medium | ## What's Changed * Traversal env var by @christopherholland-workday in https://github.com/FlowiseAI/Flowise/pull/5962 * Fix/agentflow model parameters by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/5967 * fix: migrate Weaviate to weaviate-client v3 for agentKnowledgeVSEmbeddings compatibility (#5991) by @aayushbaluni in https://github.com/FlowiseAI/Flowise/pull/5993 * feat(agentflow): add Rich Text editor for Content Editing (FLOWISE-342) by @jocelynlin-wd in https://github.com/Fl |
| `flowise@3.1.0` | 2026-03-16 | Low | ## ⚠️ Breaking Changes  ### HTTP security checks enabled by default  Flowise now enables **HTTP security validation by default** to prevent requests to unsafe or internal domains.  A built-in deny list blocks potentially dangerous domains (for example `localhost`, `127.0.0.1`, and other internal addresses) to mitigate SSRF and similar attacks.  Two new environment variables control this behavior:  ```bash # Enable/disable built-in security checks (default: true) HTTP_SECURITY_CHECK=t |
| `flowise@3.0.13` | 2026-02-03 | Low | ## What's Changed  ## Nodes * Added global region for chatGoogleVertexAI by @chiragjagga in https://github.com/FlowiseAI/Flowise/pull/5581 * feat: add Rerankers from Azure by @Psylockz in https://github.com/FlowiseAI/Flowise/pull/5576 * feat: Enhance ChatCerebras integration (v3.0) by @sebastiand-cerebras in https://github.com/FlowiseAI/Flowise/pull/5508 * Feat/add endpointhost to AWSChatBedrock by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5642 * Feature/ChatCloudflareWork |
| `flowise@3.0.12` | 2025-12-05 | Low | ## What's Changed  ## Nodes * Chore/Disable Unstructure Folder by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5483 * feat: Add image upload support to ChatOpenRouter node by @aibysid in https://github.com/FlowiseAI/Flowise/pull/5471 * feat: Add structured JSON output support to Agent Node by @aibysid in https://github.com/FlowiseAI/Flowise/pull/5470 * feat/fix: Enhance ConversationalRetrievalToolAgent performance and fix bugs by @Nek-11 in https://github.com/FlowiseAI/Flowise |
| `flowise@3.0.11` | 2025-11-16 | Low | ## ⚠️ Breaking Change ⚠️  The **Read/Write File Tools** functionality has been **permanently removed**. See [PR](https://github.com/FlowiseAI/Flowise/pull/5480)  **Alternative:** Google Drive, Google Docs tools to write/read files  ---  * Chore/split docker workflows by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5432 * chore: fix typos in docker/worker/Dockerfile by @khanhkhanhlele in https://github.com/FlowiseAI/Flowise/pull/5435 * chore: fix typos in packages/component |
| `flowise@3.0.10` | 2025-11-06 | Low | ## What's Changed  ## Nodes * Adding Teradata VectorStore support in DocumentStore by @sshekhar1 in https://github.com/FlowiseAI/Flowise/pull/5159 * feat: Added acceptVariable to Qdrant Collection name by @HavardHomb in https://github.com/FlowiseAI/Flowise/pull/5373 * Feat/add thinking budget to gemini by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5395 * Chore/remove teradatasql by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5430  ## Core * Chore/product id |
| `flowise@3.0.8` | 2025-10-08 | Low | ## What's Changed  ## Nodes * Feat/Gemini Built In Tools by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5215 * Feature - add Teradata MCP server by @vilashjagani in https://github.com/FlowiseAI/Flowise/pull/5002 * Feature/Update Loop Agentflow by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/4957 * Add support for .default() on nested objects and arrays in SecureZodSchemaParser by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/5269 * feat: extend OpenAP |
| `flowise@3.0.7` | 2025-09-15 | Low | ## What's Changed * Bugfix/add validation for file path by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5211 * Bugfix/Create Index Chatflow Name by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5213 * feat: add gpt-5-chat-latest and gpt-4.1-mini to Azure OpenAI Node by @marvikomo in https://github.com/FlowiseAI/Flowise/pull/5212 * Release/3.0.7 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/5214  ## New Contributors * @marvikomo made their first cont |
| `flowise@3.0.6` | 2025-09-15 | Low | ## What's Changed  ## Nodes * feat: add JSONPathExtractor tool  by @anatolyburtsev in https://github.com/FlowiseAI/Flowise/pull/5052 * Feature: Add SambaNova by @luisfucros in https://github.com/FlowiseAI/Flowise/pull/4961 * Feat/aws kendra vector search by @anatolyburtsev in https://github.com/FlowiseAI/Flowise/pull/5088 * Feat: add gpt oss models to aws bedrock  by @anatolyburtsev in https://github.com/FlowiseAI/Flowise/pull/5122 * feat: add config override for langwatch to allow passin |

## Dependency audit

- **Score**: 98/100
- **Total deps**: 22
- **Resolved**: 22
- **Unresolved**: 0
- **License conflicts**: 0
- **Warnings**: 1
- **Scanned**: 2026-05-04

## Citation

- HTML: https://www.freshcrate.ai/projects/Flowise
- Markdown: https://www.freshcrate.ai/projects/Flowise.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/Flowise/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
