HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Open Source Maintenance Fee(github.com)

10 points·by nilsbunger·قبل 11 شهرًا·7 comments
github.com
Open Source Maintenance Fee

https://github.com/wixtoolset

7 comments

password4321·قبل 11 شهرًا
As discussed last month: https://news.ycombinator.com/item?id=44669858 (2025-07-24, 252 comments)
nilsbunger·قبل 11 شهرًا
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·قبل 11 شهرًا
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·قبل 11 شهرًا
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·قبل 11 شهرًا
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·قبل 11 شهرًا
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·قبل 11 شهرًا
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.