Hi all,

I have seen lately that the ‘source available’ N8N (which is excellent), has starting increasing pricing and restricting what you can get for your pricing.

In time, I can only assume this will get worse. Now, they deserve to get paid, and that’s fine, but I had gone in thinking this was open source, but I see now it’s not that at all.

This has led me to wonder if there’s a true open source / self hosted alternative to N8N out there? Doing a bit of a hunt shows ‘source available’ alternatives, with a price point, and restrictions. I’m wondering if any team has tackled this in a truly open manner and if there’s something out there?

Thanks so much

  • @beeng@discuss.tchncs.de
    link
    fedilink
    22 months ago

    Node red is for visual node programming. I don’t think you’ll need to be writing node.js

    Ive used it for years and wrote more bash / python for those nodes than I even touched js.

    • @filister@lemmy.world
      cake
      link
      fedilink
      1
      edit-2
      2 months ago

      And I am using it almost every day and believe me I am writing a lot of code in those function nodes.

      As soon as you want something more complicated that’s not covered by the nodes, you need to write your own code. And then debugging this code or version controlling it becomes a nightmare.

      • chebra
        link
        fedilink
        32 months ago

        in that case you are doing the whole “no-coding” all wrong. If you really need something that cannot be done by connecting the nodes and grouping them in flows, then instead of developing new function nodes, develop your own contrib packages. But there are a lot of existing packages, so maybe you don’t need even that.