Awesome List Updates on Mar 05, 2026
10 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Testing
Software / Visual Testing
- Frostbyte Screenshot Action (⭐0) - GitHub Action for automated website screenshots in CI/CD pipelines. Supports multiple viewports, full-page capture, and dark mode emulation.
2. Awesome Go
Advanced Console UIs
- phoenix - High-performance TUI framework with Elm-inspired architecture, perfect Unicode rendering, and zero-allocation event system.
SQL Query Builders
- relica (⭐7) - Type-safe database query builder with zero production dependencies, LRU statement cache, batch operations, and support for JOINs, subqueries, CTEs, and window functions.
Routers / Libraries for creating HTTP middlewares
- fursy - HTTP router with type-safe generic handlers, automatic OpenAPI 3.1 generation from code, and RFC 9457 error responses.
3. Awesome Nextjs
Boilerplates
- Kaiforge Lite (⭐0) - Free and open-source Next.js admin dashboard template with Tailwind CSS, dark mode, and multiple color themes.
4. Awesome Neovim
LSP / Diagnostics
- Kurama622/clean-diagnostic (⭐4) - Display diagnostic count using virtual text, and show diagnostic details in a floating window.
5. 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 - A lightweight speech recognition engine. [BSD-2-Clause] website
Biology
- htslib (⭐910) - A C library for reading/writing high-throughput sequencing data. [MIT/BSD] website
CLI
- Ginseng - A C++ command-line argument parser. [MIT]
Compression
- cmix (⭐694) - A lossless data compression program that aims for the highest compression ratios at the cost of speed. [GPL-3.0]
- LZSSE-SIMDe (⭐19) - 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++ (⭐2.3k) - The NVIDIA C++ Standard Library, providing heterogeneous implementation of C++ Standard Library facilities. [Apache-2.0]
- nvthreads (⭐26) - 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 - Small and portable implementation of the ECDH key agreement protocol in C. [PublicDomain]
- Qt-Secret - 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 - 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 (⭐4.7k) - A C++ wrapper around the matplotlib Python plotting library. [MIT]
Debug
- Attest - 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 - 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 - 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 (⭐63) - A simple, elegant and efficient C++ header-only logging library. [MIT]
Machine Learning
- TensorComprehensions - A fully-functional C++ library to automatically synthesize high-performance machine learning kernels. [Apache-2.0]
- kann - A lightweight C library for artificial neural networks. [MIT]
Math
- Fastor - A lightweight high performance tensor algebra framework for modern C++. [MIT]
- geogram - A programming library of geometric algorithms. [BSD-3-Clause]
- std-simd - A portable implementation of std::experimental::simd for C++. [BSD-3-Clause]
- fpsqrt - Fast fixed point and floating point square root for C. [MIT]
- fastmod - 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 - A library for SIMD-accelerated noise generation functions. [MIT]
Memory Allocation
- Mesh - 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 - 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 (⭐46) - 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 (⭐2.7k) - 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 - A software license management library for C++ projects. [Apache-2.0]
- tinydir (⭐866) - 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 (⭐1k) - A C++ library for runtime polymorphism with value semantics. [Boost]
- PolyHook (⭐924) - A C++ x86/x64 hooking library. [MIT]
- Verdigris - A header-only library that allows using Qt without the need for moc. [MIT]
- Flicks - A unit of time defined by Facebook/Oculus for exact representation of common frame rates. [BSD]
- Linq - Provides a LINQ syntax for list comprehension in C++. [Boost]
- libcorrect - A C library for convolutional codes and Reed-Solomon error correction. [BSD-3-Clause]
- libfsm - 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 - The single instruction C compiler, compiling programs into only mov instructions. [MIT]
Build Systems
- awesome-cmake - A curated list of awesome CMake scripts, modules, and resources.
- boost-cmake (⭐408) - CMake modules for Boost libraries. [BSD-3-Clause]
- cmake-examples - 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 - A short description of the C++ compilation process.
- Books on C++17 - A list of books on C++17.
- modern-cpp-features - 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 - A repository of modern C++ patterns and idioms. website
- Function Pointers - 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 (⭐700) - A list of materials and links for C++ functional programming.
- algorithms_and_data_structures - Implementation of algorithms and data structures in C++.
6. Awesome Tmux
Tools and session management
- tmux-grip Pin tmux sessions to fixed numbered slots with direct key jumps and a popup manager
7. Awesome Rust
Applications / Database
- sabiql (⭐124) [sabiql] - A fast, driver-less TUI to browse, query, and edit PostgreSQL databases.
Applications / Security tools
- EFForg/rayhunter (⭐4.7k) - 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.
8. Awesome Django
Third-Party Packages / Admin
- dj-control-room (⭐377) - Build a control plane with a suite of operational tools inside the Django admin (Redis, cache, Celery, URLs, and more).
9. 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 - 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).
10. 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 (⭐23) - A batteries-included Neovim plugin for Godot 4.x game development. Use Neovim as a fully featured external editor for Godot, with minimal setup.
- Next: Mar 04, 2026