Awesome List Updates on Mar 05, 2026
10 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Cpp
Frameworks
- WUI (⭐60) - WUI (Window User Interface Library) is a cross-platform library for creating graphical user interfaces in C++17+ [Boost]website
Audio
- PocketSphinx (⭐4.3k) - A lightweight speech recognition engine. [BSD-2-Clause] website
Biology
CLI
- Ginseng (⭐65) - A C++ command-line argument parser. [MIT]
Compression
- cmix - A lossless data compression program that aims for the highest compression ratios at the cost of speed. [GPL-3.0]
- LZSSE-SIMDe - A portable SIMD implementation of LZSSE compression. [BSD-2-Clause]
- Zopfli (⭐3.6k) - A compression library that performs very good but slow deflate/zlib compression. [Apache-2.0]
Concurrency
- libcu++ - The NVIDIA C++ Standard Library, providing heterogeneous implementation of C++ Standard Library facilities. [Apache-2.0]
- nvthreads - A library for enabling efficient and persistent threading in C/C++. [LGPL-2.1]
Containers
- CRoaring (⭐1.8k) - Roaring bitmaps in C (and C++), with SIMD optimizations. [Apache-2.0]
- fifo_map - A FIFO-ordered associative container for C++. [MIT]
- ordered-map (⭐567) - A C++ hash map and hash set which preserves the order of insertion. [MIT]
Cryptography
- tiny-ECDH-c (⭐290) - Small and portable implementation of the ECDH key agreement protocol in C. [PublicDomain]
- Qt-Secret (⭐267) - Simple encryption library based on Qt for C++ projects. [LGPL]
- micro-ecc (⭐1.4k) - A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors. [BSD-2-Clause]
- crypto-algorithms (⭐2k) - Basic implementations of standard cryptography algorithms (AES, SHA, etc.) in C. [PublicDomain]
- aes-stream (⭐21) - A fast AES-based stream cipher for C. [ISC]
Database
- constexpr-sql (⭐141) - A compile-time SQL query parser and executor in C++17. [MIT]
- NuDB - A fast, append-only key/value store for SSD drives. [Boost]
Data visualization
- matplotlib-cpp - A C++ wrapper around the matplotlib Python plotting library. [MIT]
Debug
- Attest (⭐4) - Cross-platform, heap-free C test framework with parameterized and lifecycle-aware tests and assertions with ad-hoc formatted messages. [MIT]
- MTuner (⭐2.8k) - A C/C++ memory profiler and memory leak finder for Windows, PlayStation, and other platforms. [BSD-2-Clause]
- heaptrack (⭐4k) - A heap memory profiler for Linux. [LGPL-2.1]
GUI
- GuiLite (⭐7.7k) - The smallest header-only GUI library (5 KLOC) for all platforms. [Apache-2.0]
- LCUI (⭐4.3k) - A small C library for building user interfaces with C, XML and CSS. [MIT]
Image Processing
- OpenImageDenoise (⭐2k) - High-performance, high-quality denoising library for ray-traced images. [Apache-2.0] website
- bitmap (⭐178) - C++ Bitmap Library for reading, writing, and processing BMP image files. [MIT]
JSON
- libdart (⭐80) - A high-performance, network-optimized JSON manipulation library. [MIT]
Logging
- logfault - A simple, elegant and efficient C++ header-only logging library. [MIT]
Machine Learning
- TensorComprehensions (⭐1.8k) - A fully-functional C++ library to automatically synthesize high-performance machine learning kernels. [Apache-2.0]
- kann (⭐746) - A lightweight C library for artificial neural networks. [MIT]
Math
- Fastor (⭐832) - A lightweight high performance tensor algebra framework for modern C++. [MIT]
- geogram (⭐2.4k) - A programming library of geometric algorithms. [BSD-3-Clause]
- std-simd (⭐639) - A portable implementation of std::experimental::simd for C++. [BSD-3-Clause]
- fpsqrt (⭐94) - Fast fixed point and floating point square root for C. [MIT]
- fastmod (⭐341) - Header-only fast C/C++ library for computing remainders and modular reductions. [Apache-2.0]
- Spectra (⭐835) - A C++ library for large scale eigenvalue problems, built on top of Eigen. [MPL2] website
- FastNoiseSIMD (⭐627) - A library for SIMD-accelerated noise generation functions. [MIT]
Memory Allocation
- Mesh (⭐1.8k) - A memory allocator that automatically reduces the memory footprint of C/C++ applications. [Apache-2.0]
- rpmalloc (⭐2.4k) - A public domain cross-platform lock-free thread-caching 16-byte aligned memory allocator. [PublicDomain]
- TLSF (⭐1.5k) - Two-Level Segregated Fit memory allocator, a general purpose dynamic memory allocator. [BSD]
Networking
- easyhttpcpp (⭐168) - A cross-platform HTTP client library providing a caching facility from Sony. [MIT]
- GameNetworkingSockets (⭐9.3k) - Reliable & unreliable messages over UDP by Valve. Connection-oriented API (like TCP). [BSD-3-Clause]
- wepoll (⭐1.1k) - A Windows epoll wrapper based on Winsock. [BSD-2-Clause]
Physics
- tungsten - A high-performance physically based renderer in C++. [zlib]
Regular Expression
- Pawn.Regex - A Pawn plugin that provides support for regular expressions using C++11 std::regex. [MIT]
Scripting
- hobbes - A language and an embedded JIT compiler from Morgan Stanley. [Apache-2.0]
Serialization
- fbthrift - Facebook's branch of Apache Thrift, including a serialization library and RPC framework. [Apache-2.0]
Video
- libuvc - A cross-platform library for USB video devices. [BSD]
Web Application Framework
- aeronet - High-performance, modular C++ HTTP/1.1, HTTP/2 and WebSocket microservices framework focused on performance and scalability. [MIT]
- httpserver.h (⭐1.9k) - A single-header HTTP server library for C. [MIT]
- libhttp (⭐1k) - A cross-platform HTTP and HTTPS library in C/C++. [MIT]
Miscellaneous
- Dragonbox - Reference implementation of a new float-to-string conversion algorithm in C++. [Apache2/BSL-1.0]
- spy (⭐157) - A C++17 constexpr library for detecting OS, compiler, architecture, and SIMD at compile time. [MIT]
- licensepp (⭐429) - A software license management library for C++ projects. [Apache-2.0]
- tinydir - A lightweight, portable, and easy to integrate C directory and file reader. [BSD-2-Clause]
- Cello (⭐7.1k) - Higher level programming in C, including generic data structures and polymorphism. [BSD-2-Clause] website
- dyno - A C++ library for runtime polymorphism with value semantics. [Boost]
- PolyHook (⭐924) - A C++ x86/x64 hooking library. [MIT]
- Verdigris (⭐673) - A header-only library that allows using Qt without the need for moc. [MIT]
- Flicks (⭐1.4k) - A unit of time defined by Facebook/Oculus for exact representation of common frame rates. [BSD]
- Linq (⭐666) - Provides a LINQ syntax for list comprehension in C++. [Boost]
- libcorrect (⭐424) - A C library for convolutional codes and Reed-Solomon error correction. [BSD-3-Clause]
- libfsm (⭐978) - A library for building and executing finite state machines, including regex and glob. [BSD-2-Clause]
- origin (⭐134) - A C++ library for concepts, diagnostics, and other foundational utilities.
Compiler
- sierra - A CISC-oriented programming language focused on creating maintainable programs.
- movfuscator (⭐10k) - The single instruction C compiler, compiling programs into only mov instructions. [MIT]
Build Systems
- awesome-cmake (⭐5.3k) - A curated list of awesome CMake scripts, modules, and resources.
- boost-cmake - CMake modules for Boost libraries. [BSD-3-Clause]
- cmake-examples (⭐1.2k) - A collection of useful CMake examples for various scenarios. [MIT]
Static Code Analysis
- CodeCompass (⭐589) - An open-source code comprehension tool for large C/C++ projects. [GPL-3.0]
- CodeChecker (⭐2.5k) - An analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang-Tidy. [Apache-2.0]
Articles
- All C++20 core language features with examples - A reference of all C++20 core language features with examples.
- Memory Footprint of GUI Toolkits - A comparison of the memory footprint of various GUI toolkits.
- C++ UI Libraries - A comprehensive list of C++ UI solutions.
- C++ Compilation (⭐1.2k) - A short description of the C++ compilation process.
- Books on C++17 - A list of books on C++17.
- modern-cpp-features (⭐22k) - A cheatsheet of modern C++ language and library features.
- Choosing Some C++ Over C - An article about when to use C++ instead of C.
- C++ 17 Features - A comprehensive list of C++17 features.
- Master C Programming with Open Source Books - A curated list of open source books for learning C programming.
Websites
- C++ Resources - A collection of C++ resources including books, articles, and tools.
- CppPatterns (⭐1.5k) - A repository of modern C++ patterns and idioms. website
- Function Pointers (⭐33) - A guide to understanding function pointers in C/C++.
Other Awesome Projects
- awesome-ld-preload (⭐911) - A curated list of resources related to LD_PRELOAD.
- awesome-static-analysis (⭐14k) - A curated list of static analysis tools for all programming languages.
- cpp_functional_programming - A list of materials and links for C++ functional programming.
- algorithms_and_data_structures (⭐6.1k) - Implementation of algorithms and data structures in C++.
2. Awesome Nextjs
Boilerplates
- Kaiforge Lite (⭐0) - Free and open-source Next.js admin dashboard template with Tailwind CSS, dark mode, and multiple color themes.
3. Awesome Neovim
LSP / Diagnostics
- Kurama622/clean-diagnostic (⭐4) - Display diagnostic count using virtual text, and show diagnostic details in a floating window.
4. Awesome Tmux
Tools and session management
- tmux-grip Pin tmux sessions to fixed numbered slots with direct key jumps and a popup manager
5. Awesome Keycloak
Community Extensions
6. Awesome Rust
Applications / Security tools
- EFForg/rayhunter - IMSI catcher detection tool designed to run on mobile hotspot hardware, helping users identify potential cellular surveillance (Stingray/cell-site simulators)
- sherlock (⭐52) [sherlock] - Hunt down social media accounts by username across social networks
Applications / Utilities
- ruvnet/RuView (⭐28k) - A privacy-preserving human pose estimation system using WiFi Channel State Information (CSI) and machine learning.
7. Awesome Django
Third-Party Packages / Admin
- dj-control-room - Build a control plane with a suite of operational tools inside the Django admin (Redis, cache, Celery, URLs, and more).
8. Awesome Mac
Developer Tools / Developer Utilities
- Swifka (⭐22) - Read-only Kafka monitor for safely inspecting topics, messages, and consumer state.
Voice-to-Text / Audio Record and Process
- OpenTypeless (⭐15) - Open-source AI voice input for desktop. Press a hotkey, speak, and get AI-polished text typed into any app. Supports 6+ STT providers (Whisper, Groq, Deepgram) and multiple LLMs (GPT, Claude, Gemini, Ollama).
Proxy and VPN Tools / Audio Record and Process
- VPN Bypass (⭐15) - Menu bar app to route specific domains and services around your VPN.
9. Awesome Godot
3D / Godot 4
- Sunder - An open-source, fast-paced multiplayer shooter game inspired by Tribes, with jetpacks, skis and vehicles.
GDScript/C# editor support / Godot version unknown
- Neovim - A batteries-included Neovim plugin for Godot 4.x game development. Use Neovim as a fully featured external editor for Godot, with minimal setup.
10. Awesome Chrome Devtools
Accessibility (A11y) / Ruby
- Chromelens - See how your web app will look to people with different types of vision and the path users will travel when tabbing through your page.
Workflow / Ruby
- Clockwork - View PHP application profiling data.
- Emulated Device Lab - Experiment with multiple devices being emulated at the same time.
- RailsPanel - View Ruby on Rails application profiling data.
- React Developer Tools - Inspect the React component hierarchies.
- Ember.js Inspector - Allows you to inspect Ember.js objects in your application.
- Marionette Inspector - Inspect a Marionette application's views, events, and live data.
- Backbone Debugger - Inspect a Backbone application's views, models, events, and routes.
- App Inspector for Sencha - Inspect a Sencha ExtJS/Touch application's component tree, data stores, events, and layouts.
- Redux Devtools - Inspect Redux with actions history, undo and replay.
- Three.js - Edit any three.js project.
- Metal.js Developer Tools - Inspect the Metal component hierarchies.
- Web Component DevTools - Inspect, modify and observe Web Components on page.
Themes / Ruby
- DevTools Author - A selection of themes to modify parts of DevTools related to authoring web applications.
- Zero Dark Matrix - Dark theme for Chrome Developer Tools.
- Material UI Theme - Provides various Material Design inspired themes.
- Next: Mar 04, 2026