Library

Top 23 Library Open-Source Projects

  1. React

    The library for web and native user interfaces.

    Project mention: Port React Compiler to Rust | news.ycombinator.com | 2026-06-05
  2. SaaSHub

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

    SaaSHub logo
  3. imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

    Project mention: strace-ui, Bonsai_term, and the TUI renaissance | news.ycombinator.com | 2026-06-02

    My take is that GUI frameworks/APIs have abandoned power users.

    Yes, there are thing like https://github.com/ocornut/imgui, and some (especially open source) applications try and muddle a long with Qt or GTK, but many (most?) serious professional or power user applications have built their own GUI frameworks or at least custom controls to deal with this.

    Whatever route you take, as a dev it's painful, especially for someone who remembers adding a couple of libraries to a Delphi project back in the Office 2000s era and getting full docking, configurable toolbars, etc. with little to no work.

    So the easy fallback (especially with the recent proliferation of libraries) is TUI and CLI applications with the layout/docking and tabs provided by the terminal emulator itself or one of tmux/zellij/etc.

    I've been thinking on and off for a few years now about the idea of a "graphical terminal", sitting somewhere between a GUI toolkit and a terminal emulator and a full blown OS for building inter-composable apps and tools and components that could replace TUI based workflows/apps/layouts. I have a vision of every "pro" app just being a different curation and configuration of underlying components rather than actually separate software.

  4. ccxt

    A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go / Java

    Project mention: My bot ran for 48 hours and didn't do a thing | dev.to | 2026-05-23

    But to get fresh quotes, the bot polls the exchange's orderbook (via the wonderful but occasionally-temperamental ccxt library). And those polls were timing out — silently, in batches. Five-minute window: 215 orderbook timeouts. Same five-minute window: zero successful quote refreshes.

  5. libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

    Project mention: I Will Not Add Query Strings to Your URLs | news.ycombinator.com | 2026-05-09

    bagder merged a fix to curl in response to my report: https://github.com/curl/curl/commit/b079595f2e903b820a027a68...

    Sorry for not believing you initially! I'm very surprised that was in there

  6. heroui

    🚀 Beautiful, fast and modern React UI library. (Previously NextUI)

    Project mention: The tech stack behind InkRows | dev.to | 2026-01-06

    HeroUI provides accessible, pre-built components that work well with Tailwind CSS. So far, I think this is one of the best UI libraries so make sure you check it out.

  7. Mo.js

    The motion graphics toolbelt for the web

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    Mojs - Screen density independent effects look good on any device

  8. framework7

    Full featured HTML framework for building iOS & Android apps

    Project mention: Top 10 Frameworks for Hybrid Mobile Apps in 2026 | dev.to | 2025-12-19

    Framework7 is a hybrid mobile app framework focused on creating iOS and Android apps with a native look and feel. It is especially suitable for Progressive Web Apps (PWAs) and smaller projects. Framework7 comes with a comprehensive set of UI components that match each platform’s design guidelines, allowing developers to quickly build visually appealing applications with minimal configuration.

  9. tracy

    Frame profiler

    Project mention: NASA Built Artemis II's Fault-Tolerant Computer | news.ycombinator.com | 2026-04-10

    >what is my point? well, i think a web stack ran under an RTOS (and sized appropriately) might be a much more pleasurable experience. Get rid of all those lags, and intermittent hangs and calls for more GB of memory.

    ... it's not the OS that's source of majority of lag

    Click around in this demo https://tracy.nereid.pl/

  10. badger

    Fast key-value DB in Go.

  11. webview

    Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

    Project mention: Tauri binding for Python through Pyo3 | news.ycombinator.com | 2025-10-07

    "a thin wrapper over the system webview"

    That is very complicated if you take into account also Linux, Windows, iOS, Android support and related utilities like tray icon, etc. There are other efforts, too, but they are also wrappers. Like this C/C++ implementation https://github.com/webview/webview that targets only desktop operating systems.

  12. QuestPDF

    QuestPDF is a modern library for PDF document generation. Its fluent C# API lets you design complex layouts with clean, readable code. Create documents using a flexible, component-based approach.

    Project mention: 7 Document Processing Tasks Every .NET Developer Should Automate | dev.to | 2026-05-20

    The following example uses QuestPDF to generate a simple invoice PDF:

  13. FreeRDP

    FreeRDP is a free remote desktop protocol library and clients

  14. barba

    Create badass, fluid and smooth transitions between your website’s pages

  15. bloc

    A predictable state management library that helps implement the BLoC design pattern

    Project mention: The Complete Guide to Flutter BLoC State Management | dev.to | 2026-03-18

    The BLoC (Business Logic Component) pattern is where serious teams land. Google's own Flutter team uses it internally. Nubank, one of the world's largest digital banks with 90 million customers, built its app on it. BMW runs it in production. The flutter_bloc package has logged over 1.4 million downloads on pub.dev. That's not hype. That's validation at scale.

  16. animated-tab-bar

    :octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion

  17. Apache Thrift

    Apache Thrift

  18. cdnjs

    🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.

  19. FSCalendar

    A fully customizable iOS calendar library, compatible with Objective-C and Swift

  20. libgit2

    A cross-platform, linkable library implementation of Git that you can use in your application.

    Project mention: OSD600 - Lab2 | dev.to | 2025-09-19

    The biggest challenge for me was setting up the repo I forked. The person I was working with actually used libgit2, which is very impressive but also meant I needed to install some extra dependencies. I had never worked with libgit2 before, so I was stuck for a while trying to get everything to build. Luckily, the repo owner was kind enough to guide me through this process and explain how he had configured his environment.

  21. folding-cell

    :octocat: 📃 FoldingCell is an expanding content cell with animation made by @Ramotion

  22. icecream

    🍦 Never use print() to debug again.

    Project mention: Ask HN: Why is Claude so horrible? Are they paying people to glaze it on X? | news.ycombinator.com | 2026-02-13
  23. koin

    Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

    Project mention: Part 5: Wire Everything with Koin - Ktor Native Worker Tutorial | dev.to | 2025-12-21

    Koin is a lightweight dependency injection framework for Kotlin that:

  24. react-native-vision-camera

    📸 A powerful, high-performance React Native Camera library.

    Project mention: React Native ile Endüstriyel Barkod Okuma: Ters Renk Data Matrix Kodları ve Zebra DataWedge Entegrasyonu | dev.to | 2025-12-19

    React Native Vision Camera

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).

Library discussion

Log in or Post with

Library related posts

  • Docker, Node, and Electron Walked Into My Terminal. So I Built a 3.5MB App to Kick Them All Out.

    4 projects | dev.to | 2 Jun 2026
  • Ask HN: Who wants to be hired? (June 2026)

    18 projects | news.ycombinator.com | 1 Jun 2026
  • Libexpat Is Understaffed

    1 project | news.ycombinator.com | 24 May 2026
  • How to get a Telegram chat_id in 2026 — 3 methods that actually work

    2 projects | dev.to | 17 May 2026
  • Show HN: Markanywhere – A Streaming Processor of Meanings

    1 project | news.ycombinator.com | 15 May 2026
  • A New Way to Build UIs with TargetJS

    1 project | dev.to | 9 May 2026
  • Ask HN: Who wants to be hired? (May 2026)

    27 projects | news.ycombinator.com | 1 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 React 245,632
2 imgui 73,701
3 ccxt 42,823
4 libcurl 42,065
5 heroui 29,551
6 Mo.js 18,702
7 framework7 18,668
8 tracy 16,101
9 badger 15,645
10 webview 14,096
11 QuestPDF 14,064
12 FreeRDP 13,247
13 barba 12,934
14 bloc 12,449
15 animated-tab-bar 11,102
16 Apache Thrift 10,927
17 cdnjs 10,707
18 FSCalendar 10,659
19 libgit2 10,478
20 folding-cell 10,201
21 icecream 10,060
22 koin 9,982
23 react-native-vision-camera 9,440

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

Did you know that C++ is
the 7th most popular programming language
based on number of references?