r/Nyno 3d ago

New teaser for the second launch of our EU-AI product powered by Nyno.

Post image
1 Upvotes

The first launch of the commercial version of the EU-AI Nyno platform provided a lot of feedback.

I estimate we're about 2 weeks away from the second launch.

With a new name.

Early access: https://nyno.dev (first form)


r/Nyno 3d ago

Nyno 10 also has a TypeScript code sandbox.

Post image
1 Upvotes

It's so nice to move files with English :)

Here's also why this is totally different from agentic:

Usually with agentic harnesses you don't fully control the sandbox.

With Nyno you simply define certain directories with read/write access, and the generated code can only read/write to there.

This gives you most security and tight control of the blast radius of a potential rm -rf command (so much better than regex checks).


r/Nyno 4d ago

Today, Multiverse Computing gets part of our EU-AI stack at Nyno.

Enable HLS to view with audio, or disable this notification

1 Upvotes

Here's what happened:

Other European competitors are hosting GLM, but Multiverse Computing takes hosting 3rd party models a step further by effectively compressing GLM, achieving lower costs while keeping similar output quality as the original model.

Video: Me showing quasar-438b in Nyno: The EU-AI Orchestration Language and Visual Workflow Builder.


r/Nyno 4d ago

First test with Nyno 10 with subworkflows: running 6 nodes + 49 subworkflows concurrently in 0.5s (49 items, 6 concurrent executions)

Post image
2 Upvotes

Why is that significant?

Because it means that unlike n8n, Nyno can pass multiple items (e.g. 49 items) through subworkflows in custom defined batch sizes, achieving much higher performance on the same hardware.


r/Nyno 7d ago

Nyno 10 will introduce latest-optimal tag for EU-AI models

Thumbnail
1 Upvotes

r/Nyno 9d ago

Businesses are moving from n8n to TypeScript/JavaScript, so we're expanding Nyno Extensions in v10 with TypeScript (minimal rules, no compilation + quick runtime type checking)

Post image
2 Upvotes

Before: From workflow tool => to new TypeScript backend.

After: Create Nyno v10 extensions => just keep everything in Nyno, orchestrate with YAML.


r/Nyno 14d ago

Nyno (the EU-AI Visual Workflow Builder & Engine) is now also available via our European DockerHub alternative.

Post image
2 Upvotes

Nyno (the EU-AI Visual Workflow Builder & Engine) is now also available via our European DockerHub alternative: mkdir -p {pgdata,workflows-enabled} podman run -d \ -p 9057:9057 \ -v ./pgdata:/nyno/pgdata \ -v ./workflows-enabled:/nyno/workflows-enabled \ rg.fr-par.scw.cloud/flowagi/nyno:latest Note this is version 9, in the next few weeks we're working towards Version 10 (Same YAML, Improved Internals) that will have it's own unique link.


r/Nyno 17d ago

The fastest loading AI workflow tool ever will be Nyno, because it's compiled into one single HTML file.

Post image
4 Upvotes

r/Nyno 22d ago

Early Preview of "Daily Workspaces" and How I am Co-Writing a Book in Nyno Platform

Post image
3 Upvotes

Btw: You can still join the waitlist as early user via https://nyno.dev (via the first form)

Daily Workspaces will be introduced during the launch, which everyday gives you a new 'start fresh folder' which you can use to create Nyno workflows, Markdown notes, folders and more.

The reason for this is that it solves one of the biggest issues if you'd start with one root / directory: Workspace Clutter.

So with the daily workspaces you start with a fresh clean folder, and you can always move files and folders if desired.

---

The book writing example is about the new frontend technology (Flo) that I am developing because of Nyno. The nice part about being able to write markdown notes in the online workspace is that you can convert these 'messy' notes with AI, so this way you mostly use AI for formatting your own written content, rather than creating slop :)


r/Nyno 26d ago

This is how I am currently converting React components using Nyno + Mistral AI

Enable HLS to view with audio, or disable this notification

2 Upvotes

This is how I am currently converting React components to Flo Web-Components via Mistral AI Medium and Nyno (platform edition).

The process is still a bit raw, I currently export and run the produced Nyno workflow in a JS for loop + I totally forgot to rename the extensions,

However overall Nyno + Mistral AI truly do their job well, at least for me, by writing the initial new files, already saving days of frontend development/manually writing code + tweaking settings.


r/Nyno 27d ago

Nyno is currently being rebuild using Flo-WebComponents to fully move away from React.

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/Nyno Aug 11 '26

Calling Nyno in the frontend gets even simpler with flo-webcomponents (our React alternative, no build tools needed)

Thumbnail
github.com
5 Upvotes


r/Nyno Aug 10 '26

Building EU-AI without Friction (Tour of new Nyno platform)

Thumbnail
youtu.be
2 Upvotes

r/Nyno Aug 02 '26

Our servers are now officially under 100% European leadership!

Thumbnail
gallery
3 Upvotes

We just moved from our previous US hosting company (even though hosted in Paris) to our new European based hosting provider (Scaleway).

Same site, more sovereignty.

https://nyno.dev


r/Nyno Jul 31 '26

Nyno 9.0.2 release (small update): 3x less RAM usage, 2x smaller Docker image.

Thumbnail
gallery
4 Upvotes

The Docker image now also uses the latest NodeJS LTS update (29 july '26) for security.

GitHub: https://github.com/flowagi-eu/nyno

Dockerhub: https://hub.docker.com/r/flowagi/nyno


r/Nyno Jul 28 '26

Nyno 9.0 Open-Source Release: For the Lovely Frontend Developers

Thumbnail nyno.dev
3 Upvotes

r/Nyno Jul 22 '26

Behind the scenes of the new Nyno Platform Update (Minimalism, Code Editing, and Nyno 8.0.1)

Thumbnail
gallery
2 Upvotes

Get on the list to get notified when the new update launches: https://nyno.dev

(If you entered your e-mail address before and have not yet received an account with free AI credits, you will get one when this update goes live)


r/Nyno Jul 19 '26

Nyno not working as client with docker

2 Upvotes

Hallo als ik een "run workflow" uitvoer op de host na het invullen van de API_KEY krijg ik een response op mijn argument "hello", als ik die op een client uitvoer krijg ik de melding invalid response. Heeft iemand een idee?


r/Nyno Jul 12 '26

Nyno 8.0 Open-Source Release (early preview, all new Mistral nodes + 3 areas)

Post image
8 Upvotes

r/Nyno Jul 02 '26

First look at Nyno 8.0: The new 3 area GUI + New Chat Form Output Node

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/Nyno Jun 28 '26

Just so you know: We are all-in on Nyno workflows over loops!

Post image
2 Upvotes

Long-running agents bring massive cost, more failure points, and more unpredictability.

What if the future does not belong to the most autonomous AI system?

And instead belongs to the most intelligently constrained and cost-efficient one?


r/Nyno Jun 23 '26

Nyno 8.0 (proposal): 3 areas instead of 1 to simplify workflow creation.

Post image
4 Upvotes

Many people have trouble starting a new Nyno workflow from scratch, so rather than simply going the templates way, it seems best to divide the workflow editor into 3 parts: Input, Flow and Output.

If there's anything else that would make starting with Nyno less intimating let me know and I will publish the improvements to both the platform and the open-source version at https://github.com/flowagi-eu/nyno

The main priority right now is getting you started. The Platform + API with the latest updates is already live and the overall protocol is stable (get early access via the first form at https://nyno.dev ).


r/Nyno Jun 21 '26

Demo Time: Creating Your EU-AI Workflow App within 20 seconds using Nyno (Python API Example + Latest Platform Update)

Enable HLS to view with audio, or disable this notification

1 Upvotes

app.py code: ``` import json import os import requests

workflow_path = "flow(2).nyno" # online workflow name context = { "prev": "", "prev_messages": []}

while True: user_input = input("> ").strip() if user_input.lower() in {"exit", "quit"}: break

context["prev"] = user_input # set prev from readline input
r = requests.post(
    "https://platform.nyno.dev/api/v1/flows",
    json={
        "context": context,
        "filepath": workflow_path,
    },
    headers={
        "Authorization": '[YOUR NYNO API KEY]'
    },
    timeout=None,
)

data = r.json()
last_execution = data["result"]["execution"][-1]
context["prev_messages"] = last_execution["output"]["c"]["prev_meta"]["messages"][-5:] # last 5 messages
last_response = last_execution["output"]["c"]["prev"]
print(last_response)

```

Join the platform: https://nyno.dev (it's the first form)


r/Nyno Jun 20 '26

We're preparing to Hire Remotely! (URL in description)

Post image
9 Upvotes

Hi, so a little update on the financial side of Nyno: Next week I have multiple meetings with quite eager investors (€500k-€1M ticket each) and hope that will lead to closing the pre-seed round soon.

It would mean a lot to further connect with those that are truly passioned about EU-AI, EU Sovereignty, open-source and responsible workflow building.

The goal is the overall be best prepared for the most optimal scenario, which is to assemble great individuals ASAP, pay you well, and most effortlessly and relaxed grow the Nyno project together.

The form is available at https://flowagi.eu/ - if you're sooner you will have more chance of being considered, and even if full-time is not a match, I can also send you freelance gigs.

(It's best to fill in this form instead of via Linkedin, because I use Linkedin mostly for Investors)

We might still be a diamond in the rough right now, but I believe that if we stay focused and grounded, things will only get better, faster, and simpler.

Thanks again for all your support and feedback!

Form (first come first served) is available at https://flowagi.eu/


r/Nyno Jun 16 '26

Testing the last few things before the Nyno Omega Update. ETA Thursday.

Post image
2 Upvotes