All posts
ArticleTools

Top 10 Websites to Find Open Source Software for Any Use Case

A practical list of the best websites to find open source software, from GitHub Trending and ossium to awesome lists and AlternativeTo, and which search each one suits.

OpenCode
OpenCode4 min read

Ten sites, each with a different reason to exist. No single one of them finds everything, and anyone who tells you otherwise is selling something. What follows is where I actually go, depending on what I am looking for.

GitHub Trending. The default. Updated daily, and its language tabs (Today, This Week, This Month) are more useful than most people use. Suits: when you want to see what is gaining stars right now, before you decide what deserves attention. The feed is popularity-weighted, so it rewards hype. Fine for a scan, weak for a decision.

ossium. A discovery platform built on GitHub data, with trending repos plus filters for programming language and license, project comparison, and tracking. Suits: when you have criteria, "self-hosted, Go, MIT license, actively maintained", and you want the list narrowed before you open any repository page. If your decision hinges on license or maintenance, this is the site. The discovery workflow is covered in how to find projects as a beginner.

Sourcegraph. Code search over millions of repositories. Suits: when you want to see how a library is actually used in the wild, or verify a claim in a README. Type a function name and you get real usage examples. It will not tell you what to pick, but it will tell you whether a project's code matches its promises.

Awesome lists. Not a single website so much as a convention, but the awesome-* repositories on GitHub are the most reliable curated directories in open source. awesome-selfhosted alone answers the "is there a self-hosted alternative" question for almost anything. Suits: research-heavy browsing by category, where you want a human-curated shortlist.

LibHunt. Ranks open source libraries by GitHub stars, organized by topic, with an alternatives feed. Suits: "which library for X" questions where you want a popularity baseline plus related options. The ranking is crude, so treat it as a starting list, not a verdict.

Free Software Directory. Run by the Free Software Foundation, listing thousands of packages that respect user freedom, which usually means a copyleft bias and no proprietary dependencies. Suits: when the license is a hard requirement, especially if you want to avoid anything non-free. Not the place for current trends.

AlternativeTo. Users vote and comment on alternatives to known software, and it includes open source options alongside commercial ones. Suits: "I currently use X and want something different" searches. The open source filter shows you what the crowd recommends instead of the marketing copy.

Hacker News (Algolia search). Not a directory, but the best source of ground truth about which projects are actually good. Suits: reading what maintainers and power users say about a project before you adopt it. Search a repo name, sort by date, and read the threads where people argue about the tradeoffs.

Open Hub (Black Duck). Years of statistics on projects, contributors, and licenses. Suits: due diligence on a project's history, contributor counts, and license data. The interface is dated and the data leans toward the older open source world, which is exactly where it is strongest.

GitLab Explore. The non-GitHub half of open source. Suits: finding projects that live outside the GitHub ecosystem, which includes serious infrastructure and corporate open source.

Each of these solves one job well. Match the site to the question you are asking and you will find things in minutes. Ask the wrong one and you will conclude open source has nothing for you. If you would rather skip the search and look at finished projects, the 10 tools worth trying in 2026 list is a different kind of starting point.

open-sourcediscoverydirectoriescurated-liststools

Related posts