vote up 2 vote down star

For quite a while, I thought that Free Software was Open Source Software. I've found out that this view is incorrect, and that Open Source Software is not necessarily Free Software. I honestly can't see any differences.

What am I missing here? What are the distinguishing traits of both parties?

flag

I asked a question similar to this that might help as well: stackoverflow.com/questions/276629/… – Simucal Nov 10 '08 at 3:02

6 Answers

vote up 0 vote down

Open source is a development methodology; free software is a social movement.

  • RMS
link|flag
vote up 1 vote down

Open source definition: http://opensource.org/docs/osd

Free software defintion: http://www.gnu.org/philosophy/free-sw.html

Both are talking about free-as-in-speech. FSF is "more free" in that for software to meet the FSF standards, it must afford more freedoms to its users. The OSI standards are looser, "free" software is "open" but the reverse isn't necessarily true - It turns out even this isn't always true.

They are functionally the same in the vast majority of cases. It's a philosophical difference - FSF wants intellectual freedom, OSI wants practical freedom to (re)use and adapt software.

link|flag
vote up 1 vote down

The GNU project answers this question directly:

http://www.gnu.org/philosophy/free-software-for-freedom.html

The essential difference, slightly oversimplified, is that Free Software generally requires that, if you modify and/or incorporate it into another body of work, the entire result must also be distributed as Free Software, and you are forbidden to further restrict the ability of any "downstream" users from modifying, using, or redistributing the software with the same rights that were given to you.


Disclaimer: Dammit, Jim, I'm a developer, not a lawyer. Don't construe any terms or comments as "legal advice."

link|flag
I guess this was downvoted because someone already had the same answer? – Will Robertson Nov 10 '08 at 3:19
vote up 3 vote down

Both are basically the same, except the free software movement puts more emphasis on the freedom to modify and redistribute the code. For example, GNU GPL would be more "free" than MIT licence, because MIT license does not enforce copyleft and thus someone can develop closed-source software based on the code.

See also Wikipedia chapter about this, which mentions Microsoft shared source inititive, that can provide you with very unfree source code of their applications.

link|flag
vote up -2 vote down

Free software is just that: free. You don't have to pay for it, it is free for use (possibly with some usage restrictions, ie. personal use only).

Open source software is software that provides the source code along with the binaries of the product. It's true that most open source software is also free, but it's not necessarily true. The first example of commercial opensource software that comes to my mind is the game Uplink.

link|flag
Follow the links provided in other answers for the definition of "Free Software." – Adam Liss Nov 10 '08 at 3:21
What you described is "Freeware," not "Free Software." – Cristián Romo Dec 29 '08 at 21:43
vote up 6 vote down

This article should help:

http://www.gnu.org/philosophy/free-software-for-freedom.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.