Awesome List Updates on Jun 01 - Jun 07, 2026
48 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Executable Packing
📦 Packers / After 2010
- LZPACK (⭐3) - LZPACK - PopCom!-compatible CP/M-80 executable compressor in ANSI C, runs on 48K CP/M-80, CP/M-86, MS-DOS, UNIX, and other platforms.
- TinyLoad (⭐132) - Simple PE packer for Windows that compresses and encrypts executables with a custom virtual machine into a self-extracting stub.
2. Awesome Ada
Science / GPL (no linking exception)
- si - Checked and unchecked SI units.
- si-units - Utility library to pretty print physical values in proper metric units.
3. Awesome Hacker News
Command Line / Nevix
4. Awesome Svelte
Tutorials
- TutorialSearch - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories.
UI Libraries
- AgentsKit (⭐5) - Headless chat and agent components plus a store for building AI apps in Svelte, with a framework-agnostic core supporting streaming, tools, memory and RAG.
Dev Tools / Form Components
- Frontman (⭐570) - Open-source AI coding agent that lives in your browser with click-to-edit and hot reload for Svelte apps.
Desktop / JetBrains
- Zephyr (⭐16) - Open-source mod manager for PC games with built-in Archipelago multiworld randomizer support, built with Svelte 5 and Tauri 2.
5. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- just-let-me-edit-my-files (⭐1) - lets you restart your editor with
sudowhen accidentally open non-writable files.
6. Awesome Open Source Games
Browser-Based / Rhythm
- Bemuse (⭐1.2k) - Online rhythm game playing songs in BMS (⭐134) format.
Native / Rhythm
- Stepmania (⭐2.1k) - Cross-platform dance rhythm game.
- lr2oraja (⭐60) - BMS player (⭐134), fork of beatoraja (popular BMS player) using Lunatic Rave 2 (LR2) gauges and judge (Requires a JVM. Recommended: Liberica OpenJDK Full version).
- lr2oraja ~Endless Dream~ (⭐128) - BMS player, fork of lr2oraja with additional features (Requires a JVM. Recommended: Liberica OpenJDK Full version).
7. Awesome Vehicle Security
Libraries and Tools / Python
- Jumpstarter (⭐28) - A hardware-in-the-loop testing framework with automotive diagnostic drivers for UDS, DoIP, and CAN bus protocols.
- canarchy (⭐1) - CANarchy is a stream-first CAN analysis and manipulation runtime designed for automation, security research, and agent-driven workflows.
Miscellaneous / Episodes
- AutoPi (⭐184) - Open-source core software for the AutoPi dongle, a Raspberry Pi-based OBD-II device for vehicle telematics, CAN bus data collection, and automotive IoT applications.
Applications / Episodes
- BlackFlag ECU (⭐17) - Professional ECU diagnostics and tuning suite with OBD-II scanning, DTC reading, live sensor monitoring, and reflash capabilities.
- Tesla Mod (⭐793) - Tesla CAN bus toolkit for Flipper Zero and ESP32. Nag killer, FSD region unlock, track mode, BMS dashboard, blind spot alert, high beam strobe, and 30+ more CAN handlers. Open source (GPL-3.0).
8. Urban and Regional Planning Resources
Platforms and Software Resources / AI in Planning Tools and Platforms
- Ollama - A free and an open-source framework that allows you to easily set up, manage, and run LLMs directly on your own computer.
9. Awesome Plone
Content and utilities for content
- collective.pdfjs - Plone integration for Mozilla's JavaScript PDF reader.
- collective.folderorder - Allows alternative ordering on plone folders.
Editing
- collective.collabora - Collabora Online integration for Plone to provide collaborative document editing.
Layout
- collective.gridlisting - Adds a dexterity behavior and a browser template to manipulate folder and collection listings by adding Bootstrap 5 CSS classes and
pat-masonryfrom patternslib.
Multilingual
- collective.multilingual - This add-on provides support for content in multiple languages (multilingual).
Security
- collective.lockdown - Protect Plone sites against site administrators from reconfiguring the site or making layout changes.
Export, Import and Migrations
- collective.exportimport - Export and import content and a lot of other data from and to Plone. The main solution for all kinds of migrations based on plone.restapi.
- collective.migrationhelpers - Helpers and examples to use during migrations.
Themes
- collective.localstyles - Add local styles within any subsection of a Plone site by adding a css-file.
Develop
- collective.debugtools - Add remote debugging via debugpy for debugpy-compatible clients like VSCode or PyCharm.
- collective.icecream - Debug and inspect Plone using the icecream package.
- collective.pdbpp - Allows you to use the pdbpp package.
Sysadmin
- collective.ftw.upgrade - Simplifies writing and running upgrade steps for Plone add-ons and projects.
- plone-registryfromenviron - Override plone.registry settings from environment variables.
- Cloudbrine - A set of add-ons that replace the ZODB and the catalog with PostgreSQL and stores objects as queryable JSONB and can delegate image scaling to Thumbor.
10. Awesome Python Scientific Audio
Audio Related Packages / Speech Processing
- visqol-python (⭐2) 🐙 (⭐2) 📦 - Port of Google's ViSQOL audio/speech quality metric (MOS-LQO) that installs without Bazel.
11. Awesome Mac
Window Management / Shell Utilities
- mrkai77/Loop (⭐11k) — Window management made elegant. ☆
10,813
12. Awesome Web Security
Scanning / Sub Domain Enumeration
- SecuriTool - Free online collection of 29 client-side web security tools: web auditor, JWT attacker/decoder, CVE search, CSP evaluator, email security checker (SPF/DKIM/DMARC), subdomain scanner, and more. 100% client-side, privacy-first, open source by @ReplikanteK.
13. Awesome Zig
Fundamentals / Documentation and Testing
- sb2bg/marionette (⭐4) - Deterministic simulation testing for Zig with a
std.Ioimplementation, letting you inject faults and replay failures from seeds.
Network & Web / Web Framework
- brmassa/liquidz - A Liquid template language implementation in Zig.
Data & Science / Large Language Model
- SMC17/faiss-zig (⭐1) - Pure-Zig vector similarity search; Flat + HNSW + IVFFlat + IVFPQ. AGPL-3.0.
- SMC17/safetensors-zig - Pure-Zig HuggingFace safetensors reader; ~5x faster than the Rust upstream on Llama-shape parse fixtures. AGPL-3.0.
- SMC17/tokenizers-zig (⭐2) - Pure-Zig HuggingFace tokenizers covering BPE / WordPiece / Unigram with full HF Encoding parity, sub-token offsets, and a 600-iter property fuzz. AGPL-3.0.
- SMC17/vllm-zig - LLM serving substrate. Real TinyLlama forward pass through Zig kernels: RoPE + GQA + KV cache + multi-thread SIMD matmul + streaming. AGPL-3.0.
14. Awesome Python
Projects / Machine Learning
- scikit-lego (⭐1.4k) - A collection of lego bricks for scikit-learn pipelines.
Projects / Database
- chdb (⭐2.7k) - In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via
remoteSecure().
15. Awesome Regression Testing
Tools and frameworks (a-z↓)
- DiffGoblin Action (⭐0) - GitHub Action that screenshots two URLs and posts a visual diff as a PR comment. Zero config, no external service needed.
- Frostbyte Screenshot Action (⭐0) - GitHub Action for automated website screenshots in CI/CD. API-based (no local browser), supports 5 viewports, full-page capture, dark mode.
- Lastest - Visual regression testing platform built on Playwright with screenshot diffing, baseline review, and AI flake triage. Self-hostable via docker-compose or k8s.
Online services (a-z↓)
- MyVisReg – Run visual regression tests directly in your browser with no installs or setup.
- PageBolt - Screenshot, video recording, PDF, and page inspection API with device emulation, ad blocking, and cookie banner removal.
- Wopee.io - Autonomous visual regression testing platform with AI-powered test agents. Integrates with Playwright, Cypress, and Robot Framework.
Slideshows, talks and videos (a-z↓)
- Scaling up your Screenshot Testing, without the Friction - Mobile focussed talk from Droidcon/Fluttercon India. Explains the bottlenecks with scaling up screenshot testing and how to solve them.
16. Awesome Embedded Rust
Books, blogs, and training materials / Free and public materials
- The Rust on ESP Book - This book aims to provide a comprehensive guide on using the Rust programming language with Espressif SoCs and modules.
- Embedded Rust (no_std) on Espressif - Training for Rust using no_std (bare metal) approach on ESP32-C3, officially supported by Espressif.
- Embedded Rust (std) on Espressif - Training for Rust using std approach development on ESP32-C3 by Ferrous Systems. Uses the community-maintained
esp-idf-halecosystem.
Peripheral Access Crates / Espressif
esp32c5-
esp32c61-
esp32p4-
17. Awesome Cpp
Artificial Intelligence
- fastmcpp (⭐116) - C++ port of the fastmcp Python library. [Apache2]
Debug
- MTuner (⭐2.8k) - A C/C++ memory profiler and memory leak finder for Windows, PlayStation, and other platforms. [BSD-2-Clause]
Math
- wide-integer (⭐218) - Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc. [BSL-1.0]
18. Awesome Music
Audio Tools
- Kima (⭐1.1k) - a self-hosted music streaming server with ML-powered audio analysis, vibe-based discovery, and Subsonic API support.
MIDI Tools & Libraries
- Gingoduino (⭐46) - music theory engine for embedded systems with MIDI 1.0/2.0 UMP support.
- JJazzLab (⭐548) - a complete Midi-based framework for automatic backing tracks generation.
- Midimonster (⭐594) - universal control and translation tool for most show control protocols.
- mididings (⭐39) - A Python-based MIDI router and processor for Linux and macOS
- stagedings (⭐7) - An UI and API for mididings
Related lists
- Awesome AI Music Generation (⭐463) - A curated list of AI music generation tools and resources.
19. Awesome Ci
Name: PikoCI
Description: Self-hosted CI/CD inspired by Concourse. Single binary, runs in memory or with any SQL database and queue backend. HCL pipelines, pluggable abstractions.
Features: Go
Supported repositories: Apache-2.0
Documentation: Self-hosted
20. Collective Ai Tools
Image Editing
- BulkPicTools - Free browser-based bulk image workspace. Upload once, chain 40+ tools (compress, convert, crop, background removal, face blur) without re-uploading. Files never leave your device.
#free
- PhotoRestore.ai - AI-powered restoration of old and damaged photos — repairs scratches, fading, tears, and colorizes B&W images.
#freemium
Image Generator
- Alimvo - AI product photo and video generator for ecommerce brands. Create studio shots, lifestyle scenes, and ad creatives in minutes.
#freemium
Resume
- ATS Resume Checker - Free, open-source resume checker that scores your resume against a job description (0–100), flags missing ATS keywords, and runs fully in-browser so nothing is uploaded.
#free#opensource
Search Engine
- BestAIFor.com - A curated directory of the best AI tools, organized by use case.
#free
21. Awesome Cl
Other DB wrappers
- lmdb (⭐2) - Bindings to LMDB, the Lightning Memory-mapped Database, an ACID key-value database with MultiVersion Concurrency Control.
Portability layers
- DRef (⭐4) - Another definition introspection library with extensive documentation, tests and an emphasis on extensibility. MIT.
Others / Web project skeletons and generators
- cl-web-push (⭐6) - Web Push Notifications for Common Lisp applications.
REPLs / Third-party APIs
- cl-isocline - contains
isocline-repl, a feature-rich Common Lisp REPL with support for: multiline editing, history, syntax highlighting, basic debugging.
System administration / Third-party APIs
- cl-ssh (⭐12) - SSH v2 client implementation. MIT.
- Core transport, authentication, and session execution work. Use at your own risk.
- see also: trivial-ssh (⭐47) (bitrot as of 2026?)
VSCode / Third-party APIs
- NEW as of May, 2026 · OLIVE (⭐13) - A Common Lisp extension for VSCode with REPL, debugger, go to definition, macro stepper. Based on Swank.
Online editors / Third-party APIs
- Try (⭐41) - Try is an extensible test anti-framework with equal support for interactive and non-interactive workflows, as well as Emacs integration. MIT.
22. Awesome Readme
Examples
- doomemacs/doomemacs (⭐22k) - Beautiful and well organized. Centered title with section links and useful badges. Screenshot to show off the UI. Well-written introduction with a humorous quote that perfectly describes the project, plus a little demon that says "Yay Evil!" to complete the aesthetic. Concise and informative feature list followed by excellent installation instructions. Ends with helpful links to documentation and built-in shortcuts.
23. Awesome Open Hardware
Projects
- pic0rick (⭐65) - an open-source Raspberry Pi pico platform for pulse-echo ultrasound imaging hardware
- Hacker Fab - Nanofabrication tools for making integrated circuits.
- freeDSP - A family of audio digital signal processors.
- Input Labs - Video game controllers featuring gyroscopic sensors.
- SlimeVR - Full-body tracking sensors for virtual reality and motion capture.
- VORON Design - No-compromise 3D printer designs.
- Millennium Machines - A project dedicated to designing desktop CNC mills.
Conferences
- Open Sauce - Annual convention focused on science and technology on on 17-19 July
- KiCon - Annual conferences about KiCad open source EDA organized in different regions
- RISC-V Summits - Annual summits organized by RISC-V International in different regions
- World RISC-V Days - Synchronized global events voluntarily organized by RISC-V communities worldwide
Books
- The Hardware Hacker - Book by Andrew "bunnie" Huang, how to design and manufacture open hardware products.
24. Awesome Neovim
File Explorer / Assembly
- adriancmiranda/glimpse.nvim (⭐2) - Fast multi-format file previewer with inline kitty graphics support, external pane previews, and integrations for file explorers and pickers.
Project / Assembly
- karshPrime/switchboard.nvim (⭐28) - Define "run", "build", or any custom command/bind per language or project, then use the same keybinds everywhere.
Editing Support / Comment
- kuri-sun/todoage.nvim (⭐15) - Show how old your TODOs are.
UI / OS-specific
- ln.nvim (⭐1) - Relative numbers on the active window, absolute everywhere else.
25. Awesome Honeypots
Commercial Honepots
- honerix - Honerix is a distributed system for capturing web-based attacks. Honerix works by simulating vulnerable applications, with the goal of pushing attackers into deploying their malicious payload.
Honeypots
- CyberBriefing IOC Feeds API - REST API with 63K+ active IOCs from 20+ feeds. Useful for cross-referencing honeypot-captured IPs and domains against known malicious indicators. Free tier available.
- Database Honeypots
Acra (⭐1.5k) - Effective SQL database protection suite: strong selective encryption, SQL injections prevention, intrusion detection system based on using honeypots/poison records in the database.
Delilah - An Elasticsearch Honeypot written in Python.
ESPot (⭐28) - An Elasticsearch honeypot written in NodeJS, to capture every attempts to exploit CVE-2014-3120.
Elastic honey (⭐191) - A Simple Elasticsearch Honeypot.
HoneyMysql - A simple Mysql honeypot project.
MongoDB-HoneyProxy (⭐93) - A MongoDB honeypot proxy.
NoSQLpot (⭐103) - The NoSQL Honeypot Framework.
mysql-honeypotd (⭐37) - Low interaction MySQL honeypot written in C.
MysqlPot (⭐22) - A mysql honeypot, still very very early stage.
pghoney (⭐20) - Low-interaction Postgres Honeypot.
sticky_elephant (⭐13) - medium interaction postgresql honeypot.
Delilah (⭐25) - Elasticsearch Honeypot written in Python (originally from Novetta).
ESPot (⭐28) - Elasticsearch honeypot written in NodeJS, to capture every attempts to exploit CVE-2014-3120.
ElasticPot - An Elasticsearch Honeypot.
Elastic honey (⭐191) - Simple Elasticsearch Honeypot.
MongoDB-HoneyProxy (⭐93) - MongoDB honeypot proxy.
NoSQLpot (⭐103) - Honeypot framework built on a NoSQL-style database.
mysql-honeypotd (⭐37) - Low interaction MySQL honeypot written in C.
MysqlPot (⭐22) - MySQL honeypot, still very early stage.
pghoney (⭐20) - Low-interaction Postgres Honeypot.
sticky_elephant (⭐13) - Medium interaction postgresql honeypot.
RedisHoneyPot (⭐25) - High Interaction Honeypot Solution for Redis protocol.
- Blockchain honeypots
- Ethereum-honey-pot (⭐12) - Tool hacking-back hackers who tried to steal tokens.
Web honeypots
- Krawl (⭐533) - Lightweight deception server and anti‑crawler that deploys realistic fake web applications with low‑hanging vulnerabilities and randomly generated decoy data.
- Cloud Active Defense (⭐106) - Cloud active defense lets you deploy decoys right into your cloud applications, putting adversaries into a dilemma: to hack or not to hack?
- Express honeypot (⭐21) - RFI & LFI honeypot using nodeJS and express.
- EoHoneypotBundle (⭐38) - Honeypot type for Symfony2 forms.
- FCaptcha (⭐138) - Self-hosted CAPTCHA that acts as an inline honeypot, detecting bots and vision AI agents through 40+ behavioral signals, headless browser fingerprinting, and SHA-256 proof of work.
- Glastopf (⭐597) - Web Application Honeypot.
- Google Hack Honeypot - Designed to provide reconnaissance against attackers that use search engines as a hacking tool against your resources.
- HellPot (⭐1.1k) - Honeypot that tries to crash the bots and clients that visit it's location.
- Laravel Application Honeypot (⭐437) - Simple spam prevention package for Laravel applications.
- Lophiid (⭐27) - Distributed web application honeypot to interact with large scale exploitation attempts.
- Nodepot (⭐48) - NodeJS web application honeypot.
- PasitheaHoneypot (⭐4) - RestAPI honeypot.
- Servletpot (⭐16) - Web application Honeypot.
- Shadow Daemon - Modular Web Application Firewall / High-Interaction Honeypot for PHP, Perl, and Python apps.
- StrutsHoneypot (⭐72) - Struts Apache 2 based honeypot as well as a detection module for Apache 2 servers.
- WebTrap (⭐69) - Designed to create deceptive webpages to deceive and redirect attackers away from real websites.
- basic-auth-pot (bap) (⭐54) - HTTP Basic Authentication honeypot.
- bwpot (⭐28) - Breakable Web applications honeyPot.
- django-admin-honeypot (⭐1.1k) - Fake Django admin login screen to notify admins of attempted unauthorized access.
- drupo (⭐58) - Drupal Honeypot.
- flux (⭐4) - Dynamic Web Honeypot with Canary Token Integration that is being actively maintained by LLMs.
- galah (⭐648) - an LLM-powered web honeypot using the OpenAI API.
- honeyhttpd (⭐54) - Python-based web server honeypot builder.
- honeyup (⭐29) - An uploader honeypot designed to look like poor website security.
- modpot (⭐63) - Modpot is a modular web application honeypot framework and management application written in Golang and making use of gin framework.
- nginx-honeypot - A simple honeypot based on NGINX configuration that logs and blocks bots scanning for vulnerabilities.
- owa-honeypot (⭐70) - A basic flask based Outlook Web Honey pot.
- phpmyadmin_honeypot (⭐68) - Simple and effective phpMyAdmin honeypot.
- shockpot - WebApp Honeypot for detecting Shell Shock exploit attempts.
- smart-honeypot (⭐18) - PHP Script demonstrating a smart honey pot.
- Snare/Tanner - successors to Glastopf
- Snare (⭐479) - Super Next generation Advanced Reactive honeypot.
- Tanner (⭐230) - Evaluating SNARE events.
- stack-honeypot (⭐24) - Inserts a trap for spam bots into responses.
- tomcat-manager-honeypot (⭐12) - Honeypot that mimics Tomcat manager endpoints. Logs requests and saves attacker's WAR file for later study.
- WordPress honeypots
- HonnyPotter (⭐35) - WordPress login honeypot for collection and analysis of failed login attempts.
- HoneyPress (⭐8) - Python based WordPress honeypot in a Docker container.
- wp-smart-honeypot (⭐29) - WordPress plugin to reduce comment spam with a smarter honeypot.
- WebDecoy (⭐1) - Zero-configuration WordPress plugin with invisible honeypot fields, behavioral analysis, and SHA-256 proof-of-work challenges to detect bots, headless browsers, and automation frameworks.
- wordpot (⭐185) - WordPress Honeypot.
- Python-Honeypot (⭐479) - OWASP Honeypot, Automated Deception Framework.
Space/Satellite honeypots
- HoneySat (⭐0) - Mimics multiple satellite missions
Dynamic Deception Tool
- Mimicry (⭐60) - Mimicry is a dynamic deception tool that actively deceives an attacker during exploitation and post-exploitation.
Guides
26. Awesome Python Typing
Static type checkers
- zuban (⭐1.1k) - A Mypy-compatible Python type checker and Language Server built in Rust.
27. Awesome WSL
WSL Tools / Terminals
- KKTerm (⭐9) - A Windows-first, local-first terminal for managing connections, sessions, and workspaces.
28. Awesome Crystal
Implementations/Compilers
- GiavaScript (⭐1) - Open-source, cross-platform JavaScript runtime
29. Awesome Django
Hosting / PaaS (Platforms-as-a-Service)
30. Public Apis
Books
API: Amanah Sunnah
Description: Semantic search across Quran, Hadith, Tafsir & 18K+ Rijal narrators
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Development
API: QR & Barcode
Description: QR codes and barcodes (Code 128, EAN-13, Data Matrix, PDF417 + more). SVG or PNG output
Auth: No
HTTPS: Yes
CORS: Yes
Finance
API: EconPulse
Description: Live economic data — CPI, PPI, energy, treasury rates, BTC premium
Auth: apiKey
HTTPS: Yes
CORS: Yes
- API: ⬆ Back to Index
Geocoding
API: HackMyIP
Description: IP geolocation, ISP and privacy/VPN scoring, email breach checks, DNS and WHOIS lookups
Auth: No
HTTPS: Yes
CORS: Yes
Open Data
API: Open Scholarships
Description: Free, openly-licensed directory of US scholarships and student aid from official sources
Auth: No
HTTPS: Yes
CORS: Yes
Text Analysis
API: Audexum
Description: Text-to-speech REST API with 43 voices and 33 languages
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Transportation
API: Orizn Visa
Description: Visa requirements for 199 countries, 39K+ passport-destination pairs in 15 languages
Auth:
apiKeyHTTPS: Yes
CORS: Yes
URL Shorteners
API: RedirHub
Description: URL redirect management with custom domains, HTTPS, analytics, and REST API
Auth:
apiKeyHTTPS: Yes
CORS: Yes
31. Awesome Love2d
Development
- feather (⭐31) - Extensible Development Toolkit for LÖVE. Step by step debugger, hot reloading, remote log inspection, easy android and ios development builds, assisted release and upload, shader graph, particle system playground, and more!
Platforms
- lovejs-player - LÖVE ported to the web using Emscripten.
- Lutro - Portable game engine implementing a subset of the LÖVE API for retro games, runnable through RetroArch on many platforms.
UI
- LuaJIT-ImGui (⭐293) - LuaJIT bindings for Dear ImGui with a LÖVE module; supports all cimgui widgets using cpp names for easy example copying.
32. Awesome Datascience
Research & Knowledge Retrieval
- II-Commons (⭐2) - Daily-updated skill and CLI for deterministic retrieval across arXiv, PubMed/PMC, and supported US policy corpora.
Tutorials
- How to Build Optimal AI Agents That Actually Work - A developer handbook on designing and building effective AI agents.
Tools
- ai-evaluation (⭐101) - Open-source LLM and agent evaluation framework with 50+ metrics, LLM-as-Judge augmentation, and guardrail scanners (jailbreak, PII, prompt-injection). Useful for scoring RAG outputs, agent trajectories, and function-calling behavior in data-science workflows.
33. Awesome Cakephp
Plugins / Navigation
- Menu plugin (⭐3) - Composable menu builder and renderer for nested navigation, active-state matching, and breadcrumbs - and zero dependencies.
Software / Development Environment
- Vagrant - A portable development environment utility.
34. Awesome Github Wiki
Popular AI Tools
35. Awesome Osint
DNS / GitHub
- dnsx (⭐2.7k) - A fast and multi-purpose DNS toolkit from ProjectDiscovery for running DNS probes, resolving records and filtering DNS responses.
36. Awesome Game Remakes
Action
- heretic2 (⭐29) - Heretic2 playground sandbox.
- Speed-Academy (⭐16) - Source port of the singleplayer of Star Wars Jedi Knight: Jedi Academy.
- Speed-Outcast (⭐10) - Source port of the singleplayer of Star Wars Jedi Knight II: Jedi Outcast.
Adventure
- Dusklight (⭐4.4k) - Dusklight is a reverse-engineered reimplementation of Twilight Princess.
FPS
- DOOM64EXUltra (⭐4) - A fork of DOOM 64 EX+ with new stuff and fixes
- OpenQ4 (⭐27) - The definitive source-port and game binary replacement to run QUAKE 4 on modern systems) - The definitive source-port and game binary replacement to run QUAKE 4 on modern systems..
- Q2RTXPerimental (⭐16) - My 'Experimental' fork of NVIDIA’s implementation of RTX ray-tracing in Quake II
- QuakeLive (⭐3) - A full source code reconstruction effort for QUAKE LIVE, based upon the QUAKE III: ARENA GPL source [WIP]
37. Awesome Rust
Applications / Finance
- longbridge/longbridge-terminal (⭐837) - AI-native CLI for Longbridge Securities: real-time quotes, portfolio, trading for HK/US/A-share/SG.
Applications / Observability
- esrlabs/chipmunk (⭐771) - Native egui desktop application for analyzing massive log files and streams. Features a WebAssembly plugin system and automotive formats support.
Applications / Productivity
- AlexsJones/llmfit (⭐27k) [llmfit] - Terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Interactive TUI with hardware detection, multi-dimensional scoring (quality/speed/fit/context), community leaderboard, and support for Ollama, llama.cpp, MLX, vLLM, and more.
- AlexsJones/llmserve (⭐254) [llmserve] - Interactive TUI to serve local LLM models with auto-detected backends (llama-server, KoboldCpp, LocalAI, MLX, Ollama, vLLM, LM Studio). Features source tree navigation, per-backend presets, live logs, and vision model support.
Applications / System tools
- matthart1983/diskwatch (⭐57) - Single-host disk diagnostics TUI: eight tabs across devices, volumes, filesystems, IO, SMART, hot files, and insights.
- matthart1983/netwatch (⭐1.9k) [netwatch-tui] - Real-time network diagnostics TUI: deep packet inspection across 13 protocols (TLS, QUIC, HTTP, DNS, SSH, MQTT, SNMP, …), per-process attribution via eBPF / PKTAP, TCP retransmit analytics, JA4 fingerprinting, optional Landlock sandbox, and Flight Recorder incident bundles.
- matthart1983/syswatch (⭐456) [syswatch] - Single-host system diagnostics TUI: twelve tabs across CPU, memory, disks, processes, GPU, power, services, and network, plus a Timeline scrubber and an Insights anomaly engine.
Applications / Utilities
- IvanWng97/pixtuoid (⭐85) [pixtuoid] - Terminal pixel-art office that visualizes Claude Code sessions as animated coworkers in real time.
Applications / Web
- konippi/servo-fetch (⭐107) - A self-contained browser engine that fetches, renders, and extracts web content as Markdown, JSON, or screenshots — no Chromium, no API key. CLI, Python, MCP server.
Libraries / Asynchronous
- iii-hq/iii (⭐17k) [iii-sdk] - Distributed runtime for composing services via Worker-Function-Trigger primitives. Real-time catalog, traceable function calls, and multi-language SDKs (Rust, Node.js, Python). Engine written in Rust (ELv2), SDKs under Apache 2.0.
Libraries / Parsing
- firecrawl/pdf-inspector (⭐1.3k) - Fast Rust library for PDF classification and text extraction.
- run-llama/liteparse (⭐8k) [liteparse] - Fast and light PDF parsing library with spatial text extraction, bounding boxes, flexible OCR (Tesseract/HTTP servers), and multi-language bindings (Rust, Node.js, Python, WASM). Built on PDFium with CLI tool
lit.
Resources / Web programming
- Performance
- How to avoid bounds checks in Rust (without unsafe!) - All you need to know about optimizing bounds checks
- Performance of Rust language - An overview of Rust's performance-oriented language features
- The Rust Performance Book - Tips for optimizing Rust programs
38. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐416) (⭐416) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐981) (⭐979) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Documentation
- Zudoku (⭐536) (⭐531) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Higress (⭐8.4k) (⭐8.5k) - A next-generation cloud-native gateway based on Envoy and Istio, offering high performance, easy-to-use, and rich plugin extensibility.
Projects / Data Integration
- Estuary Flow (⭐927) (⭐922) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
Projects / Data Mapping Solution
- DataSonnet (⭐37) - A template-based data transformation library built on Jsonnet, tailored for system integration.
Projects / Enterprise Service Bus
- WSO2 Enterprise Integrator (⭐399) (⭐400) - API-centric, cloud-native integration platform offering robust, distributed capabilities for modern software architectures.
Projects / Message Broker
- LavinMQ (⭐950) (⭐943) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
Projects / Self-Service Integration
- n8n (⭐189k) (⭐188k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Resources / API Specification
- Arazzo Specification (⭐433) (⭐433) - A standard, programming language-agnostic representation for describing sequences of API calls (workflows) and their dependencies.
- TypeSpec (⭐5.7k) (⭐5.7k) - A highly extensible language for describing API data shapes and protocols, capable of compiling to OpenAPI, JSON Schema, Protobuf, and other formats.
Resources / Data Formats
- YAML (⭐471) (⭐467) - 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.
39. Free for Dev
APIs, Data, and ML
- vatnode - EU VAT number validation REST API with VIES and national tax-registry fallback, returning the official VIES consultation number for audit records. Free tier of 100 validations/month, no credit card.
Miscellaneous
- RedirHub - API-first URL redirect infrastructure with custom nameservers, edge network, HTTPS, and proactive link monitoring. Free plan includes 2 hostnames, 100K requests per month, auto-SSL, path forwarding, and REST API access.
40. Awesome Playcanvas
3D Gaussian Splatting / YouTube Playables
- LichtFeld Studio Gallery - Example scenes trained by LichtFeld Studio.
- SplatTour - Photorealistic 3D tours of any space, generated from a video shot with the user's phone.
41. Awesome Cli Apps
Utilities / Network Utilities
- tldx (⭐1.8k) - Bulk domain availability checker.
Development / Database
- pgxcli (⭐46) - Feature-complete PostgreSQL client in Go.
Productivity / Note Taking, Lists, Task Management
- gtasks (⭐151) - Manage Google Tasks.
Productivity / Calendars
- ical (⭐53) - Manage macOS Calendar.
- rem (⭐103) - Manage macOS Reminders.
Utilities / Calendars
- amazon-orders (⭐146) - Retrieve Amazon order history.
Utilities / Science
- birda (⭐23) - Identify bird species from audio recordings.
42. Awesome Terraform
Tutorials and Blog Posts / Google Cloud
- Self-host n8n on Google Cloud Run (⭐605) - Terraform configuration and guide for deploying n8n workflow automation on Cloud Run with Cloud SQL, Secret Manager, and optional Queue Mode via Redis.
43. Awesome Dart
Tools
- FlutterTrends - Daily download trends, rankings, and repository health for 20k+ Flutter packages on pub.dev.
44. Awesome Go
Standard CLI
- memsh (⭐7) - Virtual bash shell in Go: executes shell commands against an in-memory filesystem (afero), with WASM plugin support and an embeddable HTTP server.
Continuous Integration
- PikoCI (⭐12) - Self-hosted CI/CD inspired by Concourse. Single binary, any database, any queue. HCL pipelines, pluggable resource types and runners.
Database Tools
- go-postgres-s3-backup (⭐2) - Serverless PostgreSQL backups to S3 using AWS Lambda, with daily, monthly, and yearly rotation.
Game Development
- GOKe (⭐35) - Data-Oriented (DOD), archetype-based ECS engine utilizing an L1 cache-aligned chunked SoA layout for predictable, stepless memory growth and zero-allocation execution paths.
Performance
- go-perfstat (⭐0) - Lightweight performance statistics and execution time aggregation for Go.
Security
- dotlock (⭐0) - Encrypted .env vault manager with interactive TUI for managing secrets across multiple environments and profiles.
Third-party APIs
- spec (⭐108) - Lightweight OpenAPI 3.x builder supporting static generation and popular frameworks like chi, echo, gin, fiber, mux and more.
Workflow Frameworks / Libraries for creating HTTP middlewares
- Flowbaker (⭐198) - Self-hosted execution engine for building, connecting, and automating no-code workflows.
Code Analysis / Libraries for creating HTTP middlewares
- structalign (⭐1) - Shows how a struct's fields could be reordered to use less memory, printing a diff instead of rewriting files.
45. Awesome Mac
AI Tools / Other Tools
- clawpypaste (⭐0) - Menu bar block picker and session browser for Claude Code.
Download Management Tools / Audio Record and Process
- Harbor (⭐36) - Open-source download manager for HTTP(S), magnet links, and
.torrentfiles.
Voice-to-Text / Audio Record and Process
- Parakey (⭐3) - Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE).
Security Tools / Audio Record and Process
- PureSnitch (⭐9) - Open-source application firewall with a Little Snitch-style world map, rule manager, DNS over HTTPS, and pf-based blocking, with no telemetry.
Utilities / Cleanup and Uninstall
- Mac Clean (⭐31) - Free, open-source cleaner, optimizer, and malware scanner.
46. Awesome Selfhosted
Software / Automation
- flowctl - Self-service workflow execution platform with approvals, remote execution and scheduling. (Demo, Source Code (⭐312))
Apache-2.0Go/Docker
Software / Games
- DDraceNetwork - Cooperative platformer version of DDRace, a Teeworlds modification featuring unique cooperative gameplay. (Source Code (⭐780))
ZlibC++
Software / Learning and Courses
- Helium - Color-coded student planner for classes, homework, grades, and notes with smart notifications and multi-device sync. (Demo, Source Code (⭐3))
MITPython/Docker
Software / Media Management
- Downtify
⚠- Download Spotify music with album art and metadata. (Source Code (⭐234))GPL-3.0Docker
- Youtarr
⚠- Download videos from YouTube channels on a schedule via yt-dlp, with a web UI to browse and selectively download videos. Integrates with Plex Media Server and generates NFO metadata for Jellyfin, Kodi, and Emby.ISCDocker
Software / Search Engines
- Hister - Personal web search engine with automatic indexing of visited websites. Supports offline local result previews, local files, multi-user handling and optional semantic search. (Demo, Source Code (⭐1.1k))
AGPL-3.0Go/Docker
Software / Software Development - API Management
- Aastro - Extensible API Gateway written in Go. (Source Code (⭐6))
Apache-2.0Go/Docker
Software / Software Development - Testing
- Request Inbox - Collect and inspect HTTP requests for testing and debugging. Create and manage inboxes, capture detailed request data, configure custom responses. (Demo, Source Code (⭐3))
Apache-2.0Docker
Software / Video Surveillance
- Strix (⭐690) - Auto-discovers working stream URLs for IP cameras and generates ready-to-use Frigate and go2rtc configs.
MITGo/Docker
47. Awesome Iot
Software / Frameworks
- Iotellect - A low-code IoT platform for device integration, data collection, and real-time visualization. Supports MQTT, OPC UA, Modbus, and 50+ industrial protocols with drag-and-drop UI builder.
Software / Miscellaneous
- BirdNET-Go (⭐1.2k) - Realtime wildlife soundscape analyser with multi-model AI inference, MQTT publishing with Home Assistant discovery, and web dashboard.
- Electrum (⭐4) - A structured, AI-assisted toolkit for defining hardware products that have software inside — from concept through engineering spec to presentation-ready materials in eight phases.
48. Awesome Gemini Cli
Agent Orchestration & CLI Tools
- Ivy Tendril (⭐111) - Open-source desktop app that orchestrates Gemini CLI alongside Claude Code, Codex, and Copilot through a plan-based lifecycle with verification gates, self-improving memory, and git worktree isolation. Local-first, agent-agnostic, FSL licensed.
Commands & Extensions
- gemini-discord (⭐3) - Turn your local Gemini CLI agent into an always-on Discord presence that also doubles as your personal server admin.
Education & Study Tools
- Shiori (⭐40) — Open-source AI study companion powered by Gemini AI. Assignments tracker, SRS flashcards, GPA predictor, AI quiz generator, Pomodoro focus timer, and Claude Code MCP server. Live demo.
- Next: May 25 - May 31, 2026