| layout | home |
|---|---|
| title | Home |
| description | Find the OpenSSF projects that fit you. Browse by your role, by the problem you're solving, or by project. |
The OpenSSF ships {{ site.data.projects | size }} projects that secure open source software — but not all of them speak to every role or every problem. Start from whichever angle fits how you think.
Start from an angle
<a class="hero-route" href="#pick-a-persona">
<span class="hero-route__head">
<span class="hero-route__name">By role</span>
<span class="hero-route__count">{{ site.data.personas | size }} personas</span>
</span>
<span class="hero-route__desc">Match the persona that fits your day job.</span>
<i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>
<a class="hero-route" href="#browse-by-problem">
<span class="hero-route__head">
<span class="hero-route__name">By problem</span>
<span class="hero-route__count">{{ site.data.problems | size }} problems</span>
</span>
<span class="hero-route__desc">Start from the security problem you're solving.</span>
<i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>
<a class="hero-route" href="{{ '/projects/' | relative_url }}">
<span class="hero-route__head">
<span class="hero-route__name">By project</span>
<span class="hero-route__count">{{ site.data.projects | size }} projects</span>
</span>
<span class="hero-route__desc">Jump straight to a project you already know.</span>
<i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>
Pick the persona that matches your day job to see the projects written for you.
{{ p.short }}
{{ p.summary }}
See their project guide
{% endfor %}Know the problem you're trying to solve? Start there and see which projects help.
{{ pr.short }}
{{ pr.summary }}
See the projects that help
{% endfor %}Already know the project? The project index lists all {{ site.data.projects | size }} and opens into the personas it serves, the problems it solves, and the projects it pairs well with.