GraphCanon updated today · GitHub synced today
Decision brief
Loonflow is an intelligent and visual process automation system that supports ticketing systems and MCP through workflow management capabilities. It operates with TypeScript under the AGPL-3.0 license.
Good fit when
- You need a fully open-source solution for your internal process automation, as Loonflow requires you to share modifications if used in a SaaS service publically.
- Your project requires multi-tenant functionality or needs customization without sharing modifications, and you are willing to obtain a commercial license.
Avoid when
- You seek closed-source solutions for proprietary reasons as Loonflow's AGPLv3 requirement mandates openness in SaaS settings.
- When deployment flexibility is essential since the tool relies on Docker for installation, which may not align with all IT environments.
Observed Jul 15, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (50d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No MCP manifest
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install loonflow npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Loonflow provides workflow management and automation capabilities, including ticketing systems and MCP support.
Capability facts
- Languages
- typescript
Source: github.language · Jul 15, 2026
Categories
Tags
README
Installation & Deployment
- Download docker-compose related files
wget https://raw.githubusercontent.com/blackholll/loonflow/refs/heads/master/docker_compose_deploy/docker-compose.yml
wget https://raw.githubusercontent.com/blackholll/loonflow/refs/heads/master/docker_compose_deploy/.env
- Modify the .env file Please modify at least the password section
- Start docker-compose Navigate to the directory containing docker-compose.yml and execute:
docker-compose up -d
- Access loonflow Login to loonflow using the email and password you set in the .env file.
License & Legal Notice
This project is open source under the AGPLv3 license. You are free to view, modify, and distribute the code, but please note:
If you provide this project as a SaaS service to the public, according to AGPLv3, you must open source all your modifications.
If you want to use this project for SaaS services without open-sourcing modifications, or if you need to use its multi-tenant functionality within your enterprise, you need to obtain a commercial license from us. Please contact [blackholll@163.com;blackholll.cn@gmail.com].
For agents
This page has a .md twin and JSON over the API.