Awesome List Updates on Jan 13, 2026
27 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Ebpf
Projects Related to eBPF / Security
- Synapse (⭐59) - Extended detection and response (XDR) with eBPF-powered firewall and proxy, to protect your Linux servers.
- BPFJailer (⭐8) - BpfJailer is an eBPF-based process jailing system that provides mandatory access control (MAC) for Linux.
2. Awesome Github Wiki
Examples
Useful links with tips & tricks
3. Awesome Polars
Tools Built with Polars / Miscellaneous
- table-diff - A tool to generate HTML/Markdown reports highlighting the differences between similar tables by @parker-research.
Blog posts / Miscellaneous
- How to Use the Polars Library in Python for Data Analysis - An end 2025 beginner-friendly introduction to the Polars library in Python by Sara Jadhav.
4. Awesome Remote Job
Job boards
- Jobo - 100% remote-only verified jobs from Poland in IT, marketing, sales & more.
5. Awesome Algorithms
Beginner-Friendly / YouTube Playlist
- FreeCodeCamp. Algorithms and Data Structures: 5 hours, 49 hours - Complete beginner friendly Algorithms and Data Structures Tutorial with mindblowing animation.
6. Awesome Security
Network / Scanning / Pentesting
- Amass (⭐14k) - Amass performs DNS subdomain enumeration by scraping the largest number of disparate data sources, recursive brute forcing, crawling of web archives, permuting and altering names, reverse DNS sweeping and other techniques.
- Lonkero (⭐527) - Enterprise-grade web vulnerability scanner with 60+ attack modules, built in Rust for penetration testing and security assessments.
Network / Monitoring / Logging
- Sigma2KQL (⭐2) - A repository of all SIGMA rules converted to KQL that runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository.
- Sigma2SPL (⭐1) - A repository of all SIGMA rules converted to SPL that runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository.
- TerraSigma (⭐3) - A repository of all SIGMA rules converted to Microsoft Sentinel Terraform Scheduled analytic resources. The repository runs on a weekly schedule to update the repository and align with the up to date version of the SIGMA rules repository. Proper entity mapping is completed for the rules to ensure the repo is plug-and-play.
Network / VPN
- TorForge (⭐11) - Advanced transparent Tor proxy with kernel-level iptables routing, post-quantum encryption (Kyber768), kill switch, steganography mode, and AI-powered circuit selection.
Web / Scanning / Pentesting
- Trust Scan (⭐1) - URL security scanner with WHOIS, SSL, threat intelligence (URLhaus, PhishTank, Spamhaus), and 40+ scam/phishing pattern detection. Includes optional AI analysis via Ollama. (Demo)
- react2shell-scanner (⭐2) - Detect CVE-2025-55182 (React2Shell) RCE vulnerability in React Server Components. Scans React 19.x and Next.js projects for critical remote code execution flaws.
- shai-hulud-scanner (⭐1) - Detect indicators of compromise from the Shai Hulud 2.0 npm supply chain attack that compromised 796+ packages. Performs comprehensive security checks for malicious files, hashes, and patterns.
Web / Development
- Pompelmi (⭐443) - Node.js file-upload malware scanner with MIME sniffing, ZIP-bomb protection and optional YARA rules.
7. Awesome Java
Database / Text-Based User Interfaces
- Spring Data Dynamic Query (⭐32) - Unified dynamic query interface for Spring Data JPA, MongoDB, and Elasticsearch, enabling advanced JOIN(s), OR logic, scoped conditions, powerful projections and advanced features with zero boilerplate.
GUI / Text-Based User Interfaces
- Sierra (⭐134) - Lightwieght declarative DSL for rapid development of Swing applications.
Miscellaneous / Text-Based User Interfaces
- JBang - JBang makes it easy to use Java for scripting. It lets you use a single file for code and dependency management and allows you to run it directly.
PDF / Text-Based User Interfaces
- Open HTML to PDF (⭐222) - Properly supports modern PDF standards based on flyingsaucer and Apache PDFBox.
Science / Other
- jSciPy (⭐5) - jSciPy is a Java library designed for scientific computing, offering functionalities inspired by popular scientific computing libraries. It currently provides modules for signal processing, including Butterworth filters, peak finding algorithms, and an RK4 solver for ordinary differential equations.
Testing / Frameworks
- BitDive
- Zero-code integration testing platform that generates tests from runtime application behavior.
Web Frameworks / Mocking
- Erupt (⭐2.7k) - Annotation-Driven Low-Code & JPA Visualization
8. Awesome Cl
Expert Systems
- asdf-dependency-traverser - a small utility for traversing the dependency tree of an ASDF system. Zlib.
Parsing html / Isomorphic web frameworks
- cl-sanitize-html (⭐9) - OWASP-style HTML sanitization library for Common Lisp, designed for safely rendering untrusted HTML content (like HTML emails or user-generated content). MIT.
- partly LLM. reddit announce.
- related: trivial-sanitize
HTTPS / Hosting platforms
- pure-tls (⭐19) - Pure Common Lisp TLS 1.3 implementation, HTTPS server with automatic Let's Encrypt certificate. MIT
- warn: new code, partly done with LLMs.
- read:
9. Awesome Cpp
Networking
- wspp (⭐14) - a zero-dependency single-header, modern WebSocket client & server, ws/wss library. [MIT]
10. Awesome Ruby
API Builder and Discovery
- EasyTalk (⭐60) - Define structured data models with a DSL that generates JSON Schema and ActiveModel validations from a single source of truth.
11. Awesome Go
JSON
- SJSON (⭐2.7k) - Set a JSON value with one line of code.
Utilities
- stacktower (⭐485) - Visualize dependency graphs as physical tower structures, inspired by XKCD #2347.
12. Awesome Rust
Applications / File manager
- pikeru (⭐52) - File picker for linux with good thumbnails and search
Applications / Operating systems
- koibtw/highlightos (⭐71) - x86_64 OS kernel written in Rust & Assembly.
Libraries / Artificial Intelligence
- sipemu/anofox-regression (⭐1) [anofox-regression] - Statistical regression models (OLS, Elastic Net, GLM, Quantile & Isotonic) with R-like inference (p-values, confidence & prediction intervals) and Wasm support.
13. Awesome Python
Configuration Files
- dynaconf (⭐4.2k) - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
DevOps Tools
- Chaos Engineering
- chaostoolkit (⭐2k) - A Chaos Engineering toolkit & Orchestration for Developers.
Distribution
- cx_freeze (⭐1.5k) - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
GUI Development
- CustomTkinter (⭐13k) - A modern and customizable python UI-library based on Tkinter.
- PySide - Qt for Python offers the official Python bindings for Qt, this is same as PyQt but it's the official binding with different licensing.
Hardware
- bleak (⭐2.3k) - A cross platform Bluetooth Low Energy Client for Python using asyncio.
Machine Learning
- diffusers (⭐32k) - A library that provides pretrained diffusion models for generating and editing images, audio, and video.
- Feature-engine (⭐2.2k) - sklearn compatible API with the widest toolset for feature engineering and selection.
- Transformers (⭐154k) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks.
Package Management
- Hatch (⭐7.1k) - Modern, extensible Python project management.
Serialization
- orjson (⭐7.8k) - Fast, correct JSON library.
14. Awesome Eslint
Plugins / Libraries
- Tailwind CSS v4 (⭐632) - ESLint plugin to help you write better tailwindcss by improving readability with formatting rules and enforcing best practices with linting rules.
Plugins / Practices and Specific ES Features
- eslint-plugin-signature-design (⭐1) - Forbids functions with too many parameters of the same type, encouraging object-based signatures and preventing primitive obsession.
- mutate (⭐0) - Prevent accidental parameter mutations by enforcing explicit
mutprefix (JavaScript) orMut<T>type annotation (TypeScript).
Plugins / Security
- pg - PostgreSQL/node-postgres security: SQL injection prevention (CWE-89), connection pool leak detection (CWE-772), transaction safety. 13 rules with CWE mapping.
Tools / Testing Tools
- eslint-disable-autofix (⭐2) - Utility to disable autofix for specific ESLint rules.
15. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐369) (⭐366) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐954) (⭐952) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Design
- OpenAPI Style Validator (⭐230) (⭐228) - Ensure that your OpenAPI specs meet your organization's standards with this flexible and customizable style validator.
- Zally (⭐945) (⭐944) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- Zudoku (⭐429) (⭐419) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Gloo Edge (⭐144) (⭐142) - An Envoy Proxy–based gateway offering advanced traffic control, enhanced security, and observability for microservices ecosystems.
- KrakenD API Gateway (⭐2.5k) (⭐2.5k) - An ultra-high performance gateway with efficient middleware configuration, robust security, and seamless scaling.
- Traefik API Gateway (⭐61k) (⭐61k) - Combines Traefik Proxy, a fully declarative application proxy with enterprise-grade access control, distributed security, and premium integrations.
Projects / Business Rules Engine
- OpenL Tablets (⭐188) (⭐187) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.
Projects / Data Integration
- Apache NiFi (⭐5.9k) (⭐5.9k) - Automated data integration tool with a visual interface that seamlessly extracts, transforms, and delivers data across systems.
- Estuary Flow (⭐865) (⭐859) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
Projects / Data Mapping Solution
- JSLT (⭐682) (⭐681) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
Projects / Message Broker
- Apache Artemis (⭐998) (⭐998) - A multi-protocol message broker, supporting various industry standard protocols such as AMQP 1.0, MQTT 3.1.1, MQTT 5, and STOMP.
- Apache Qpid (⭐67) (⭐66) - AMQP-compliant messaging tool with multi-language support for enterprise-grade message delivery.
- Centrifugo (⭐9.7k) (⭐9.7k) - Scalable real-time messaging server that minimizes delay in delivering events to online users.
- LavinMQ (⭐841) (⭐838) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
Projects / Robotic Process Automation
- TagUI (⭐6.2k) (⭐6.2k) - An open-source RPA tool that democratizes automation through natural language scripting in 20+ human languages, enabling non-programmers to automate web, desktop, and data tasks while integrating AI/ML capabilities via Python and R for intelligent process automation.
Projects / Self-Service Integration
- n8n (⭐168k) (⭐166k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Workflow Engine
- Cadence (⭐9.1k) (⭐9.1k) - Fault-tolerant, stateful platform that reliably orchestrates long-running workflows and complex applications.
- Flowable (⭐9k) (⭐9k) - Compact, efficient set of open-source engines for automating and scaling enterprise workflows.
Resources / Data Formats
- Protocol Buffers (⭐70k) (⭐70k) - A language-neutral and platform-neutral serialization mechanism that is designed to be highly efficient and extensible. It supports rich data types and is widely used in distributed systems, such as gRPC and Apache Kafka.
- YAML (⭐443) (⭐436) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
16. Awesome Mac
Reading and Writing Tools / Others
- PDF Auditor - PDF forensics tool for analyzing metadata, fonts, JavaScript, security risks, and structural integrity.
Developer Tools / Databases
- DB Pro - Modern, cross-platform database client, focusing on performance and a polished developer experience
Voice-to-Text / Audio Record and Process
- Ottex - Dictate emails, Slack messages, notes and more. Detects your app or website and formats accordingly — gmail.com → email, Obsidian → markdown, etc.
- Spokenly - Voice-to-text with 100+ languages, offline mode, and AI-powered formatting.
- Willow Voice - AI dictation with automatic editing, style-matching, and noise optimization.
17. Awesome Network Analysis
Varia / Tutorials
18. Awesome Acg
Image Recognition
- anime-character-detector (⭐3) - YOLOX-based anime character detector running in browser with ONNX Runtime Web (WebGPU/WASM). [English/日本語]
Uncategorized
- MotionPNGTuber (⭐170) - PNGTuber以上Live2D未満 - 動画ループで髪揺れなど表現可能なリアルタイム口パクツール. [日本語]
19. Awesome Lowcode
AI
- PraisonAI (⭐5.5k) - Low-code Multi-AI Agents framework with YAML configuration, 100+ LLM support, MCP integration, and agentic workflows.
Visual programming
- Oaysus (⭐5) - Visual page builder for developer-built components. Build React, Vue, or Svelte components and push with one CLI command.
20. Awesome Opengl
Videos
- Introduction to OpenGL - Video tutorials about OpenGL in C++ by Mike Shah.
21. Awesome Selfhosted
Software / Automation
- Cronmaster (⭐934) - Cronjob management UI with human readable syntax, live logging and log history for your cronjobs.
AGPL-3.0Docker
Software / File Transfer - Peer-to-peer Filesharing
- PrivyDrop - Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC. (Source Code (⭐107))
MITDocker/Nodejs
Software / Generative Artificial Intelligence (GenAI)
- LLM Harbor (⭐2.2k) - Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI.
Apache-2.0Docker/Shell
- LocalAI - Run your AI models locally and generate images and audio (alternative to OpenAI and Claude). (Source Code (⭐41k), Clients)
MITDocker/K8S
Software / Software Development - Low Code
- autokitteh - Durable workflow automation in just a few lines of code. (Source Code (⭐1.1k))
Apache-2.0Go/Docker
Software / Task Management & To-do Lists
- tududi - Task management tool with hierarchical structure, smart recurring tasks, and seamless Telegram integration. (Source Code (⭐2.1k))
MITDocker
Software / Video Surveillance
- motionEye (⭐4.5k) - Online interface for the software Motion, a video surveillance program with motion detection.
GPL-3.0Python/Docker
22. Free for Dev
Code Generation
- Karbon Sites — An AI-powered site builder and editor that generates production-ready frontend code from text prompts, sketches, or resumes. Features include native Android (APK) export and a free tier with 5 generations per month (unlimited via custom Gemini API key).
- Metalama — A C#-specific tool that generates boilerplate code on the fly during compilation to keep source code clean. It is free for open-source projects; its commercial-friendly free tier includes up to three aspects.
BaaS
- ETLR - Define, version, and deploy automation scripts using YAML. A developer-first alternative to drag-and-drop tools. Can be used for scheduled tasks, AI agents, and infrastructure monitoring. Free tier includes 100 credits/month.
23. Awesome Lidar
Manufacturers
- Riegl - Riegl is a manufacturer of 3D laser scanning systems, based in Austria.
Algorithms / Simultaneous localization and mapping SLAM and LIDAR-based odometry and or mapping LOAM
- KISS-SLAM
- KISS-SLAM is a simple, robust, and accurate 3D LiDAR SLAM system that just works.
- FAST-LIO2
- Fast LiDAR-Inertial Odometry is a computationally efficient and robust LiDAR-inertial odometry package
- MOLA
- Modular system for Localization and Mapping, providing LiDAR Odometry (LO), LiDAR-inertial Odometry (LIO), SLAM, localization-only modes, and geo-referencing.
Others / LIDAR-other-sensor calibration
- Which SLAM Algorithm Should I Choose? Slambotics - Choosing the Right SLAM Algorithm
24. Awesome Gbdev
Game Disassemblies / Syntax highlighting packages
25. Awesome Godot
Templates / Godot 4
- COGITO - First Person Immersive Sim Template Project, providing a framework for creating interactable objects, various items to use and mechanics to influence the player and game environment.
26. Awesome Neovim
Programming Languages Support / YAML
- mosheavni/yaml-companion.nvim (⭐16) - Automatic schema detection and selection for YAML files with
yaml-language-server, including built-in Kubernetes support.
Animation / CSV Files
- stikypiston/smudge.nvim (⭐5) - Performant cursor animations.
Test / Quickfix
- mr-u0b0dy/crazy-coverage.nvim (⭐6) - Display code coverage.
Preconfigured Configuration / Automation
- abdellatif-temsamani/adev.nvim (⭐3) - The over-engineered Neovim distribution for developers who want everything.
External / Boilerplate
- DrKJeff16/nvim-plugin-boilerplate (⭐11) - A documented template for new plugins generated by a script. Includes tests, CI utilities, etc.
UI / OS-specific
- wsdjeg/calendar.nvim (⭐4) - A simple floating calendar with extensions support.
27. Awesome Tmux
Tools and session management
- tmux-powerkit (⭐429) A tmux framework to create and distribute plugins and themes - Already have 36+ plugins, and 2 themes.
Themes
- amp (⭐0) tmux theme based on the Amp Code website colors.
Plugins
- nunchux (⭐55) A fuzzy launcher for apps, files, and build tasks with live status, keyboard shortcuts, and task runner integration.
- tmux-llm (⭐4) Get quick responses to your terminal contents from LLM assistants.
- Next: Jan 09, 2026