Which open-source projects are widely used but maintained by just a few people?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sudo

    Utility to execute a command as another user

    Looking at the example of sudo it seems there are still plenty of regular and recent commits.

    https://github.com/sudo-project/sudo/commits/main/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • tz

    Time zone database and code

    Time Zone Database

    https://github.com/eggert/tz/graphs/contributors

    https://en.wikipedia.org/wiki/Tz_database

  • coolify

    An open-source & self-hostable Heroku / Netlify / Vercel alternative.

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

    Mocha js testing framework is widely used and maintained by a small team https://github.com/mochajs/mocha/issues/5027

  • husky

    Git hooks made easy 🐶 woof!

    husky (git hooks) https://github.com/typicode/husky

  • oils

    Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!

    bash and readline - Chet Ramey. Both originally by Brian Fox https://twobithistory.org/2019/08/22/readline.html

    maybe less of a bus factor now with OSH approaching feature/speed parity and having more maintainers https://www.oilshell.org/

  • Byte Buddy

    Runtime code generation for the Java virtual machine.

    byte-buddy - runtime code generation for the Java virtual machine - https://github.com/raphw/byte-buddy

    > It is stable and in use by distinguished frameworks and tools such as Mockito, Hibernate , Jackson, Google's Bazel build system and many others. Byte Buddy is also used by a large number of commercial products to great result. It is currently downloaded over 75 million times a year.

  • ZLib

    A massively spiffy yet delicately unobtrusive compression library.

  • libexpat

    :herb: Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub

  • linux-pam

    Linux PAM (Pluggable Authentication Modules for Linux) project

  • re2c

    Lexer generator for C, C++, Go and Rust.

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    Homebrew has a healthy amount of contributors. Some people leave as priorities change but others join.

    https://github.com/Homebrew/brew#who-we-are

  • e2fsprogs

    Ext2/3/4 file system utilities

    e2fsprogs (https://github.com/tytso/e2fsprogs) is a widely-used utility suite for creating, maintaining, and repairing ext2, ext3, and ext4 filesystems

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • orca

    Read-only mirror of https://gitlab.gnome.org/GNOME/orca (by GNOME)

  • accesskit

    Accessibility infrastructure for UI toolkits

  • heyform

    HeyForm is an open-source form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.

    Not very typical "widely used" project but recently surpassed 100k+ installs with two people working on it part-time.

    https://github.com/heyform/heyform

  • coreutils

    upstream mirror (by coreutils)

    How about the history for "true": https://github.com/coreutils/coreutils/commits/master/src/tr...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build a LinkedIn Bio Generator in Laravel using the REST API of OpenAI, Livewire and Tailwind CSS.

    5 projects | dev.to | 21 May 2023
  • How I structured my first Express App

    2 projects | dev.to | 7 Nov 2021
  • Focusing your tests on the domain. A PHPUnit example

    2 projects | dev.to | 4 Oct 2024
  • Symfony: A Robust and Scalable PHP Framework for Modern Web Applications

    1 project | news.ycombinator.com | 1 Oct 2024
  • Using Redis for Caching in Laravel: A Step-by-Step Guide

    4 projects | dev.to | 29 Sep 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?