by Rheosoph
Flow-Like: Strongly Typed Enterprise Scale Workflows. Built for scalability, speed, seamless AI integration and rich customization.
# Add to your Claude Code skills
git clone https://github.com/Rheosoph/flow-likeLast scanned: 5/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-21T07:52:46.585Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}flow-like is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Rheosoph. Flow-Like: Strongly Typed Enterprise Scale Workflows. Built for scalability, speed, seamless AI integration and rich customization. It has 909 GitHub stars.
Yes. flow-like passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Rheosoph/flow-like" and add it to your Claude Code skills directory (see the Installation section above).
flow-like is primarily written in TypeScript. It is open-source under Rheosoph on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh flow-like against similar tools.
No comments yet. Be the first to share your thoughts!
Flow-Like is a source-available, local-first platform for building end-to-end use cases — workflows, data, AI, and apps in one runtime. Instead of stitching together an automation tool (n8n, Zapier), an app builder (Retool), an AI framework, and separate data infrastructure, you build the whole thing in one place — with a native data layer that holds terabytes in-platform, a fully typed execution engine, and complete lineage on every run. Runs on your laptop, server, phone, or edge. No forced cloud, no black boxes.
| Try online | Desktop app | From source |
|---|---|---|
| app.flow-like.com — no install | Download for macOS · Windows · Linux | Build it yourself |
Runs where you choose — not where a vendor tells you. Your laptop, a private server, an air-gapped factory network, a Raspberry Pi, or cloud you control. Your data stays where you put it. Local-first by default; deploy to your own AWS/GCP/Azure when you're ready. No vendor lock-in, no "upgrade to enterprise for basic autonomy."
Fast enough to run on a phone. The engine is written in Rust — native code, no garbage collector, no interpreter overhead. That's what makes real workflows viable on constrained devices, and millions of executions trivial on a server.
| Flow-Like | Typical Node/Python engines | |
|---|---|---|
| Throughput | ~244,000 workflows/sec | ~200 workflows/sec |
| Latency | ~0.6 ms | ~50–500 ms |
Fully typed, fully traceable. Every workflow tracks what data flows where and why. Type-safe input/output contracts catch errors before deployment, and every input, transformation, and output is recorded with complete lineage — replay any run. View the same workflow three ways: Process for the business, Data for analysts, Execution for engineers.
AI-native, and it runs on-device. LLMs, embeddings, vision object detection, speech-to-text, and text-to-speech all run locally — no API keys, no data leaving the machine — or in the cloud when you'd rather. Every model call is logged with full context (inputs, outputs, model version, reasoning trace), with approval gates and guardrails on every step.
Your data lives in the platform — not bolted on. Most tools make you wire up an external database, object store, and warehouse before you can do anything real. Flow-Like ships a native data layer: files, tables, and hybrid keyword + vector search on the canvas, with unlimited payload sizes and terabytes of data held right where your workflows run — no external S3, Postgres, or warehouse to provision, no glue code, no egress surprises. Share datasets, apps, and templates across your team from the same system.
Ship apps, not just automations. Package workflows as installable apps with built-in storage and a no-code UI builder. Run them offline, share them, or embed the whole editor white-labeled in your own product.
Flow-Like isn't "a better n8n." Most stacks split the data, automation, AI, and app layers across separate products and leave you to integrate them. Flow-Like is a platform for building end-to-end use cases — data included — in one governed, high-performance runtime.
| Layer | The usual stack | In Flow-Like |
|---|---|---|
| Data & storage | S3 + Postgres + a warehouse | Native data layer — terabytes in-platform, unlimited payloads, hybrid search, no external infra |
| Workflows & automation | Zapier · n8n · Make | Built in, typed, and replayable |
| AI & agents | LangChain · Dify · CrewAI | On-device + cloud, with guardrails |
| Apps & UI | Retool · Appsmith | Ship desktop, web & mobile apps |
| Governance | bolted on, per tool | RBAC, audit trail & lineage across all of it |
The result: one platform instead of five tools plus the glue between them — running on your hardware, offline-capable, and shareable across your team.
Full head-to-head against 21 tools (n8n, Retool, Temporal, LangChain, Airflow, Palantir Foundry, UiPath, and more) → flow-like.com/compare
Flow-Like is source-available under the Business Source License (BSL 1.1), not an OSI open-source license yet. Here's exactly what that means so there are no surprises:
We chose BSL to keep Flow-Like sustainable and independent while still shipping all the source and a guaranteed path to open source. Questions or a commercial license? Reach out or read the full license.
npm i @flow-like/sdk) or Python (uv add flow-like), with optional LangChain integration. SDK docs.# Prerequisites: mise, Rust, Bun, Protobuf compiler, Tauri prerequisites
git clone https://github.com/Rheosoph/flow-like.git
cd flow-like
mise trust && mise install # toolchains: Rust, Bun, Node, Python, uv
bun install # Node packages
mise run dev:desktop # start the desktop app
Every dev/build/deploy task lives in mise.toml. Run mise tasks to list them, e.g. mise run dev:web, mise run build:desktop, mise run check. Platform-specific notes are in the docs.
Flow-Like is built in the open and we'd love your help — new nodes, bug fixes, docs, themes, or ideas.