147k stars and currently the 38th most starred repo on all of GitHub [0, 1]. Seems odd that a project has so many stars yet is largely unfamiliar to much of HN (corrections appreciated). I asked an LLM if there's ways to detect suspicious starring activity (e.g. if stars were purchased). It suggested checking the project's star history [2] (doesn't appear suspicious). It also suggested the stars to issues ratio. n8n…
N8n is extremely popular among CS educators. I imagine at least a few thousand of those stars are from students who learned to code with n8n.
N8n raises $180M
71–80 of 198 posts
Re: N8n raises $180M
#72Shame it's not FOSS. There's still https://www.windmill.dev/ though.
Are these projects comparable?
Re: N8n raises $180M
#73Earlier quoted context omitted.
It's great and all that their business strategy is working out, but anyone looking to use a FOSS solution isn't going to care at all. This is basically just allowing self-hosting of a third-party's cloud, which is an improvement over traditional SaaS, but shouldn't dilute the FOSS label.
Sir, this is a VC forum for people that are trying to make money
Re: N8n raises $180M
#74Kudos to the n8n team! Seems like the focus is increasingly shifting to AI. Question to folks who’ve used n8n extensively, I’m curious, what are your experiences with n8n, and how much does it end up being a web of verbose “visual python” in practice? I’m very much biased here and have a vested interest, because I’ve been working on a new product not far from this space, but much more oriented at technical users (pla…
n8n in my experience using it for 2 years now, and compared to similar solutions as there are many doing quite the same thing: it is just a very good product. It's stable. It has a gazillion integrations out of the box and is architectured as a module system so it's easy to create your own. It is very community centric, with community workflows and also integration modules people kindly publish on GitHub. Oh, it's op…
It is absolutely not open source.
The "Fair Source" license that n8n invented has two related qualifications that make it not open source:
> You may use or modify the software only for your own internal business purposes or for non-commercial or personal use.
It's not open source if you can't use it professionally or sell work derived from it [ed: comments have correctly called out that this is not the deal, thank you]. There's no chance this license or anything like it is ever going to be an OSI approved open source license. https://opensource.org/licenses
Re: N8n raises $180M
#75Kudos to the n8n team! Seems like the focus is increasingly shifting to AI. Question to folks who’ve used n8n extensively, I’m curious, what are your experiences with n8n, and how much does it end up being a web of verbose “visual python” in practice? I’m very much biased here and have a vested interest, because I’ve been working on a new product not far from this space, but much more oriented at technical users (pla…
n8n in my experience using it for 2 years now, and compared to similar solutions as there are many doing quite the same thing: it is just a very good product. It's stable. It has a gazillion integrations out of the box and is architectured as a module system so it's easy to create your own. It is very community centric, with community workflows and also integration modules people kindly publish on GitHub. Oh, it's op…
Further nitpick: Their Python implementation is based on WSAM so libraries that require C compilation won't work.
However if this funding let's them integrate a Claude-Code like tool, they'll have an amazing product.
Re: N8n raises $180M
#76Earlier quoted context omitted.
That's not what open source means. Open source licences are well defined and listed here https://opensource.org/licenses With extra restrictions, n8n is at most "source available".
Open source does mean source available to many people, especially the non-programmer lay-public, no matter how much OSI and people who adopt OSI’s definition dislike it, c.f. the dictionary https://www.merriam-webster.com/dictionary/open-source (And BTW I like OSI’s definition!) Instead of claiming the words “open source” always mean OSI’s definition, it’d be better to clarify up front that you’re talking about OSI’s…
Rather than clarify confusion & raise a real and important distinction, this post carries water for obfuscation and confusion: if people aren't clear the answer isn't to loosen the definition, it's to make the distinction clearer.
Re: N8n raises $180M
#77Kudos to the n8n team! Seems like the focus is increasingly shifting to AI. Question to folks who’ve used n8n extensively, I’m curious, what are your experiences with n8n, and how much does it end up being a web of verbose “visual python” in practice? I’m very much biased here and have a vested interest, because I’ve been working on a new product not far from this space, but much more oriented at technical users (pla…
Re: N8n raises $180M
#78Earlier quoted context omitted.
I don't think it's strange at all. These licenses obviously have rhetoric reminiscent of FOSS licenses. These companies just don't want to call their technology proprietary.
I'm not sure what else you and others who make these kinds of comments are looking for from projects like these who are already explicitly and clearly stating that they are _not_ FOSS projects It's as if you don't want source code to be available _at all_ unless it's under a FOSS license
The existence and growth of FOSS is something that has happened as a result of considerable advocacy, and while its broad success has become somewhat self-sustaining, there will never not be the risk of a slide into more single-corporation-friendly "source available" realms.
It's not a bad thing to push for "source available" to be considered as not going far enough, and to not let it supplant FOSS through purely pragmatic concerns.
Re: N8n raises $180M
#79Re: N8n raises $180M
#80Earlier quoted context omitted.
That's not what open source means. Open source licences are well defined and listed here https://opensource.org/licenses With extra restrictions, n8n is at most "source available".
Open source does mean source available to many people, especially the non-programmer lay-public, no matter how much OSI and people who adopt OSI’s definition dislike it, c.f. the dictionary https://www.merriam-webster.com/dictionary/open-source (And BTW I like OSI’s definition!) Instead of claiming the words “open source” always mean OSI’s definition, it’d be better to clarify up front that you’re talking about OSI’s…
* Free Software - meets FSF's four freedoms
* Open Source - meets OSI's definition
* Source Available - you can read the source code