$git clone https://github.com/Rheosoph/flow-like---
| 1 | <p align="center"> |
| 2 | <a href="https://flow-like.com"> |
| 3 | <img src="apps/desktop/public/app-logo.webp" alt="Flow-Like Logo" width="80" /> |
| 4 | </a> |
| 5 | </p> |
| 6 | <h1 align="center">Flow-Like</h1> |
| 7 | <p align="center"> |
| 8 | <strong>If you can't see it, you can't trust it.</strong><br/> |
| 9 | A Rust-powered workflow engine that runs on your device — laptop, server, or phone.<br/> |
| 10 | Fully typed. Fully traceable. Fully yours. |
| 11 | </p> |
| 12 | <p align="center"> |
| 13 | <a href="https://app.codacy.com/gh/TM9657/flow-like/dashboard?utm_source=gh&utm_medium=referral"><img src="https://app.codacy.com/project/badge/Grade/244d2db2a84f4e79b64d984639a2b18f" alt="Codacy Badge" /></a> |
| 14 | <a href="https://discord.com/invite/mdBA9kMjFJ"><img src="https://img.shields.io/discord/673169081704120334" alt="Discord" /></a> |
| 15 | <a href="https://app.fossa.com/projects/custom%2B49014%2Fflow-like?ref=badge_small"><img src="https://app.fossa.com/api/projects/custom%2B49014%2Fflow-like.svg?type=small" alt="FOSSA Status" /></a> |
| 16 | <a href="https://flow-like.com"><img src="https://img.shields.io/badge/website-flow--like.com-0a7cff?logo=google-chrome&logoColor=white" alt="Website" /></a> |
| 17 | <a href="https://docs.flow-like.com"><img src="https://img.shields.io/badge/docs-docs.flow--like.com-0a7cff?logo=readthedocs&logoColor=white" alt="Docs" /></a> |
| 18 | <a href="https://flow-like.com/download"><img src="https://img.shields.io/badge/download-Desktop%20App-28a745?logo=tauri&logoColor=white" alt="Download" /></a> |
| 19 | </p> |
| 20 | <p align="center"> |
| 21 | <a href="https://github.com/TM9657/flow-like/stargazers"><strong>⭐ Star on GitHub</strong></a> · |
| 22 | <a href="https://docs.flow-like.com"><strong>📖 Docs</strong></a> · |
| 23 | <a href="https://discord.com/invite/mdBA9kMjFJ"><strong>💬 Discord</strong></a> · |
| 24 | <a href="https://flow-like.com/download"><strong>📥 Download</strong></a> |
| 25 | </p> |
| 26 | |
| 27 | --- |
| 28 | |
| 29 | Flow-Like is a **visual workflow automation platform** that runs entirely on your hardware. Build workflows with drag-and-drop blocks, run them on your laptop, phone, or server, and get a clear record of where data came from, what changed, and what came out — no cloud dependency, no black boxes, no guesswork. |
| 30 | |
| 31 | <p align="center"> |
| 32 | <img src="assets/recording.gif" alt="Flow-Like Visual Workflow Studio" width="100%" /> |
| 33 | </p> |
| 34 | |
| 35 | --- |
| 36 | |
| 37 | ## Why Flow-Like? |
| 38 | |
| 39 | ### Your workflows run on *your* device. Nowhere else. |
| 40 | |
| 41 | Most workflow tools run in someone else's cloud. Your data leaves your machine, passes through third-party servers, and you hope for the best. If you're offline, you're stuck. |
| 42 | |
| 43 | Flow-Like runs **entirely on your hardware** — your laptop, your server, your phone. Your data never leaves your device unless you want it to. No cloud dependency, no vendor holding your workflows hostage, no "please upgrade to enterprise for self-hosting." |
| 44 | |
| 45 | This isn't just a privacy feature. It means you can automate in air-gapped environments, on factory floors, in hospital networks, on mobile devices in the field, or simply on your couch without Wi-Fi. **Write once, run anywhere you have a device.** |
| 46 | |
| 47 | ### A Rust engine fast enough to run on a phone |
| 48 | |
| 49 | The reason this works is raw performance. Flow-Like's engine is built in Rust — compiled to native code, no garbage collector, no runtime overhead. The same workflow that takes 500ms in a Node.js engine takes **0.6ms** in Flow-Like. |
| 50 | |
| 51 | | Metric | Flow-Like | Typical workflow engines | |
| 52 | |--------|-----------|------------------------| |
| 53 | | **Execution speed** | ~244,000 workflows/sec | ~200 workflows/sec | |
| 54 | | **Latency per workflow** | ~0.6ms | ~50-500ms | |
| 55 | | **Engine** | Rust (native compiled) | Python / Node.js (interpreted) | |
| 56 | |
| 57 | That 1000x performance gap means real workflows can run on resource-constrained devices — phones, edge hardware, Raspberry Pis — not just beefy cloud servers. And on powerful machines, it means processing millions of executions without breaking a sweat. |
| 58 | |
| 59 | ### Full visibility into every execution |
| 60 | |
| 61 | Most workflow tools show a green checkmark and move on. You're left guessing where data came from and why the result |