Live data from Hacker News

Ask HN: How to make self-hosted software without open sourcing it?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: How to make self-hosted software without open sourcing it?

#4
post #2

Don't ship the source code?

How would I give users the ability to self-host the software then?

Either you use a compiled language like C/C++ and distribute the binaries or you obfuscate the source when you distribute it.

Re: Ask HN: How to make self-hosted software without open sourcing it?

#5
License under proprietary terms?

Like “This software is copyrighted by Picklevick Corp, you don’t hold any rights we grant you mere permissions to use it. Don’t poke your head around it”.

You can’t have GPLv2/v3 or similarly licensed components in it though. If you do and later caught, you’ll be obligated to either cease its use and distribution, or completely revise your term and supply the source code to recipients(you don’t have to put it on the Internet)