All activity
M.J. Schermerstarted a discussion
Hi this is MJ from Nyno (open-source n8n alternative launched today)! Any Angel Investors here?
Hi, Dutch founder here (ex-cybersecurity) raising €)500K. Long story short: We likely already have a lead angel investor, willing to create a SPV, and together with already 10-15 European angels we may proceed in Q1 2026. If this sounds interesting, let's talk on Linkedin!
"Unlike with n8n, you and your clients never have to request a commercial license to run Nyno workflows. This was the main reason I started building Nyno." – MJ

NynoOpen-source n8n alternative for building AI YAML Workflows
M.J. Schermerleft a comment
Extra: Nyno also has a Python driver available on PyPi, so you can use these GUI-build workflows in any Python project (with minimum latency): https://pypi.org/project/nyno/ Install uv add nyno Usage from nyno import NynoClient def main(): client = NynoClient( credentials="change_me", host="127.0.0.1", port=9024, ) print("workflow test", client.run_workflow('/test')) print("Client created:",...

NynoOpen-source n8n alternative for building AI YAML Workflows
M.J. Schermerleft a comment
I believe large language models have reached their limits. More advanced intelligence & automation (including AGI) will likely emerge from workflow-driven systems that combine reasoning, orchestration, and execution at scale. But we cannot rely on existing tools like n8n to take us much further, because they don't scale well (see also benchmarks https://nyno.dev/n8n-vs-nyno-for...) and it can...

NynoOpen-source n8n alternative for building AI YAML Workflows
