Awesome List Updates on Apr 13 - Apr 19, 2026
51 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Java
Miscellaneous / Text-Based User Interfaces
- Rollgate - Cloud-managed feature flag platform with a Java SDK, supporting gradual rollouts, A/B testing, and real-time updates.
- Nyagram (⭐4) - Reactive, type-safe framework for Telegram bots based on Spring Boot 3 and Java 21.
Artificial Intelligence
- JamJet (⭐7) - Agent runtime with a Java SDK for building AI agents, supporting graph-based workflow orchestration, multi-agent coordination, and MCP/A2A protocols.
Build
- ReleaseRun - Dependency health checker for pom.xml and Gradle projects that scans for CVEs and outdated packages.
CLI / Text-Based User Interfaces
- AliveJTUI (⭐1) - Declarative, React-style TUI library for building terminal UIs as component trees with diff-based rendering, focus management, and themes.
Code Coverage / Text-Based User Interfaces
- Delta Coverage (⭐35) - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
Code Generators / Text-Based User Interfaces
- Spring CRUD Generator (⭐33) - Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.
Configuration / Text-Based User Interfaces
- ClearConfig (⭐7) - Type-safe, composable configuration library with a focus on runtime clarity.
Database / Text-Based User Interfaces
- ArcadeDB - Multi-model database supporting graphs, documents, key-value, time series, and vector embeddings with SQL, Cypher, Gremlin, MongoDB, and Redis API compatibility.
- Open J Proxy (⭐196) - Type 3 JDBC driver and Layer 7 proxy server for decoupling applications from relational database connection management.
Date and Time / Text-Based User Interfaces
- Jollyday (⭐117) - Determines the holidays for a given year, country/name and eventually state/region.
Dependency Injection / Text-Based User Interfaces
- Dimension-DI (⭐16) - JSR-330 runtime dependency injection using the JDK Class-File API.
Document Processing / Text-Based User Interfaces
- Sheetz (⭐4) - Library for reading and writing Excel and CSV files with annotation-based mapping, streaming support, and built-in validation.
Functional Programming / Text-Based User Interfaces
- Parallel Collectors (⭐674) - Stream API Collectors for parallel processing with custom thread pools, designed for I/O-heavy workloads.
Game Development / Text-Based User Interfaces
- input4j - Lightweight, cross-platform library for gamepad and joystick input handling.
ORM / Text-Based User Interfaces
- mybatis-dynamic (⭐2) - Code-first dynamic ORM for MyBatis with runtime schema modification.
Performance analysis / Text-Based User Interfaces
- Heap Seance (⭐2) - Memory leak diagnostics that orchestrates jcmd, jmap, jstat, JFR, Eclipse MAT, and async-profiler into a structured investigation workflow with confidence-based verdicts.
- JVM Hotpath (⭐8) - Java agent for line-level execution frequency analysis to identify algorithmic bottlenecks.
Security / Other
- Certificate Ripper (⭐901) - CLI tool and library for extracting and exporting server certificates from HTTPS endpoints.
- MOSS - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures, creating audit trails for attribution and compliance.
Testing / BDD
- Kensa (⭐13) - Code-first BDD framework for Java and Kotlin that generates interactive HTML reports and sequence diagrams from test code.
Testing / Miscellaneous
- skipper-java (⭐2) - Real-time test execution control via Google Spreadsheet, enabling instant toggle without code changes.
- Java Evolved - Side-by-side comparisons of legacy and modern Java patterns.
Utility / Mocking
- java-util (⭐437) - Zero-dependency, high-performance utilities featuring Converter (universal type conversion), DeepEquals, CaseInsensitiveMap, TTLCache, CompactMap, MultiKeyMap, and object graph traversal.
- Jctx (⭐4) - Reads a Java project and generates a structured context file so AI tools can understand and help plan the codebase.
- java-refined (⭐1) - Zero-dependency refinement types for Java 8+ with type-safe wrappers covering numerics, strings, and collections.
- Sift (⭐78) - Type-safe, AST-based Regex Builder focused on readability and ReDoS prevention.
Web Frameworks / Mocking
- tinystruct (⭐329) - Lightweight, pluggable framework for building Java applications with CLI, HTTP, and modular extension support.
Websites / Socials
2. Awesome Claude Code
CLAUDE.md Files 📂 / Domain-Specific
- Comm (⭐325) by CommE2E - Serves as a development reference for E2E-encrypted messaging applications with code organization architecture, security implementation details, and testing procedures.
3. Static Analysis
Programming Languages / Other
- errwrap ⚠️ — Wrap and fix Go errors with the new %w verb directive. This tool analyzes fmt.Errorf() calls and reports calls that contain a verb directive that is different than the new %w verb directive introduced in Go v1.13. It's also capable of rewriting calls to use the new %w wrap verb directive.
- nakedret ⚠️ — Finds naked returns.
- Rudra (⭐1.4k) — Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.
- ENRE-ts ⚠️ — ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-ts is a ENtity Relationship Extractor for ECMAScript and TypeScript based on @babel/parser.
Multiple languages / Other
- TencentCodeAnalysis ⚠️ — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
Other / Other
- alquitran ⚠️ — Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations. This project is intended to be used by maintainers of projects who want to offer portable source code archives for as many systems as possible. Checking tar archives with alquitran before publishing them should help spotting issues before they reach distributors and users.
- packj (⭐686) — Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.
- Dockle (⭐3.2k) — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
- kube-hunter — Hunt for security weaknesses in Kubernetes clusters.
- HasMySecretLeaked ⚠️ ©️ — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
4. Awesome Machine Learning
Tools / Misc
- Awesome RAG Production (⭐18) - A curated collection of battle-tested tools, frameworks, and best practices for building, scaling, and monitoring production-grade Retrieval-Augmented Generation (RAG) systems. Covers frameworks, vector databases, retrieval & reranking, evaluation, observability, deployment, and security.
5. Awesome Build123d
Developer Platform and Tooling
- MakerRepo.com - A GitHub-like platform for manufacturing as code where build123d repositories (including artifacts and web-based generators) are built in CI and published as shareable CAD outputs.
- LaunchPlatform/MakerRepo (⭐4) - Python library for exposing build123d model functions as MakerRepo artifacts (for example with
@artifact) and defining reusable generators (for example with@generator).
- LaunchPlatform/makerrepo-cli (⭐3) - Command-line tooling to run MakerRepo workflows on build123d projects annotated with the MakerRepo Library, including viewing outputs, exporting files, creating snapshots, and other useful project operations locally or in automation.
6. Awesome Osint
Real-Time Search, Social Media Search, and General Social Media Tools
- OSINTNova - AI-powered OSINT platform for advanced digital investigations and intelligence analysis
Geospatial Research and Mapping Tools / GitHub
- ReverseImageLocation - AI-powered geolocation tool for identifying locations from images.
Other Tools / GitHub
- keyFinder (⭐558) - Chrome extension that passively discovers leaked API keys, tokens, secrets, and credentials on any web page by scanning scripts, meta tags, hidden fields, web storage, and network responses using 80+ detection patterns and Shannon entropy analysis.
7. Awesome Swift
AI
- EdgeRunner (⭐26) - Fast, local LLM inference for Apple Silicon. Built in Swift and Metal from the ground up.
8. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐404) (⭐404) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐977) (⭐974) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Design
- Zally (⭐949) (⭐949) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- Zudoku (⭐500) (⭐500) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Testing
- MQ clients
- JMSToolBox (⭐226) (⭐226) - A universal JMS client offering broad compatibility and streamlined messaging testing across various brokers.
- kcat (⭐5.7k) (⭐5.7k) - A lightweight command-line tool for Apache Kafka, providing efficient message production and consumption.
- MQTT Explorer (⭐3.8k) (⭐3.9k) - A detailed MQTT client delivering structured topic visualization and intuitive debugging.
- Offset Explorer - A comprehensive GUI for managing Apache Kafka clusters with user-friendly monitoring and administration tools.
- Service Bus Explorer (⭐2.1k) (⭐2.2k) - An advanced GUI for Azure Service Bus that enables in-depth testing and seamless management of topics, queues, and subscriptions.
- Testing tools and frameworks
- Apache JMeter (⭐9.3k) (⭐9.3k) - A feature-rich tool for load testing and performance analysis across diverse web applications and services.
- Artillery (⭐8.9k) (⭐9k) - A complete load testing platform supporting HTTP, WebSocket, Socket.io, gRPC, and more, with cloud-native serverless scaling on AWS Lambda and Fargate.
- Gatling (⭐6.8k) (⭐6.9k) - A powerful load testing framework with a developer-friendly DSL that delivers detailed performance metrics.
- Hurl (⭐18k) (⭐19k) - A command-line tool for running HTTP requests with plain text syntax, excellent for both API testing and CI/CD integration with support for chaining, capturing values, and comprehensive assertions.
- Keploy (⭐17k) (⭐17k) - A developer-centric API and integration testing tool that auto-generates tests and data-mocks from real traffic using eBPF, supporting any language without code changes.
- ghz (⭐3.3k) (⭐3.3k) - A simple gRPC benchmarking and load testing tool with support for various load schedules, concurrency control, and detailed performance metrics.
- Grafana k6 (⭐30k) (⭐30k) - Open-source, JS-scriptable load-testing tool for CI/CD.
- Karate (⭐8.8k) (⭐8.8k) - A unified testing framework that merges API automation, mocking, and performance testing with simple, expressive syntax.
- Pyresttest (⭐1.1k) (⭐1.2k) - A Python-based testing tool offering easy YAML/JSON-driven REST API testing and microbenchmarking.
- REST Assured (⭐7.1k) (⭐7.1k) - A Java DSL that simplifies REST API testing with intuitive syntax and seamless integration into CI pipelines.
- RESTler (⭐2.8k) (⭐2.9k) - A stateful REST API fuzzing tool that automatically discovers security and reliability bugs by intelligently inferring producer-consumer dependencies from OpenAPI specifications.
- Schemathesis (⭐3.2k) (⭐3.2k) - A Python library for property-based testing of API schemas, ensuring reliability through robust edge-case detection.
- Taurus (⭐2.1k) (⭐2.1k) - An open-source automation framework that simplifies continuous testing with intuitive configuration and integration support.
Projects / Data Integration
- Airbyte (⭐21k) (⭐21k) - Flexible, open-source data integration platform that builds ELT pipelines to move data from diverse sources to modern destinations.
- Estuary Flow (⭐907) (⭐907) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
Projects / Data Mapping Solution
- JSLT (⭐691) (⭐691) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
Projects / Integration Frameworks
- Frank!Framework (⭐162) (⭐162) - Low-code Java messaging framework that simplifies system connectivity and data integration through configurable XML setups.
Projects / Message Broker
- LavinMQ (⭐878) (⭐878) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
- SuperMQ (⭐49) (⭐2.6k) - Distributed, event-driven infrastructure for messaging supporting multiple protocols (HTTP, MQTT, WebSocket, CoAP) with strong security and IoT capabilities.
Projects / Self-Service Integration
- n8n (⭐183k) (⭐183k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
9. Awesome Polars
Polars plugins / Miscellaneous
- polarise (⭐2) - A Polars-native DataFrame styling tool for HTML visualization by @egayer.
10. Awesome Selfhosted
Software / E-commerce
- myCart (⭐347)
⚠- Shopping cart in 1 file (with support for payment by card or cryptocurrency).MITGo/Docker
11. Awesome Godot
Templates / Godot 4
- Godot 4 Custom Gravity (⭐24) - Template for a 3D project with planetary gravity (Super Mario Galaxy-like). Supports any planet shapes using signed distance fields. Includes a character controller and various sample setups.
Other / Godot version unknown
- Godot Awesome Scientific (⭐28) - Community-curated list of Godot software that provides methods for scientific methods, machine learning, and hyperoptimized computation.
12. Awesome Graphql
Tools - Miscellaneous / React
- Gitstar - Social feed for GitHub. Follow backend engineers, discover trending API frameworks and tools.
13. Awesome Preact
Contents / Components
- Kamod UI (⭐0) - Lightweight Preact and Tailwind UI components (shadcn-style approach) (demo).
14. Awesome Testing
Software / AI & LLM Testing
- Tenro (⭐1) - Open-source testing framework for AI agents. Simulate LLM and tool calls to test edge cases, failure paths, and agent logic without live API calls.
15. Awesome Zsh Plugins
- Has a "plugins" system that allows you to do things like installing a package, cloning a repository, export variables, run commands. And cross-shell compatible.
- Has an unified way of configuring shells, it uses one of many approaches to standardize home folder with a set of predefined files and folders. it defines a
~/binfolder between others that is auto-included inPATH, so it helps you to use always same approach on all your systems.
- Having different plugins in different folders, which allows loading certain folders in certain environments to load variables or any other special configurations. It also allows you to clone other users plugins easily.
- It provides a minimal set of libraries and binaries bundled inside which offers a set of functions/aliases/etc. based on SH/BASH (compatible with other shells) to use in plugins contexts to do certain stuff easily.
Plugins / superconsole - Windows-only
- git-profile (⭐0) - Manage multiple
gitaccounts in ZSH by auto-switchinguser.name,user.email, and signing keys based on directory path or repository remote URL. Never push a commit under the wrong identity again.
- halfpipe (⭐7) - Edit shell pipeline and see its output update live. Get regexps correct fast and save in network requests.
- jirarc (⭐0) - Provides shortcuts for repetitive Jira-cli (⭐5.5k) commands.
- snap-list (⭐0) - Provides helper functions for
sudo snapper liston openSUSE Tumbleweed.
Completions / superconsole - Windows-only
- ngrok (⭐2) - Auto-loads ngrok and its completions into the shell.
Themes / superconsole - Windows-only
- power (⭐13) - Optimized for python developers. Includes
gitandpyenvstatus decorations, username and host. Tries to install other plugins and fonts, so read its instructions before installing.
- warm-springs (⭐0) - A warm, earthy zsh theme, inspired by Sonoma's images of the Warm Springs farm.
16. Awesome Chatgpt Prompts
📜 License / MCP Server
- Source code is licensed under the MIT License.
- Prompt content and data (prompts.csv, PROMPTS.md, user-submitted prompts) is dedicated to the public domain under CC0 1.0 Universal.
17. Awesome Windows
Customization
- FluentFlyout - Displays media controls, lock key status and taskbar widgets in native-looking Fluent 2 flyouts.
18. Awesome Keycloak
Community Extensions
19. Awesome Cl
MCP servers
- mcp-lisp (⭐7) - Common Lisp SDK for MCP (2025-11-25) with full conformance (44/44 checks) and limited A2A support. Supports stdio and SSE transports, tools, resources, prompts, structured errors, and access logging. MIT.
20. Awesome Clojure
Database
- cmql (⭐14): for MongoDB
Protocol Buffers and gRPC
Security
- EACL (⭐76): ReBAC authorization library based on SpiceDB, backed by Datomic
Literate Programming
Websites / YouTube
21. Awesome Python Typing
Static type checkers
- ty (⭐18k) - An extremely fast Python type checker, written in Rust, from the creators of Ruff and uv.
Articles / Third-party articles
- How do mypy, Pyright, and ty compare? - A detailed comparison of the three major Python static type checkers covering features, performance, and trade-offs.
- ty: A Complete Guide - Comprehensive guide to ty, the fast Python type checker from Astral.
Related / Third-party articles
- Python Developer Tooling Handbook - Comprehensive handbook covering Python type checkers, linters, and development tools with reference pages for mypy, Pyright, and ty.
22. Awesome Bioinformatics
Python Modules / Tools
- polars-bio (⭐151) - Python library for blazing-fast genomic interval operations and genomic file formats I/O on Polars DataFrames [ paper-2025 | [ web ] ]
- Scanpy (⭐2.4k) - Scalable toolkit for analyzing single-cell gene expression data, including preprocessing, visualization, clustering, and trajectory inference. [ paper-2018 | web ]
23. Awesome Research
Plotting and Charting Online / Enterprise Git Service
- SankeyDiagram.net: Web-based tool for creating & sharing Sankey Diagrams from data (open-source)
Notebooks for Researchers / Social Sciences
- Learnly AI: AI-powered academic assistant for students, featuring smart note-taking from lectures, PDFs and videos, essay writing with literature review, and AI presentation generator.
Editors / LaTeX
- SpicyChai LaTeX(
Cloud): Online LaTeX editor with AI-powered template population, real-time PDF preview, and pre-built templates for resumes, papers, and more. Free anonymous renders without signup.
Investigate Papers / HTML+CSS+JS
- Uncited: Keeping up with the literature.
- ODataMap - Interactive map of global scientific research. Visualizes 250M+ papers across 7 knowledge continents with AI research assistant. Demo
24. Free Programming Books (English, By Programming Language)
Python / Constraint Logic Programming (extended Prolog)
- Learn Programming Logic with Games - Python & Pygame (⭐0) - Wilson Kawano (EPUB, PDF) (CC BY-NC-SA)
25. Awesome Opentofu
Tools / Platforms
- Stategraph - State backend that eliminates the state file bottleneck. Teams plan in parallel with resource-level locking, and state is queryable via SQL.
26. Awesome Python
WebSocket
- picows (⭐259) - Fastest WebSocket clients and servers with a frame level interface for the most demanding use-cases.
27. Awesome Raspberry Pi
OS Images
- GlowBarn OS (⭐1) - Buildroot-based Linux distribution for paranormal research with EMF sensors, environmental monitoring, web dashboard and automated data logging.

Tools
- Rpi MQTT Monitor (⭐291) - The easiest way to track and control your Raspberry Pi or Ubuntu computer system health and performance in Home Assistant.
Projects
- Cama-Camel Pack (⭐30) - A home-based irrigation system for efficient plant care using IoT.
- HookProbe (⭐23) - AI-native intrusion detection system with eBPF/XDP packet filtering and ML threat classification. Processes 8.8M+ security events on a Pi 5.
- idle-less (⭐16) - Docker-based nginx reverse proxy that wakes sleeping servers via Wake-on-LAN, ideal for energy-saving Raspberry Pi homelabs.
- Raspberry Pi Telegram Bot (⭐29) - Remotely control your Raspberry Pi using Telegram, with support for GPIO, system commands, custom modules, and real-time interaction.
28. Awesome Love2d
AI
- FluadHTN (⭐10) - A powerful hierarchical task network for AI planning.
29. Awesome Cli Apps
Files and Directories / Directory Listing
- treepp (⭐68) - Windows tree++.
AI / Agents
- actionbook (⭐1.5k) - Parallel browser interaction for agents.
30. Awesome Ai in Finance
Data Sources / Prediction Markets
- PolyMind - Real-time Polymarket trading alerts with multi-AI analysis (Groq, Claude, Gemini). Track whale bets, volume spikes, coordinated wallets, and 12 signal types. Free tier available.
Research Tools / Prediction Markets
- CongressionalStockBrain - AI-powered tool that ingests U.S. STOCK Act congressional trade disclosures and converts them into machine-scored signals for retail investors.
31. Awesome Developer First
Misc
- daily.dev - Personalized developer news feed aggregating from 1000+ tech sources with community discussion.
32. Awesome Math
Geometry and Topology / Topology
- 📝 General Topology - Stephen Willard
33. Awesome Ada
Specialties
- gems - Ada Gem Archive.
Open source / GPL (with linking exception)
- fsf-gnat (⭐56) - Free Software Foundation compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2022, Ada 2012, Ada 2005, Ada 95 and Ada 83.
Online / GPL (no linking exception)
- gnat-ce (discontinued) (⭐3) - GNAT Community edition. A release of AdaCore GNAT for free software developers, hobbyists, and students. The run-time libraries provided with GNAT Community are licensed under GPLv3 without linking exception. It supports Ada 2012 only.
34. Awesome Php
Table of Contents / Frameworks
- Tempest (⭐2.2k) - A framework that gets out of your way.
Table of Contents / Framework Extras
- Inertia.js - An adapter for building single-page applications using server-side routing and controllers, without a separate API.
Table of Contents / Content Management Systems (CMS)
- OctoberCMS - A CMS built on Laravel.
- WinterCMS - A community-maintained fork of OctoberCMS built on Laravel.
Table of Contents / Templating
- Plates - A native PHP templating library.
Table of Contents / Static Site Generators
- Couscous - A tool for converting Markdown documentation into websites.
Table of Contents / HTTP
- HTTPlug - An HTTP client abstraction without binding to a specific implementation.
- Saloon (⭐2.4k) - A framework for building beautiful API integrations and SDKs.
Table of Contents / Continuous Integration
- GitLab CI - A continuous integration platform.
Table of Contents / Documentation
- Scramble (⭐2k) - Automatically generates OpenAPI documentation from your code without annotations.
Table of Contents / Security
- PHPSecLib (⭐5.6k) - A pure PHP secure communications library.
Table of Contents / Code Analysis
- Bladestan (⭐363) - A PHPStan extension for static analysis of Blade templates.
Table of Contents / Static Analysis
- Dead Code Detector (⭐346) - A PHPStan extension for finding unused PHP code.
- Deptrac (⭐1) - A static analysis tool for enforcing dependency rules between architectural layers.
- Larastan (⭐6.4k) - A PHPStan wrapper for Laravel that adds static analysis to Laravel projects.
- Mago (⭐3k) - A toolchain for PHP that aims to improve the developer experience.
Table of Contents / Debugging and Profiling
- LaraDumps (⭐1.3k) - A debugging tool for Laravel with a dedicated desktop application.
- Trap (⭐261) - An extended variable dumper with a web interface and IDE plugin.
Table of Contents / Error Tracking and Monitoring Services
- Buggregator - A debug server that aggregates var-dumps, profiling data, emails, logs and Sentry events.
Table of Contents / Build Tools
- PHPacker (⭐411) - A PHAR builder that compiles PHP apps to standalone executables.
Table of Contents / Date and Time
- Business Time (⭐317) - A Carbon extension for handling business hours and working days.
- PHP RRule (⭐695) - A library for working with recurring dates and times based on the iCalendar RRule spec.
Table of Contents / NoSQL
- MongoDB PHP Library (⭐1.6k) - The official high-level MongoDB PHP library built on top of the MongoDB PHP Driver.
Table of Contents / JSON
- Lazy JSON (⭐254) - A memory-efficient lazy parser for large JSON files.
Table of Contents / LLMs
- Anthropic (⭐46) - A PHP client for the Anthropic API, supporting messages, streaming, tool use, and batch processing.
- Anthropic for Laravel (⭐71) - A Laravel wrapper for the Anthropic PHP client with Facades, config publishing, and testing fakes.
Table of Contents / PHP Installation
- Homebrew - A package manager for macOS.
Table of Contents / Development Environment
- Solo (⭐1.2k) - A terminal application to manage processes for a Laravel application.
Table of Contents / Web Applications
- Mailpit (⭐9k) - An email and SMTP testing tool for developers.
35. Awesome Mac
Reading and Writing Tools / Text Editors
- LiteEdit - Fast, native macOS code editor under 1 MB — Swift and AppKit, no Electron.
Developer Tools / Developer Utilities
- Switzy (⭐6) - Open-source tool for switching Git identities and managing SSH keys.
Developer Tools / Network Analysis
- Rockxy (⭐4) - Open-source HTTP(S) debugging proxy for intercepting, inspecting, modifying, and replaying requests.
Design and Product / Screen Recording
- Capso (⭐39) - Open-source screenshot and screen recording tool with annotations, OCR, and webcam overlays.
- Recordly - Open-source screen recorder and editor for polished demos, tutorials, and product videos.
Design and Product / Other Tools
- Lap (⭐331) - Local photo manager for browsing and organizing personal media libraries offline.
- CompressO (⭐2.6k) - Open-source tool for compressing videos and images to smaller sizes.
Audio and Video Tools / File Sharing
- Kaset (⭐930) - Open-source YouTube Music client with library, lyrics, podcasts, and playback controls.
Utilities / Cleanup and Uninstall
- PureMac (⭐19) - Free, open-source macOS cleaner with no telemetry. Cleans system and user caches, Xcode junk, Homebrew cache, mail attachments, and finds large or old files. Supports scheduled auto-cleaning.
Utilities / General Tools
- Cadran - Renders 22 customizable clock faces on your Mac desktop wallpaper and screensaver.
Utilities / Productivity
- SuperCmd (⭐1.8k) - Open-source launcher with Raycast-compatible extensions, voice workflows, text-to-speech, memory, and AI actions.
36. Magictools
Graphics / Voxel Editors
Project Management / Voxel Editors
- 💸 Questlog - Project management for game developers with built-in GDD editor
37. Awesome Go
Workflow & Scheduling / Workflow Frameworks
- dagucloud/dagu (⭐3.2k) — Workflow engine with Web UI ☆
3,265
38. Awesome Cpp
Compression
- FSST (⭐505) - efficient random-access string compression. [MIT]
Containers
- marisa-trie (⭐605) - Matching Algorithm with Recursively Implemented StorAge. [BSD-2-Clause/LGPL-2.1]
Multimedia
- icey (⭐1.4k) - Real-time media stack and lightweight libwebrtc alternative for RTSP ingest, media processing, signaling, TURN, and browser delivery, built in C++20. [LGPL v2.1+]
39. Awesome Rust
Applications
- OxideTerm (⭐214) - A cross-platform SSH terminal client and local terminal emulator built with Tauri 2.0 and pure-Rust SSH (russh). Features multiplexed connections, SFTP file manager, built-in IDE (CodeMirror 6), port forwarding (-L/-R/-D), Grace Period auto-reconnect, plugin system, AI assistant, encrypted export (.oxide), and 11 languages.
Applications / Blockchain
- equilibriumco/beerus (⭐264) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡
Applications / Utilities
- Water-Run/treepp (⭐68) - A Rust-based native Windows
treereplacement with diff-level input/output compatibility on successful runs, many more features including essential exclusions and.gitignoresupport, and several-times faster performance.
Development tools / Workflow Automation
- aaif-goose/goose (⭐41k) - An open-source, local AI agent that automates engineering tasks.
Development tools / Build system
- better-fullstack (⭐364) - End-to-end fullstack scaffolding tool supporting Rust (Axum, Actix Web, Leptos, Dioxus, SeaORM, SQLx, tonic, async-graphql) alongside TypeScript, Go, and Python — code ready for you or your AI agent.
Development tools / Static analysis
- creusot-rs/creusot (⭐1.5k) - A deductive verifier for Rust that proves absence of panics, overflows, and assertion failures by translating code to the Why3 verification platform
Libraries / Data processing
- DataBora/elusion (⭐133) [elusion] - An end-to-end data engineering DataFrame library built on DataFusion, with connectors for Microsoft Fabric, Azure, SharePoint, FTP, Postgres, MySQL, and REST APIs
40. Free for Dev
APIs, Data, and ML
- Metashot — Open Graph (OG) social preview image generation API. Generate dynamic 1200×630 images for Twitter, LinkedIn and Facebook via URL params, edge-cached on Cloudflare Workers. Free tier: 1,000 renders/month. Paid plans from $12/month. ⬆️ Back to Top
Security and PKI
- SikkerKey - Machine authenticated secrets manager, includes 2 projects, 2 bootstrapped machines, 20 secrets and 7 days audit log retention for free.
- anon.li Alias - Open source, anonymous email alias/forwarding solution with PGP encryption, reply capability, 10 random & 1 custom alias on the free plan with developer API & CLI.
- KaiMail - Email forwarding for custom domains with ARC/DKIM signing. Free plan includes 1 domain, 1 mailbox, 300 emails/month, and up to 1MB message size. Email receiving webhook also available. Special plans for open-source projects.
IaaS
- Modal - AI-driven IaaS with generous compute, storage; offers $30 (might be limited to $5 on certain accounts) of free monthly credits
Managed Data Services
- Turso by ChiselStrike - Turso is SQLite Developer Experience in an Edge Database. Turso provides a Free Forever starter plan, 9 GB of total storage, Up to 500 databases, Up to 3 locations, 1 billion row reads per month, and Local development support with SQLite.
Storage and Media Processing
- anon.li Drop - Zero-knowledge E2EE file sharing with client-side AES-256-GCM encryption and zero server-side data access. Free uploads for files up to 5GB with max expiry up to 3 days through the website, CLI or API.
41. Awesome Rest
Querying / Symfony2
- Postman - Cross-platform API development and testing platform.
- SoapUI - Cross-platform API testing tool for REST and SOAP APIs.
- RapidAPI - Full-featured HTTP client for macOS.
Debugging Proxies / Symfony2
- mitmproxy - Free, open-source interactive HTTPS proxy for debugging API traffic.
- Charles - HTTP proxy/monitor for inspecting API traffic on Windows, Mac, and Linux.
- Fiddler - Web debugging proxy tool by Telerik/Progress.
Documentation / Symfony2
- Stoplight - Design-first API platform with visual OpenAPI editor, documentation, and mocking.
SaaS Tools / Symfony2
- BlazeMeter - Continuous testing platform for API performance and load testing at scale.
- Loader.io - Free cloud-based load testing service for APIs.
42. Awesome Fuzzing
Books
- Fuzzing Against the Machine: Automate vulnerability research with emulated IoT devices on QEMU (2023)
Papers / The Network and Distributed System Security Symposium (NDSS)
Papers / IEEE Symposium on Security and Privacy (IEEE S&P)
Papers / USENIX Security
- CoreCrisis: Threat-Guided and Context-Aware Iterative Learning and Fuzzing of 5G Core Networks, 2025
- WhisperFuzz: White-Box Fuzzing for Detecting and Locating Timing Vulnerabilities in Processors, 2024
Papers / ACM Conference on Computer and Communications Security (ACM CCS)
- RIoTFuzzer: Companion App Assisted Remote Fuzzing for Detecting Vulnerabilities in IoT Devices, 2024
Tools / Kernel
- ACTOR (⭐39) (2023) - An action-guided kernel fuzzing framework that generates inputs leveraging triggered actions and their temporal relationships.
- NTFuzz (⭐110) (2021) - A type-aware Windows kernel fuzzer that statically analyzes system binaries to infer system call types for more effective fuzzing.
- KRACE (⭐32) (2020) - A coverage-guided fuzzing framework that detects data races in kernel file systems by exploring concurrency through multi-threaded syscall sequences.
- Razzer (⭐379) (2019) - A kernel fuzzer that uses static analysis and two-phase fuzzing to detect race conditions and concurrency bugs in Linux kernels.
- Hydra (⭐173) (2019) - A fuzzing framework for automatically discovering semantic bugs in file systems using input mutators, feedback engines, and customizable checkers.
- Janus (⭐234) (2019) - A file system fuzzer that finds memory corruptions in Linux kernel file systems by mutating both filesystem images and syscall sequences simultaneously.
- DIFUZE (⭐384) (2017) - An interface-aware fuzzer for Linux kernel drivers that automatically recovers ioctl interfaces via LLVM analysis and generates targeted test cases.
- IMF (⭐111) (2017) - A kernel API fuzzer that leverages automated API model inference to discover vulnerabilities in macOS kernel APIs.
- kAFL (⭐592) (2017) - A hardware-assisted x86-64 VM kernel fuzzing framework with performant VM reloads for finding OS kernel vulnerabilities.
- syzkaller (⭐6.1k) (2015) - An unsupervised coverage-guided kernel fuzzer supporting FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, and Windows.
- Trinity (⭐901) (2012) - A Linux system call fuzzer that generates semi-intelligent random arguments to syscalls, including valid file descriptors, flags, and range-biased values.
43. Awesome Go
Version Control
- gitty (⭐1) - Single-binary Git/GitHub CLI that replaces add→commit→push with one command; human-readable syntax, no external dependencies.
Bot Building
- ymsdk (⭐3) - Go SDK for Yandex Messenger Bot API with type-safe models, automatic retry, and rate-limit handling.
- Wisp (⭐6) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
Project Layout
- go-rest-api-boilerplate (⭐48) - AI-friendly, production-ready Go REST API boilerplate with clean architecture, JWT authentication, RBAC, PostgreSQL, Docker hot-reload, and Swagger documentation.
Morphological Analyzers
- go-propisyu (⭐4) - Convert numbers to Russian words with correct grammatical gender and noun declension.
Security
- gost-crypto (⭐1) - Go library for Russian GOST cryptographic standards (digital signatures, Streebog hash, Kuznechik cipher, MGM AEAD) backed by OpenSSL gost-engine.
Server Applications
- Kono (⭐4) - lightweight extendable API Gateway in Go - parallel fan-out, flexible aggregation, and zero configuration magic.
Template Engines
- gox (⭐43) - HTML templates as first-class Go expressions, with seamless editor support.
Video
- manifestor (⭐7) - Zero-dependency library for parsing, filtering, transforming, and building HLS and DASH manifests.
44. Awesome Network Analysis
Books / Software-specific
- R for Social Network Analysis (R4SNA), by Termeh Shafie and David Schoch (work in progress).
45. Awesome for Beginners
Python
- BeeWare Briefcase (⭐3.2k) (label: good first issue)
Turn Python projects into distributable native applications across desktop and mobile platforms.
- fenn (⭐43) (label: good first issue)
A simple framework that automates ML/DL workflows by providing prebuilt trainers, templates, logging, configuration management, and much more.
- Mem0 (⭐53k) (label: good first issue)
Mem0 is a memory framework for LLM applications.
46. Urban and Regional Planning Resources
Planning Data Specifications / Transportation
- GOFS - The General On-Demand Feed Specification is an open source, community-driven data standard for traveler-facing information about demand responsive transportation.
Platforms and Software Resources / AI in Planning Tools and Platforms
- vLLM - A high-throughput and memory-efficient inference and serving engine for LLMs.
47. Awesome Wpo
Books
- Designing for Performance: Weighing Aesthetics and Speed - Lara Hogan.
- Even Faster Web Sites: Performance Best Practices for Web Developers - Steve Souders.
- High Performance Browser Networking: What every web developer should know about networking and web performance - Ilya Grigorik.
- High Performance JavaScript - Nicholas C. Zakas.
- Lean sites - Barbara Bermes.
- Time Is Money: The Business Value of Web Performance - Tammy Everts.
- Using WebPagetest - Rick Viscomi, Andy Davies, Marcel Duran.
- Web Performance Tuning - Patrick Killelea.
Case studies
- Google Developers Case Studies - Learn why and how other developers have used the web to create amazing web experiences for their users.
Events / Conferences
- We Love Speed - Born from the desire to share knowledge and experiences in web performance as widely as possible.
Analyzers / Meetups
- PageGym - Advanced page speed analysis and optimization tool for experienced users and technical SEO professionals.
- Page Speed - The PageSpeed family of tools is designed to help you optimize the performance of your site. PageSpeed Insights products will help you identify performance best practices that can be applied to your site, and PageSpeed optimization tools can help you automate the process.
- YSlow for PhantomJS - PhantomJS build that adds new output formats for automated test frameworks: TAP (Test Anything Protocol) and JUnit.
- Yellow Lab Tools - Online quick and easy tool that audits frontend bad practices, reveals performance issues, and profiles JavaScript.
- Pagelocity - A web performance optimization and analysis tool.
- Speed Racer (⭐1.9k) - Collect performance metrics for your library/application using Chrome headless.
- Speedrank - Monitors your site's performance in the background, displays Lighthouse reports over time, and delivers recommendations for improvement. Paid product with 14-day trial.
- Redirect Checker (⭐0) - Analyze HTTP redirect chains, detect loops, and measure performance impact on page load times.
Analyzers - API / Meetups
- PSI (⭐3.1k) - PageSpeed Insights for Node.js - with reporting.
Application Performance Monitoring / Meetups
- Pingdom - A tool to get the uptime of your website (with probes from different locations).
Real User Monitoring / Meetups
- Catchpoint Real User Monitoring - RUM for web and native mobile apps with Core Web Vitals, third-party impact, and correlation with synthetic monitoring (OpenTelemetry-based).
- Atatus - Full-stack observability including RUM, APM, synthetic uptime, session replay, and OpenTelemetry.
- Datadog Real User Monitoring - Browser and mobile RUM with session replay, Core Web Vitals, and correlation with traces and logs.
- New Relic Browser Monitoring - Real-user browser monitoring with Core Web Vitals, distributed tracing to backend, and deployment markers.
- SpeedCurve - Web performance monitoring combining synthetic testing, RUM, Lighthouse, Core Web Vitals, performance budgets, and competitive benchmarking.
- Boomerang (Open Source) - Documentation for the Open Source version of Boomerang, which is maintained by Akamai employees with contributions from the OSS community.
- Akamai mPulse Boomerang - Documentation for the Akamai mPulse version of Boomerang, which includes additions specific to interacting with mPulse.
Bundle Analyzer / Meetups
- Webpack bundle analyzer (⭐13k) - Webpack plugin and CLI utility that represents bundle content as a convenient interactive zoomable treemap.
- Lasso-analyzer (⭐4) - Analyze and visualise project bundles created by Lasso.
- Compression Webpack plugin (⭐1.4k) - Prepare compressed versions of assets to serve them with Content-Encoding.
Benchmark - JavaScript / Meetups
- JSBench - A modern browser-based JavaScript benchmarking tool for quickly creating and sharing performance tests.
- Benchmark.js - A robust benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.
- JSPerf (⭐1.3k) - Create and share test cases comparing JavaScript snippet performance via benchmarks.
Follow this issue for updates: https://github.com/jsperf/jsperf.com/issues/537.
Bookmarklets / Meetups
- CSS Stress - Stress testing and performance profiling for CSS.
CDN / Meetups
- Cloudflare CDN - A content delivery network that uses next-gen tech to deliver fast, reliable, CDN services.
- jQuery - Official CDN for the latest stable releases, powered by MaxCDN.
- 🇷🇺 Yandex CDN - Yandex Content Delivery Network hosts popular third-party JavaScript and CSS libraries (best for use in Russia).
CDN - Monitor / Meetups
- CDNperf - Finds you fast and reliable JavaScript CDNs that make your sites snappy and happy.
Extensions / Meetups
- Browser Calories (⭐132) - The easiest way to measure your performance budget.
Generators / Meetups
- Grunt-spritesmith (⭐1.1k) - Grunt task for converting a set of images into a sprite sheet and corresponding CSS variables.
- CSS Sprite Generator - CSS sprites allow you to combine multiple images into a single file.
Image Optimizers / Meetups
- Smush it - Uses format-specific optimization to remove unnecessary bytes from image files. Lossless: optimizes images without changing their look or visual quality.
- OptiPNG - PNG optimizer that recompresses image files to a smaller size without losing information.
- Imageoptim - Free app that makes images take up less disk space and load faster, without sacrificing quality. It optimizes compression parameters, and removes junk metadata and unnecessary color profiles.
- Trimage - A cross-platform tool for losslessly optimizing PNG and JPG files.
Loaders / Meetups
- RequireJS - JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node.js.
- Labjs (⭐2.3k) - An open-source (MIT license) project supported by Getify Solutions. The core purpose of LABjs is to be an all-purpose, on-demand JavaScript loader, capable of loading any JavaScript resource, from any location, into any page, at any time.
Metrics Monitor / Meetups
- Pingdom site Speed Test - Test the load time of that page, analyze it, and find bottlenecks.
- Dotcom-tools - Analyze your website's speed in real browsers from 20 locations worldwide.
- WebPageTest - Run a free site speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds. You can run simple tests or perform advanced testing including multi-step transactions, video capture, content blocking and much more. Your results will provide rich diagnostic information including resource-loading waterfall charts, Page Speed optimization checks and suggestions for improvements.
- BrowserView Monitoring - Continually checks web page load times in Internet Explorer, Chrome and Firefox from multiple points around the world.
- DareBoost - Real Browser Monitoring. Offers complete reports about web performance and quality using YSlow, Page Speed and numerous custom tips.
Metrics Monitor - API / Meetups
- WebPageTest API Wrapper for Node.js (⭐1.6k) - WebPageTest API Wrapper is an npm package that wraps WebPageTest API for Node.js as a module and a command-line tool.
Minifiers - JS & CSS / Meetups
- UglifyJS2 (⭐13k) - UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit, written in JavaScript.
- Clean-css (⭐4.2k) - A fast, efficient, and well-tested CSS minifier for node.js.
- Django-pipeline (⭐1.5k) - Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding.
- Grunt-uncss (⭐3.8k) - A grunt task for removing unused CSS from your projects.
Web server Benchmarks / Meetups
- Apache JMeter - Open source load testing tool: It is a Java platform application.
- Locust - An open-source load testing tool. Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
Web server Modules / Meetups
- PageSpeed Module - PageSpeed speeds up your site and reduces page load time. This open-source web server module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow. PageSpeed is available as a module for Apache 2.x and Nginx 1.x.
Specs / Meetups
- Web Performance Working Group - The mission of the Web Performance Working Group, part of the Rich Web Client Activity, is to provide methods to measure aspects of application performance of user agent features and APIs.
- Page Visibility - This specification defines a means for site developers to programmatically determine the current visibility state of the page in order to develop power and CPU-efficient web applications.
- Resource Timing - This specification defines an interface for web applications to access the complete timing information for resources in a document.
- User Timing - This specification defines an interface to help web developers measure the performance of their applications by giving them access to high-precision timestamps.
- Performance Timeline - This specification defines a unified interface to store and retrieve performance metric data. This specification does not cover individual performance metric interfaces.
Stats / Meetups
- HTTP Archive - It's a permanent repository of web performance information such as size of pages, failed requests, and technologies utilized. This performance information allows us to see trends in how the Web is built and provides a common data set from which to conduct web performance research.
48. Awesome Neovim
Programming Languages Support / Golang
- sjclayton/goplexity.nvim (⭐1) - Time/space (Big-O) complexity analyzer for Golang.
Syntax / Assembly
- romus204/tree-sitter-manager.nvim (⭐144) - A lightweight Tree-sitter parser manager for Neovim 0.12+ to replace the archived
nvim-treesitterplugin.
Search / Assembly
- KieranCanter/candela.nvim (⭐38) - Analyze logs by defining regex patterns to highlight and/or isolate matching lines.
Project / Assembly
- martuscellifaria/ahoicpp.nvim (⭐2) - Sets up C++ projects on a modular fashion and helps newcomers with the language heavy lifting.
Colorscheme / Assembly
- ThorstenRhau/token (⭐99) -
[TS][LSP][L/D][Lua]Token has warm tones and careful contrast, with full Tree-sitter and LSP integration.
- hyperb1iss/silkcircuit (⭐43) -
[TS][LSP][L/D][Lua]Vibrant cyberpunk color system with five variants, 40+ plugin integrations, WCAG AA compliant. Supports multiple editors, terminals and CLI tools.
Utility / Cursorline
- indium114/unobtrusive-relnums.nvim (⭐10) - Unobtrusive relative line numbers in the sign column.
Workflow / Competitive Programming
- emrearmagan/atlas.nvim (⭐13) - Manage Bitbucket PRs and Jira issues.
49. Awesome Datascience
Datasets / Book Deals (Affiliated)
- Congressional Stock Brain - Free AI-powered tool that scores U.S. congressional STOCK Act trade disclosures by significance. Machine-scored signals from 537 lawmakers's public trade filings.
- Japan Neighborhoods - English dataset of Tokyo crime statistics across 5,078 neighborhoods × 7 years (36,222 records, 2018-2024), sourced from Tokyo Metropolitan Police open data. Includes interactive crime map, safety grading, and cost-of-living index. CC BY licensed.
- ZipCheckup (⭐1) - Free ZIP-level environmental safety data for 42,000+ US ZIP codes: water quality, air quality, PFAS contamination, radon, lead, flood risk, and 11 more verticals. Public REST API, npm/PyPI packages, CC BY 4.0.
50. Awesome Data Engineering
Databases
- Graph
- ArcadeDB - Open-source multi-model database with native graph, document, key-value, and vector support. SQL, Cypher, and Gremlin query languages. Apache 2.0 license.
- Neo4j - The world's leading graph database.
- OrientDB - 2nd Generation Distributed Graph Database with the flexibility of Documents in one product with an Open Source commercial friendly license.
- ArangoDB - A distributed free and open-source database with a flexible data model for documents, graphs, and key-values.
- Titan - A scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster.
- FlockDB (⭐3.3k) - A distributed, fault-tolerant graph database by Twitter. Deprecated.
- Actionbase (⭐213) - A database for user interactions (likes, views, follows) represented as graphs, with precomputed reads served in real-time.
Data Ingestion
- DataRaven - Managed cloud object storage transfers for ingestion workflows.
- Xquik - Real-time X (Twitter) data extraction platform with REST API (76 endpoints), 20 bulk extraction tools, account monitoring, HMAC-signed webhooks, and MCP server for AI agent integration.
- Arpe.io - High-speed CLI tools for database export, import, replication and migration with parallel streaming to CSV, Parquet, JSON and cloud storage, supporting PostgreSQL, MySQL, Oracle, SQL Server and 80+ sources.
- Crustdata - A real-time B2B data API for company and people intelligence, providing firmographics, headcount signals, job listings, web traffic, and funding events via REST API and webhooks for data enrichment pipelines.
- crdt-merge (⭐1) - Conflict-free merge for DataFrames, JSON, ML models & distributed agents — powered by CRDTs.
Batch Processing
- dna-claude-analysis (⭐25) - Personal genome analysis toolkit with Python scripts analyzing raw DNA data across 17 categories (health risks, ancestry, pharmacogenomics, nutrition, psychology, etc.) and generating a terminal-style single-page HTML visualization.
Workflow
- Bonnard - Agent-native semantic layer with governed metrics, React SDK, and multi-warehouse support. Connects AI agents and dashboards to a single source of truth.
Datasets / Realtime
- DexPaprika - Free real-time DEX data via SSE streaming across 34 blockchains. 30M+ pools, 27M+ tokens, ~1 second price updates. No API key, no rate limits. Docs
Datasets / Data Dumps
- FirstData (⭐144) - The world's most comprehensive authoritative data source knowledge base. 160+ curated sources from governments, international organizations, and research institutions with MCP integration.
Testing / Data Profiler
- Provero (⭐9) - A vendor-neutral, declarative data quality engine. Define checks in YAML, run anywhere. Includes 16 built-in check types, SQL batch optimizer, anomaly detection, and data contracts.
- DataScreenIQ - Real-time data quality firewall for pipelines and APIs. Screens rows in milliseconds for schema drift, null spikes, type mismatches, and data anomalies with PASS / WARN / BLOCK decisions.
- DataDriven - Interview practice with SQL query execution, Python, and data modeling exercises.
Community / Podcasts
- Chain of Thought - Interviews with AI and data infrastructure leaders on building production systems.
- Latent Space - Technical deep dives on AI engineering, from model training to deployment.
- Practical AI - Making AI practical, productive, and accessible to everyone.
- Software Engineering Daily - Daily interviews about technical software topics, including data infrastructure.
- The Analytics Engineering Podcast - How analytics engineers build and maintain data pipelines at scale.
51. Awesome Gemini Cli
Agent Orchestration & CLI Tools
- clideck (⭐35) - WhatsApp-like dashboard for managing multiple AI coding agents (including Gemini CLI) in one browser window. Live status, session resume, autopilot that routes work between agents while afk, mobile remote to check in from a phone.
Commands & Extensions
- dRPC Agent Skills (⭐10) - Query blockchain RPCs from Gemini CLI. Fetch balances, read contracts, and check gas prices via dRPC.
Development Tools & Utilities
- CCHub (⭐54) - Desktop app for managing MCP servers and AI coding tool configs across Claude Code, Codex, Gemini CLI, and OpenCode. MCP marketplace, config profile switching, workflow templates, security audit. Built with Tauri + React + Rust.
- codebase-recon (⭐2) - AI agent skill that analyzes git history to reveal codebase hotspots, bug magnets, bus factor risks, and development momentum before reading any code. Works with Gemini CLI, Claude Code, Cursor, and 20+ other coding agents.
- Next: Apr 06 - Apr 12, 2026