The Open Source Initiative, a nonprofit organization that promotes and protects open source software, has published its annual ranking of the most viewed open source licenses in 2025, reflecting the preferences and priorities of developers, organizations, and open source communities worldwide.

At the top of the 2025 rankings is the MIT License, maintaining its long-standing position as the most sought-after open-source license. With approximately 1.53 million pageviews and 925,000 unique visitors, the MIT License’s permissive terms and minimal restrictions remain highly attractive for projects ranging from personal open source repositories to large-scale commercial products.

  • fruitcantfly@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 day ago

    The problem is not the conclusion*. The problem is that the method used to reach it is terrible.

    As you say, you could look at license popularity on GitHub, and the author should have done something like that, but even those statistics have to be interpreted carefully:

    Each data point corresponds to the rank of a license based on the count of unique developers who uploaded code to a repository subject to the terms of that license during a given quarter.

    In other words, this measures how many developers are commiting code under each license, and thus is more of a reflection of the popularity of software under each license, rather than the licenses themselves.

    Perhaps a more meaningful measure would be how many (unique) repositories are created with each license, since a developer commiting code to a repo does not mean that they favor the license of that repo. I couldn’t find numbers for 2025, but amusingly these totals from 2020 suggest that no license is the most popular license, followed by MIT and then Apache

    * The majority of my own code is MIT, by a large margin-