The Apache® Software Foundation (ASF) provides software for the public good, guided by community over code. Like the enduring oak tree, our projects thrive through the contributions of thousands worldwide.
The ASF is the home of the world’s most trusted open source projects in data, cloud, search, libraries, geospatial, IoT, and beyond.
Give your project a neutral, trusted home where communities flourish — with the ASF’s expertise, tools, and support to help you succeed.
At The ASF, contribution is for everyone. Whether code, docs, or ideas — your +1 makes a difference. Come contribute and grow with us.
The ASF is a 501(c)(3) nonprofit, supported by individual and corporate donors who believe in secure software for the public good and the power of community over code.
Explore what’s new at The ASF — from project news to community voices, all in one place.
<h3 class="text-white">Most Recent Blog Posts</h3>
<div class="blog-feed flex mb-large flex-column-600">
{% for foundation in foundation|slice:":3" %}
<div class="blog-card text-left">
<div class="blog-card-inner">
<img class="card-decoration" src="/images/oakleaf.svg" alt="asf oak leaf logo">
<div class="blog-date">
{{ foundation.date|strftime('%d %B %Y') }}
</div>
<h4>{{ foundation.title|striptags }}</h4>
<div class="blog-card-link">
<a class="continue" target="_blank" href="{{ foundation.href }}">Read Post</a>
</div>
</div>
</div>
{% endfor %}
</div>
<h3 class="text-white">Plus One Newsletter</h3>
<div class="blog-feed flex flex-column-600 mb-large">
{% for newsletter in newsletter|slice:":3" %}
<div class="blog-card text-left">
<div class="blog-card-inner">
<img class="card-decoration" src="/images/oakleaf.svg" alt="asf oak leaf logo">
<div class="blog-date">
{{ newsletter.date|strftime('%d %B %Y') }}
</div>
<h4>{{ newsletter.title|striptags }}</h4>
<div class="blog-card-link">
<a class="continue" target="_blank" href="{{ newsletter.href }}">Read Post</a>
</div>
</div>
</div>
{% endfor %}
</div>
<h3 class="text-white">Plus One Podcast</h3>
<div class="blog-feed flex flex-column-600">
{% for podcast in podcast|slice:":3" %}
<div class="blog-card text-left">
<div class="blog-card-inner">
<img class="card-decoration" src="/images/oakleaf.svg" alt="asf oak leaf logo">
<div class="blog-date">
{{ podcast.date|strftime('%d %B %Y') }}
</div>
<h4>{{ podcast.title|striptags }}</h4>
<div class="blog-card-link">
<a class="continue" target="_blank" href="{{ podcast.href }}">Listen Now</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
From first contributions to global impact, these stories show the strength of our community.