DEV Community

Cover image for OSSDrop — a curated, community-ranked directory of open-source tools
Ripon C Malo
Ripon C Malo

Posted on

OSSDrop — a curated, community-ranked directory of open-source tools

Finding a good open-source tool is mostly luck. You catch it in a buried Hacker News thread, or a coworker mentions it, or you trip over a repo with 300 stars that does exactly what you needed six months ago. Meanwhile thousands of genuinely useful projects sit unseen because discovery is noisy and nobody's curating it.

We built OSSDrop to make that less random.

What OSSDrop is

OSSDrop is a curated, community-ranked directory of open-source tools, live at ossdrop.com. Every listing points to a real repository with a verified license and star count — no dead links, no vaporware. You can browse by category, upvote the tools you actually use, and submit your own project in a single step.

It runs across three places:

  • ossdrop.com — the ranked directory, plus a forum for the people building and using these tools.
  • OSSDrop/OSSDrop on GitHub — an open list you can add your tool to with a pull request.
  • r/OSSDrop — the subreddit for discussion and finds.

The list and the site share the same data, so anything on the GitHub list flows into the directory.

How the ranking works — and what doesn't buy you rank

This is the part we care most about getting right, so we made it public. There's a full How OSSDrop works page that spells out the ranking, but the short version:

  • Tools rank on community votes and recency. People upvote what they use; fresh, well-received tools rise. It's the same intuition as a link aggregator, applied to a directory.
  • Karma is earned, not handed out. You build it by posting and voting like a normal member. Admins can't gift it, and there's no way to buy it.
  • Boosts and promotion don't move ranking scores. If we ever offer paid visibility, it's clearly labeled placement — it will never quietly reorder the rankings. The vote-based order stays honest.

We wrote it down partly so you can hold us to it.

What you'll actually find on it

A good chunk of the early catalog is the kind of tool developers pass around by word of mouth. If you live in a terminal, a few that are already listed:

  • lazygit — a terminal UI for git that makes staging, branching, and rebasing genuinely fast.
  • ripgrep — recursive search that's absurdly quick and respects your .gitignore by default.
  • fzf — a fuzzy finder that plugs into your shell, history, and just about everything else.
  • batcat with syntax highlighting, line numbers, and git integration.
  • httpie — a human-friendly HTTP client for testing APIs without wrestling curl flags.

Beyond the terminal, the catalog spans everything from projects out of large labs to tools maintained by one person on weekends. Notable and verified projects carry a Curated badge so it's clear what's been checked.

Adding your tool takes about a minute

If you maintain something open source, submitting is one step: paste the repository URL and OSSDrop auto-fetches the name, description, license, and stars from the forge so you're not filling out a long form. If your tool is already on the list, you can claim it — that request goes to a human, and once it's verified you own the listing and can keep it up to date.

That's the whole point of the "drop" in the name: drop your open-source tool and let people find it.

Why it's built this way

OSSDrop is made by Matily, a nonprofit open-source studio. That shapes the rules: it's free, it's privacy-respecting, and it's neutral. We list other people's tools — including things that compete with each other, and things that compete with us — fairly. A directory is only worth anything if it isn't gatekept, and if you can trust that what's near the top got there honestly.

No fake metrics, no dark patterns, no "best tool ever." Just an accurate, community-ranked home for open-source work.

FAQ

Is OSSDrop free?
Yes. Browsing, voting, submitting, and claiming a tool are all free.

How is it different from Awesome lists or a GitHub topic?
Awesome lists are static and unranked, and topics are just tag pages. OSSDrop is ranked by the people using the tools, kept current, and it's a place to discuss them — not only a list.

Do I have to use GitHub?
You can sign in with GitHub or Google, and the GitHub list accepts pull requests. Support for tools hosted on other forges is on the roadmap.

Can I list a tool I didn't build?
Yes — the directory is meant to be generous. If you're the maintainer and want to manage the listing, use the claim flow to take ownership after a quick verification.


Have a tool you rely on that more people should know about? Add it, or upvote the ones already there: ossdrop.com.

Top comments (0)