https://github.com/khimaros/flow if you're looking for a more streamlined and minimalist alternative to n8n. it also has CLI integration with piped input and output. user nodes can be written in Typescript, Python, and Rhai in addition to fully declarative nodes. UX it's more similar to ComfyUI
not an Elon fan, but i wonder how much the numbers matter in today's world of financial vibes. if he has people who are willing to fund and work on these projects, even at a loss, maybe it can happen anyway? at the end of the day, it's all natural resources and human time and energy. until those are exhausted, the market can remain irrational.
i built something with a similar philosophy here: https://github.com/khimaros/airun -- it is intended to be piped and redirected. it discovers skills, AGENTS and prompt templates from Claude Code, Pi.dev, OpenCode and others. no TUI, but does have a basic tool calling loop
$ airun -q -p 'output a shell command for linux to display the current time. output only the command with no other code fencing or prose' | airun -q -s 'review the provided shell command, determine if it is safe, run it only if it is safe, and then summarize the output from the command' --permissions-allow='bash:date *'
https://khimaros.com