January 22, 1998T1
Netscape Opens Its Source — mozilla.org Is Born
Cornered by Internet Explorer, Netscape Communications announced that it would release the source code of its flagship product, Netscape Communicator. The code shipped on 31 March and mozilla.org was set up the same day to coordinate the new project. It was the first serious example of a flagship commercial product being open-sourced; Eric Raymond's essay 'The Cathedral and the Bazaar' is widely credited with influencing the decision. From here flowed the Mozilla Suite, Mozilla 1.0 (2002), Firefox 1.0 (2004), and today's Mozilla Foundation / Corporation structure.
Metadata
- Date
- January 22, 1998
- Decade
- 1990s
- Tier
- T1
- Sources
- 04
- Connections
- 00
Netscape Opens Its Source — mozilla.org Is Born
On 22 January 1998, Netscape Communications issued a press release: it would release the source code of Netscape Communicator, its flagship product. At the time, the move had no real precedent in the commercial software industry.
On 31 March, the code shipped under the Mozilla Public License 1.0 (later 1.1). The same day, mozilla.org was founded to coordinate the new project. Its logo—a dinosaur head drawn by the artist Shepard Fairey—would represent Mozilla for the next twenty years and more.
From that decision came the Mozilla Suite, Mozilla 1.0 (2002), Firefox 1.0 (2004), Thunderbird, and the present Mozilla Foundation / Corporation structure.
Why a Company Open-Sourced Its Crown Jewel
From 1995 to 1997, Netscape had been ascendant. Navigator held over 80% of the browser market, and the August 1995 IPO tripled on its first day—an emblematic event of the dot-com era.
Then in December 1995 Microsoft moved seriously into browsers. Internet Explorer 4.0 in 1997 and 5.0 in 1998 were bundled free with Windows. Netscape, which charged for its browser, was forced into a price war with a free product carried by the dominant operating system. Its position deteriorated quickly.
Inside the company, CEO Jim Barksdale, executive Frank Hecker, and others argued for a radical move: "We have nothing to lose. Bet on open source." A 1998 internal memo by Frank Hecker, titled "Netscape Source Code As Netscape Product", is generally credited with turning the executive team.
The Influence of "The Cathedral and the Bazaar"
Eric S. Raymond's essay "The Cathedral and the Bazaar", presented at the Linux Kongress in May 1997 and published online in August, is widely credited with informing the decision.
The thesis:
- Cathedral model: a small group of experts builds in a closed environment, on a plan (the classical commercial model)
- Bazaar model: many participants build in parallel, in the open (the Linux model)
- "Given enough eyeballs, all bugs are shallow"
In December 1997, Raymond was invited to Netscape's offices to present the argument directly to senior management. Marc Andreessen later confirmed that the essay acted as a catalyst for the internal debate. Raymond's essay would become a 1999 book and a kind of philosophical bible for the open-source movement; Netscape's decision was the moment its thesis received executive validation in industry.
From Mozilla Suite to Firefox
The released Communicator source proved harder to work with than expected:
- A legacy C++ codebase of several million lines
- Internal dependencies on AOL / Time Warner
- A rendering engine (Gecko) that needed rewriting
From 1998 to 2002, mozilla.org rebuilt Gecko and reworked the UI. Mozilla 1.0 finally shipped in June 2002—more than four years after the original announcement.
But Mozilla Suite was monolithic and heavy. Three young developers—Dave Hyatt, Joe Hewitt, and Blake Ross—forked a lightweight browser-only project in 2002 as Phoenix. Trademark disputes pushed it through Firebird to its final name. Firefox 1.0 shipped on 9 November 2004.
Firefox pried open the IE monoculture. It peaked around 30% market share in 2009. Tabbed browsing, extensions, web-standards compliance—the modern browser idioms it consolidated were later inherited by Chrome.
The Foundation / Corporation Structure
In July 2003 AOL (Netscape's parent) dissolved the Netscape division. To continue mozilla.org's work, the Mozilla Foundation was incorporated as a US 501(c)(3) non-profit.
A Foundation alone, however, could not easily handle commercial agreements—especially the default-search-engine deal that funded the work. So in August 2005, the Mozilla Corporation was created as a wholly-owned for-profit subsidiary:
- Mozilla Foundation (non-profit) — holds all shares; guards mission and governance
- Mozilla Corporation (for-profit) — develops and operates Firefox; signs deals with Google and others
This "non-profit parent + for-profit subsidiary" structure became a reference design for many later open-source and AI organisations, OpenAI (founded 2015 with a similar arrangement) among them.
The Mozilla Public License
The MPL 1.0 (1998) aimed at a middle path between GPL and BSD:
- File-level copyleft: only modified files fall under the MPL, not the whole derivative work
- Sources of modified files must be made available, but those files may be linked into a larger, possibly closed, product
MPL 2.0 (2012) cleaned up GPL compatibility and is still used—for example by parts of the Rust standard library (Rust itself is dual MIT/Apache).
What It Showed
Mozilla 1998 was not, by itself, a commercial success. Netscape was sold to AOL for US$4.2 billion in 1999, and the brand eventually faded.
The long-term consequences of the decision were of a different scale.
- It set the precedent for corporately-released open-source projects, alongside Apache and Linux.
- The Mozilla Foundation structure became a reference for hybrid non-profit / for-profit AI and open-source organisations.
- Firefox served as the guardian of web standards from 2004 until the rise of Chrome in 2008 and beyond.
- The lineage of liberally licensed rendering engines—WebKit, Chromium, Servo (Rust)—runs through the work done at mozilla.org.
The "we have nothing to lose, so we'll bet on open source" decision turned out to be an institutional defence of the web against single-vendor lock-in. The founding of mozilla.org is the point at which open source matured from a movement of ideas into a counterweight against multinational platform power.
Sources
SecondaryMozilla — Wikipedia