I wanted to build an desktop app using Electron.js and, I wonder if I can sell it as a paid product , or it may contain some purchasable add-ons which user to need to buy to experience more features.
Wouldn’t there be any Open-Source license conflicts?
1 Like
Good question. I know you can commercialize it, as there are plenty of these, but all the ones I know of you pay for the service not the application.
Thankfully, Electron is an MIT license. So that means you can pretty much do anything you want as long as Electron isn’t liable.
Copyright (c) Electron contributors
Copyright (c) 2013-2020 GitHub Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
This file has been truncated. show original
If you click that, you’ll see a breakdown by github on what you can and can’t use it for.
1 Like
Off the top of my head, Slack, Discord, and Stride.
https://electronjs.org/apps Here’s a big list.
edit: Actually, I use GitKraken. I forgot it was Electron. It’s paid software.
Alright!
So we can sell services within the app and not app itself, right?
No, you can sell the app. It’s an MIT license. Basically do whatever you want, you just can’t hold Electron liable.
1 Like
system
Closed
September 6, 2018, 8:54am
8
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.