SaaS · archived
Flowise
Flowise, the open-source low-code builder for LLM apps and agents, is shutting down — the team has frozen development, will archive the GitHub repository on 10 August 2026, and marks the project end-of-life on 31 August 2026
left 31 Aug 2026
Quick answers
- Is it true that Flowise winds down: code freeze now, repo archived 10 August, end-of-life 31 August 2026?
- Yes — and the date has already passed (31 Aug 2026). Flowise is the drag-and-drop tool many teams use to build chatbots, RAG pipelines, and agent workflows on top of LLMs, either self-hosted or through its cloud.
- When did it take effect?
- 31 Aug 2026 (already passed). Verified against the vendor's own announcement.
- What should I use instead?
- There is no vendor-provided successor and no automated migration path — the team explicitly points teams to self-reliance rather than a replacement product.
What this means for you
Flowise is the drag-and-drop tool many teams use to build chatbots, RAG pipelines, and agent workflows on top of LLMs, either self-hosted or through its cloud. The maintainers have announced they are winding down operations, on a dated schedule: a 29 July 2026 announcement and code freeze (feature development stops), a 10 August 2026 repository archival (the GitHub repo moves to read-only, with issues and pull requests locked), and a 31 August 2026 end-of-life. Nothing switches off the instant you read this — a self-hosted Flowise deployment keeps running, and the Apache-2.0 code stays downloadable and forkable indefinitely — but from 10 August the project is frozen: no more fixes, no security patches, and the npm packages and Docker images are marked deprecated. That is the risk to plan around. A stack that leans on Flowise for anything production-facing is now sitting on an unmaintained dependency, so any future bug or CVE in Flowise or its dependency tree is yours to patch, on a fork, with no upstream. The cloud side is the harder deadline: treat 31 August as the point to have exported anything you need out of a hosted account, since the page does not commit to what happens to hosted data or deployments after that.
Where to go
There is no vendor-provided successor and no automated migration path — the team explicitly points teams to self-reliance rather than a replacement product. If you self-host and want to keep using Flowise, fork the repository before the 10 August archival while issues and history are still fully accessible, pin your Docker image and npm versions, and plan to maintain security patches yourself or adopt a community-led fork if a credible one emerges. If you would rather leave the ecosystem, the workflow (nodes for models, retrievers, memory, tools) maps onto other visual LLM builders and onto code-first agent frameworks, but none of them import a Flowise flow directly, so budget for rebuilding the graph rather than a one-click transfer. Whichever path you take, the useful window is now, while the repo is still live and you can read the source and issues.
- Fork the Apache-2.0 repository and self-maintain, or join a community-led fork if one forms
- Other visual LLM-app builders (e.g. Langflow, Dify) — comparable node-based flows, but a Flowise graph must be rebuilt, not imported
- Code-first agent/orchestration frameworks for teams ready to move off low-code entirely
Flowise is one of the tools that made “build an LLM app without writing much code” real for a lot of teams: a visual, node-based canvas where you wire a model to a retriever, some memory, and a set of tools, and get a chatbot, a RAG pipeline, or an agent out the other end — self-hosted from the open-source project or run through its cloud. Its maintainers have now announced they are winding down. In their words, “we’ve decided to wind down our operations for Flowise.”
Unlike a lot of shutdown notices, this one comes with a clear calendar. Feature development stopped at a 29 July 2026 announcement and code freeze. On 10 August 2026 the GitHub repository is archived — it becomes read-only, issues and pull requests are locked, and the npm packages and Docker images are marked deprecated. 31 August 2026 is the stated end-of-life, when the core team’s presence around the project concludes. The code itself does not disappear: it stays public and, being Apache-2.0 licensed, remains free to use and fork indefinitely.
For a self-hosted deployment, nothing breaks on any of those dates — your instance keeps running exactly as it did. What changes is that after 10 August the project is frozen. There will be no more releases, no more fixes, and no security patches, so any future vulnerability in Flowise or in the large dependency tree underneath it becomes something you own and patch yourself, on a fork, with no upstream to pull from. That is the quiet kind of dependency risk: it does not cause an outage today, it causes an audit finding and an unpatched CVE some months from now. The maintainers are candid about this and encourage teams to “fork the repo to maintain their own internal updates or community-led forks.”
The cloud side is the sharper deadline. The page does not spell out what happens to hosted accounts, data, or deployments after end-of-life, so anyone relying on Flowise Cloud should treat 31 August as the date to have exported everything they need and moved their workloads, rather than waiting to find out. There is no named replacement product and no automated migration, which means the realistic options are: fork and self-maintain, adopt a community fork if a serious one emerges, or rebuild the flow on another visual LLM builder or a code-first framework — none of which import a Flowise graph directly. The one thing worth doing before 10 August, whatever you choose, is the cheap one: fork the repository now, while the full history and issue tracker are still open, so the source of the tool you depend on stays in your hands.
Entry changelog
- — last reviewed.
- — Entry created from the maintainers' wind-down notice at flowiseai.com/sunset. Surfaced via Layer-2 discovery (Hacker News), then written from the primary announcement, not the discussion thread.
- — The 31 August 2026 wind-down date has arrived; status moved to passed. Users still on the hosted service should have migrated to self-hosting per the maintainers' sunset notice.
Put this countdown in your README
Building on Flowise? Drop this badge into a project’s README or docs — it shows the days left and
refreshes on its own every night from this page.
[](https://lastcall.dev/entries/flowise-shutdown) Spot an error or a changed date? Tell us and it’s corrected the same night.