--- layout: default id: home title: Home description: "Microsoft Open Source: get involved in open source communities, discover projects and ecosystems Microsoft is involved in, and learn about the Microsoft open source program" ---

Open.
Collaborative.
Flexible.

Open Source enables Microsoft products and services to bring choice, technology and community to our customers.

Projects

Some of the most popular developer tools, frameworks and experiences in the world are built around open communities. Here are a few featured Microsoft projects of note.

{% assign featured_projects_count = 0 %} {% for project in site.projects %} {% if project.featured and featured_projects_count < 3 %} {% assign featured_projects_count = featured_projects_count | plus: 1 %}
{% if project.externalLogo %} {% assign img = project.externalLogo %} {% else %} {% capture img %}/assets/images/projects/{{ project.logo }}{% endcapture %} {% endif %}

{{ project.title }}

{{ project.description }}

{% endif %} {% endfor %}

Microsoft's communities Get involved

We are building value together and welcome everyone to participate. Together, in the open, it's an exciting time to use technology to build hacks, apps, and services.

Learn from our enterprise-scale approach Our program & tools

We have worked to develop a strong open source program over the past decade, making it easy for every team at Microsoft to choose to use, contribute to, and release open source software.

Many of our tools and approaches are available for you to learn from, too.

Innovate faster and more securely with open source on Azure

Build on a highly secure cloud platform designed to protect your data and business assets, including proactive, comprehensive compliance coverage. Gain the flexibility to move your app anywhere. Operate seamlessly and elastically, on-premises, in hybrid or multicloud environments, or at the edge.

Microsoft Open Source Updates

{% assign postCount = site.posts|size %} {% if postCount > 4 %} {% endif %}

Community Resources

We welcome you to our open communities. Please check out our Code of Conduct and one-time Contributor License Agreement to help us all participate with care.

{% for resources in site.data.community %} {% for resource in resources.resources %} {% endfor %} {% endfor %}