Software

Top 23 Software Open-Source Projects

  • public-apis

    A collective list of free APIs

  • Project mention: 10 GitHub repositories that every developer must follow | dev.to | 2024-02-21

    ✅ public-apis/public-apis : https://github.com/public-apis/public-apis

  • awesome-mac

     Now we have become very big, Different from the original idea. Collect premium software in various categories.

  • Project mention: The awesome-mac repo | /r/MacOS | 2023-09-23
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • glances

    Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.

  • Project mention: Homelab Adventures: Crafting a Personal Tech Playground | dev.to | 2024-04-22

    Glances

  • awesome-sysadmin

    A curated list of amazingly awesome open-source sysadmin resources. (by awesome-foss)

  • Project mention: Good coding groups for black women? | news.ycombinator.com | 2024-01-13

    - https://github.com/awesome-foss/awesome-sysadmin

  • podman

    Podman: A tool for managing OCI containers and pods.

  • Project mention: Podman 5.0 has been released | news.ycombinator.com | 2024-03-26

    Example of why: https://github.com/containers/podman/issues/5102#issuecommen...

  • Awesome-Linux-Software

    🐧 A list of awesome Linux softwares

  • Project mention: Good coding groups for black women? | news.ycombinator.com | 2024-01-13

    - https://github.com/luong-komorebi/Awesome-Linux-Software

  • authelia

    The Single Sign-On Multi-Factor portal for web apps

  • Project mention: Keycloak SSO with Docker Compose and Nginx | news.ycombinator.com | 2024-02-11

    It's me and two others though I'm definitely the most active. We put a lot of effort into security best practices and one of my co-developers is currently reviewing the 4.38.0 release. It's a fairly major release with a lot of important code paths that have been improved for the future.

    Our official docs can be found at https://www.authelia.com and you can find docs for a particular PR in the relevant PR. We've also linked the pre-release docs in the pre-release discussions which can be found here: https://github.com/authelia/authelia/discussions/categories/...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Laradock

    Full PHP development environment for Docker.

  • Project mention: Laravel Docker in Windows | /r/PinoyProgrammer | 2023-04-30

    Haven’t touched Laravel for years pero baka laradock might be good for your use case

  • awesome-podcasts

    Collection of awesome podcasts

  • Chocolatey

    Chocolatey - the package manager for Windows

  • Project mention: Let’s build AI-tools with the help of AI and Typescript! | dev.to | 2024-04-23

    Chocolatey Windows software management solution, we use this for installing Python and Deno

  • juicefs

    JuiceFS is a distributed POSIX file system built on top of Redis and S3.

  • Project mention: South Korea's No.1 Search Engine Chose JuiceFS over Alluxio for AI Storage | dev.to | 2024-01-18

    Support for Kerberos keytab files

  • pivpn

    The Simplest VPN installer, designed for Raspberry Pi

  • Project mention: PiVPN v4.6.0: The End | news.ycombinator.com | 2024-04-06
  • authentik

    The authentication glue you need.

  • Project mention: Show HN: Stack, the open-source Clerk/Firebase Auth alternative | news.ycombinator.com | 2024-04-14

    If you're looking for a system that has more features, is user friendly, a nice admin ui and easy deployments compared to Keycloak. Please give https://goauthentik.io/ a shot. Not affiliated in any way, just a very happy user.

    It has

    -an admin UI

    - Supports (LDAP, SAML, OAUTH, social logins)

    - MFA, Passkeys

    - Application access based on user groups etc

  • E2B

    Cloud Runtime for AI Agents

  • Project mention: Show HN: Add AI code interpreter to any LLM via SDK | news.ycombinator.com | 2024-04-12

    Hi, I'm the CEO of the company that built this SDK.

    We're a company called E2B [0]. We're building and open-source [1] secure environments for running untrusted AI-generated code and AI agents. We call these environments sandboxes and they are built on top of micro VM called Firecracker [2].

    You can think of us as giving small cloud computers to LLMs.

    We recently created a dedicated SDK for building custom code interpreters in Python or JS/TS. We saw this need after a lot of our users have been adding code execution capabilities to their AI apps with our core SDK [3]. These use cases were often centered around AI data analysis so code interpreter-like behavior made sense

    The way our code interpret SDK works is by spawning an E2B sandbox with Jupyter Server. We then communicate with this Jupyter server through Jupyter Kernel messaging protocol [4].

    We don't do any wrapping around LLM, any prompting, or any agent-like framework. We leave all of that on users. We're really just a boring code execution layer that sats at the bottom that we're building specifically for the future software that will be building another software. We work with any LLM. Here's how we added code interpreter to Claude [5].

    Our long-term plan is to build an automated AWS for AI apps and agents.

    Happy to answer any questions and hear feedback!

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev

    [2] https://github.com/firecracker-microvm/firecracker

    [3] https://e2b.dev/docs

    [4] https://jupyter-client.readthedocs.io/en/latest/messaging.ht...

    [5] https://github.com/e2b-dev/e2b-cookbook/blob/main/examples/c...

  • awesome-privacy

    🦄 A curated list of privacy & security-focused software and services (by Lissy93)

  • Project mention: Privacy-respecting software alternatives, compared and analyzed | news.ycombinator.com | 2024-03-09
  • PyQt-Fluent-Widgets

    A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.

  • Project mention: Make Qt Great Again. PFW: A fluent design widgets library based on PyQt/PySide | news.ycombinator.com | 2023-06-24
  • lando

    A development tool for all your projects that is fast, easy, powerful and liberating

  • Project mention: Working on Multiple Web Projects with Docker Compose and Traefik | news.ycombinator.com | 2023-10-03

    Still remember https://lando.dev/ ?

  • docker-php-extension-installer

    Easily install PHP extensions in Docker containers

  • Project mention: Are there any plans on making PHP 8 a normal apt repository? | /r/PHP | 2023-05-12

    Our "fix" was eventually move away to containers (local dev docker, production k8s) and never look back. Essentially https://github.com/mlocati/docker-php-extension-installer fills the void perfectly.

  • Laravel Homestead

  • Project mention: What is a better dev setup instead of xampp? | /r/PHP | 2023-07-05

    But some weeks ago i switched to homestead + WSL2 only and no need for vagrant/virtualbox anymore.

  • woodpecker

    Woodpecker is a simple yet powerful CI/CD engine with great extensibility.

  • Project mention: The worst thing about Jenkins is that it works | news.ycombinator.com | 2023-12-03

    https://github.com/woodpecker-ci/woodpecker

  • ghostfolio

    Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍

  • Project mention: Hacktoberfest 2023 with Ghostfolio | dev.to | 2023-09-26

    At Ghostfolio, we are very excited to participate in Hacktoberfest for the second time, looking forward to connecting with new and enthusiastic open-source contributors. Hacktoberfest is a month-long celebration of open-source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers from all over the world give extra attention to new contributors while guiding them through their first pull requests on GitHub. This year the event celebrates its 10th anniversary.

  • List-Of-Open-Source-Internships-Programs

    A curated list of all the open-source internships/Programs

  • Project mention: Resources for Self-Taught CS Enthusiasts: Open Source Internship Programs, Learning CS, and Free Coursera Courses | /r/buildindia | 2023-05-01
  • lldap

    Light LDAP implementation

  • Project mention: Keycloak SSO with Docker Compose and Nginx | news.ycombinator.com | 2024-02-11

    Good to hear, I think it'll make many users happy. For me, I've migrated back to Authelia. I moved to authentik because at the time Authelia had no user management. After all of authentik's sharp edges, I've found lldap[0], and was able to implement a pilot in a few hours. I haven't looked back, since everything was converted.

    [0]: https://github.com/lldap/lldap

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Software related posts

Index

What are some of the best open-source Software projects? This list will help you:

Project Stars
1 public-apis 292,037
2 awesome-mac 71,258
3 glances 24,869
4 awesome-sysadmin 22,611
5 podman 21,645
6 Awesome-Linux-Software 21,135
7 authelia 19,523
8 Laradock 12,234
9 awesome-podcasts 12,009
10 Chocolatey 9,866
11 juicefs 9,791
12 pivpn 6,871
13 authentik 6,762
14 E2B 6,076
15 awesome-privacy 5,946
16 PyQt-Fluent-Widgets 4,533
17 lando 3,986
18 docker-php-extension-installer 3,920
19 Laravel Homestead 3,856
20 woodpecker 3,664
21 ghostfolio 3,568
22 List-Of-Open-Source-Internships-Programs 3,499
23 lldap 3,473

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