Background: open-source software
Open-source software (OSS) is computer software whose source code is publicly available, allowing users to use, study, modify, and distribute it — in contrast with proprietary (closed-source) software. These abilities are typically granted through open licenses or, more rarely, by dedication to the public domain. The development of open-source software can be based on open collaboration, a decentralized model of production. It is commonly defined according to the Open Source Definition of the Open Source Initiative, but the precise meaning of "open source" remains contentious.
Open-source software offers a range of benefits, but also presents specific risks and challenges. It can provide improved accessibility through lower and shared costs, greater adaptability through customization, transparency with auditable code, better interoperability via open standards, and independence from vendor lock-in, among others. Due to its ubiquity in modern software, open-source software raises major cybersecurity concerns, as well as significant maintenance challenges.
Open-source software has become the backbone of the global digital infrastructure, powering domains such as web servers, cloud computing, supercomputers, mobile devices, artificial intelligence, and Internet of Things. A 2022 estimate suggests that between 80 and 96 percent of the code making up software on the market today, including proprietary software, is of open-source origin.
Its adoption has grown steadily across public institutions, the private sector, and academia, driven by motivations of cybersecurity, digital sovereignty, and independence from proprietary software, with significant geopolitical implications. Organizations are increasingly setting up Open Source Program Offices to manage their strategies.
2 sources for this section
- 1Open-source software — Wikipedia, revision 1376036006
- 2Morgan, Lorraine; Finnegan, Patrick (2007). "Benefits and Drawbacks of Open Source Software: An Exploratory Study of Secondary Software Firms". Open Source Development, Adoption and Innovation. IFIP — the International Federation for Information Processing. Vol. 234. Springer. pp. 307–312. doi:10.1007/978-0-387-72486-7_33. ISBN 978-0-387-72485-0.
Definitions and controversies
Open source software is mainly defined according to the Open Source Definition (OSD) established by the Open Source Initiative (OSI). To qualify as open source under this framework, software must provide its source code and be distributed under a license meeting the ten OSD criteria, notably including non-discrimination against persons, groups, or fields of endeavor — enabling anyone to use, modify, and redistribute it for any purpose. The definition was based on the Debian Free Software Guidelines, written and adapted primarily by Bruce Perens and Eric S. Raymond..
The OSI maintains a list of approved licenses that conform to the OSD.
However, the OSI holds no legal authority over the term 'open source' and its definition is a matter of social convention. With its non-discrimination criteria having generated for decades what is described as a 'culture war' within software communities over the very meaning of open source — the OSI can be seen by some actors as an oppressive dogma. It occurs because developers have never learned about this history, or don’t care about it, or actively think it’s irrelevant, involving a form of intergenerational conflict. These disputes are driven by ethical and commercial concerns.
As a result, the term 'open source' can be used in ways that do not conform to the OSD, ranging from unintentional misuse to deliberate rejection of its authority.
Public-domain software is a source of disagreement as to whether it qualifies as open source software, carrying no formal licence and granting rights that vary significantly depending on the jurisdiction. The OSI itself has expressed diverging views on the matter, claiming both that "it is accurate to say that such software is effectively open source" and "it is incorrect to treat public domain software as open source".
"Open" versus "free" versus "free and open"
Free and open-source software (FOSS) or free/libre and open-source software (FLOSS) is openly shared source code that is licensed without any restrictions on usage, modification, or distribution. Confusion persists about this definition because the "free", also known as "libre", refers to the freedom of the product, not the price, expense, cost, or charge. For example, "being free to speak" is not the same as "free beer".
Conversely, Richard Stallman argues the "obvious meaning" of term "open source" is that the source code is public/accessible for inspection, without necessarily any other rights granted, although the proponents of the term say the conditions in the Open Source Definition must be fulfilled.
"Free and open" should not be confused with public ownership (state ownership), deprivatization (nationalization), anti-privatization (anti-corporate activism), or transparent behavior.
Software ownership
Open-source software is owned by its authors who retain the copyright, from which they confer the right to use, modify and redistribute the software through the use of license. Without external agreements, contributions are owned by their authors resulting in copyright being shared among contributors. In this legal context, some projects use Contributor License Agreement (CLA) or a copyright assignment agreement to keep control over the copyright of the project, providing the ability to relicense the software under different terms.
Some types of open source software are therefore described as proprietary software.
6 sources for this section
- 1Open-source software — Wikipedia, revision 1376036006
- 20"Navigating Open Source Software Ownership, Licensing and Commercialization". Oziel Law. 10 March 2020. Retrieved 2 August 2026.
- 21"Copyright Notices in Open Source Software Projects". Linux Foundation. Retrieved 2 August 2026.
- 22"The Legal Side of Open Source". Open Source Guides. Retrieved 2 August 2026.
- 23Lovejoy, Jilayne (20 October 2022). "Contributor Agreements". Open Source Law, Policy and Practice (2nd ed.). Oxford University Press. pp. 113–125. doi:10.1093/oso/9780198862345.003.0004. ISBN 978-0-19-886234-5. Retrieved 2 August 2026.
- 24Carrez, Thierry (29 February 2024). "Why single vendor is the new proprietary". OpenSource.net. Retrieved 2 August 2026.
Development model
In his 1997 essay The Cathedral and the Bazaar, open-source influential contributor Eric S. Raymond suggests a model for developing OSS known as the bazaar model. Raymond likens the development of software by traditional methodologies to building a cathedral, with careful isolated work by individuals or small groups. He suggests that all software should be developed using the bazaar style, with differing agendas and approaches.
In the traditional model of development, which he called the cathedral model, development takes place in a centralized way. Roles are clearly defined. Roles include people dedicated to designing (the architects), people responsible for managing the project, and people responsible for implementation. Traditional software engineering follows the cathedral model.
The process of Open source development begins with a requirements elicitation where developers consider if they should add new features or if a bug needs to be fixed in their project. This is established by communicating with the OSS community through avenues such as bug reporting and tracking or mailing lists and project pages. Next, OSS developers select or are assigned to a task and identify a solution. Because there are often many different possible routes for solutions in OSS, the best solution must be chosen with careful consideration and sometimes even peer feedback.
The developer then begins to develop and commit the code. The code is then tested and reviewed by peers. Developers can edit and evolve their code through feedback from continuous integration. Once the leadership and community are satisfied with the whole project, it can be partially released and user instruction can be documented. If the project is ready to be released, it is frozen, with only serious bug fixes or security repairs occurring. Finally, the project is fully released and only changed through minor bug fixes.
3 sources for this section
- 1Open-source software — Wikipedia, revision 1376036006
- 25Raymond, Eric (2005). "The Cathedral and the Bazaar (originally published in Volume 3, Number 3, March 1998)". First Monday. doi:10.5210/fm.v0i0.1472. ISSN 1396-0466.
- 26Napoleao, Bianca M.; Petrillo, Fabio; Halle, Sylvain (2020). "Open Source Software Development Process: A Systematic Review". 2020 IEEE 24th International Enterprise Distributed Object Computing Conference (EDOC). IEEE. pp. 135–144. arXiv:2008.05015. doi:10.1109/EDOC49727.2020.00025. ISBN 978-1-7281-6473-1.
The source notesEvidence & further reading26 sources
- Open-source software — Wikipedia, revision 1376036006 Wikipedia contributors · Reference source · accessed 2026-09-22
- Morgan, Lorraine; Finnegan, Patrick (2007). "Benefits and Drawbacks of Open Source Software: An Exploratory Study of Secondary Software Firms". Open Source Development, Adoption and Innovation. IFIP — the International Federation for Information Processing. Vol. 234. Springer. pp. 307–312. doi:10.1007/978-0-387-72486-7_33. ISBN 978-0-387-72485-0. doi.org · Reference source · link imported 2026-09-22
- Open Sources: Voices from the Open Source Revolution oreilly.com · Reference source · link imported 2026-09-22
- Dibona, Chris; Ockman, Sam (January 1999). The Open Source Definition by Bruce Perens. O'Reilly. ISBN 978-1-56592-582-3. archive.org · Reference source · link imported 2026-09-22
- "The Open Source Definition". 7 July 2006. Archived from the original on 15 October 2013. Retrieved 24 August 2008. opensource.org · Reference source · link imported 2026-09-22
- "OSI Approved Licenses". Open Source Initiative. 16 September 2022. Retrieved 12 July 2026. opensource.org · Reference source · link imported 2026-09-22
- Mitchell, Kyle E. (11 May 2020). ""Open Source" Is Nobody's Property". /dev/lawyer. Retrieved 12 July 2026. writing.kemitchell.com · Reference source · link imported 2026-09-22
- Schneider, Nathan (2021). "The Tyranny of Openness: What Happened to Peer Production?". Feminist Media Studies. 21 (8): 1411–1428. doi:10.1080/14680777.2021.1890183.