HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Open Source Maintenance Fee(github.com)

10 points·by nilsbunger·hace 11 meses·7 comments
github.com
Open Source Maintenance Fee

https://github.com/wixtoolset

7 comments

password4321·hace 11 meses
As discussed last month: https://news.ycombinator.com/item?id=44669858 (2025-07-24, 252 comments)
nilsbunger·hace 11 meses
Interestingly, they've made only the source code open-source. They require a license agreement to download releases. See for example: https://github.com/wixtoolset/wix/releases/tag/v6.0.1
chii·hace 11 meses
so in theory, someone could download the source, rebuild, and redistribute a release which would then bypass the Open Source Maintenance Fee, wont it?
jraph·hace 11 meses
Absolutely.

But it can still work. in a company, as an employee, you can say a tool needs to be paid and get your company to pay even if there are binaries available elsewhere.

I work for a company that sells open source extensions. It would be pretty trivial and legal to remove the license checks, but companies just pay.
_w1tm·hace 11 meses
Engineering time is money and going through internally the process of building, testing and distributing binaries for every release is a lot of engineering time. Paying a sum of money to make the problem go away is a reasonable solution.
AndrewDucker·hace 11 meses
Exactly. The cost, for a small company, is about $500 per year. That's way less than the engineering time it would take to set things up to build internally, keep up to date with fixes, put it all in internal repositories, etc.
hahn-kev·hace 11 meses
Right but in supply chain terms I'm way less likely to trust the build from some random person. So if your company cares about it's supply chain it's easy to justify the expense.