MoreRSS

site iconTrack Awesome listModify

Track Awesome List Daily Updates on Github.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Track Awesome list

Awesome List Updated on Aug 16, 2026

2026-08-16 09:54:31

1. Awesome V

Editor plugins / Zed

2. Awesome Sysadmin

Software / Continuous Integration & Continuous Deployment

  • Stategraph - GitOps-first automation platform for Terraform and OpenTofu workflows with support for self-hosted runners. (Source Code (⭐1.3k)) MPL-2.0 OCaml/Docker

Software / Monitoring & Status Pages

3. Awesome Go

Standard CLI

  • go-arch (⭐2) - CLI tool for scaffolding Go applications with Minimalist, Standard, and Hexagonal architecture patterns.

Networking

  • chicha-ip-proxy (⭐5) - Zero-configuration TCP/UDP port proxy with autostart, IP-based access control, and OS-level network stack tuning.
  • netchan (⭐5) - Network Channels (netchan) for Golang: Secure, cluster-ready, supports nested channels & any data type. Inspired by Rob Pike.

Other Software / Libraries for creating HTTP middlewares

4. Awesome Gemini Cli

Agent Orchestration & CLI Tools

  • SandBase CLI (⭐3) - Open-source CLI and MCP bridge that configures Gemini CLI and other AI coding agents to access 2,000+ AI models through one account.

MCP Servers

  • LWC (⭐34) - Local-first, source-grounded project memory for Gemini CLI and other coding agents. Provides bounded recall, citations, atomic changesets, an installable Agent Skill, and a read-only stdio MCP server (lwc serve --mcp). Apache-2.0.

5. Awesome Python

Projects / AI and Agents

  • Orchestration
    • langchain (⭐144k) - Building applications with LLMs through composability.
    • langgraph (⭐40k) - Low-level orchestration framework for building stateful, long-running LLM agents.
    • crewai (⭐57k) - A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.
    • pydantic-ai (⭐19k) - A Python agent framework for building generative AI applications with structured schemas.
  • Vendor Agent SDKs
  • Prompt Optimization
    • dspy (⭐37k) - A framework for programming, not prompting, language models.
  • Data Layer
  • Pre-trained Models
    • transformers (⭐163k) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.
  • LLM Inference and Serving
    • sglang (⭐32k) - A high-performance serving framework for large language models and multimodal models.
    • vllm (⭐89k) - A high-throughput and memory-efficient inference and serving engine for LLMs.
    • mlx-lm (⭐6.5k) - Run and fine-tune large language models on Apple Silicon with MLX.
  • Fine-tuning
    • unsloth (⭐72k) - A library for faster LLM fine-tuning and training with reduced memory usage.
  • Speech
    • openai-whisper (⭐107k) - A general-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.
    • funasr (⭐20k) - Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.
    • vibevoice (⭐52k) - A family of open-source voice AI models from Microsoft for text-to-speech and long-form speech recognition.
    • gTTS (⭐2.6k) - Python library and CLI tool for converting text to speech using Google Translate TTS.
    • kittentts (⭐15k) - Lightweight ONNX text-to-speech library with small CPU-friendly models.

Projects / Deep Learning

Projects / Natural Language Processing

  • General
    • nltk (⭐15k) - A leading platform for building Python programs to work with human language data.
    • spacy (⭐34k) - A library for industrial-strength natural language processing in Python and Cython.
    • gensim (⭐16k) - Topic Modeling for Humans.
    • stanza (⭐7.9k) - The Stanford NLP Group's official Python library, supporting 60+ languages.

Projects / Computer Vision

  • General
    • opencv-python (⭐5.4k) - Open Source Computer Vision Library.
    • ultralytics (⭐61k) - Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.
    • kornia (⭐11k) - Open Source Differentiable Computer Vision Library for PyTorch.
    • fiftyone (⭐11k) - The open-source tool for building high-quality datasets and computer vision models.

Projects / Web Frameworks

  • Asynchronous
    • starlette (⭐13k) - A lightweight ASGI framework and toolkit for building high-performance async services.
    • tornado (⭐22k) - A web framework and asynchronous networking library.
    • litestar (⭐8.4k) - Production-ready, capable and extensible ASGI Web framework.
    • reflex (⭐29k) - A framework for building reactive, full-stack web applications entirely with Python.

Projects / Web APIs

  • Framework Agnostic
    • fastapi (⭐101k) - A modern, fast, web framework for building APIs with standard Python type hints.
    • connexion (⭐4.6k) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
    • strawberry (⭐4.7k) - A GraphQL library that leverages Python type annotations for schema definition.

Projects / Web Servers

  • ASGI
    • uvicorn (⭐11k) - A lightning-fast ASGI server implementation, using uvloop and httptools.
    • granian (⭐5.6k) - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
    • hypercorn (⭐1.6k) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

Projects / Authentication

Projects / ERP

  • odoo (⭐54k) - A suite of open source business apps: CRM, e-commerce, accounting, inventory, and thousands of community modules.

Projects / HTTP Clients

  • URL Manipulation

Projects / ORM

Projects / Database Drivers

  • Other Relational Databases
    • pyodbc (⭐3.1k) - An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database.
    • oracledb (⭐446) - The official Python driver for Oracle Database, successor to cx_Oracle.
    • mssql-python (⭐461) - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.

Projects / Caching

  • diskcache (⭐2.9k) - SQLite and file backed cache backend with faster lookups than memcached and redis.

Projects / Search

Projects / Data Analysis

Projects / Data Ingestion / ETL

  • General
    • awswrangler (⭐4.1k) - Pandas integration with AWS services like Athena, Glue, Redshift, S3, and DynamoDB.
    • dlt (⭐5.7k) - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
    • pathway (⭐63k) - Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
  • Financial Data
    • yfinance (⭐25k) - Easy Pythonic way to download market and financial data from Yahoo Finance.
    • akshare (⭐22k) - A financial data interface library, built for human beings!
    • edgartools (⭐2.6k) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
    • openbb (⭐71k) - A financial data platform for analysts, quants and AI agents.

Projects / Data Visualization

  • Dashboards and Apps
    • streamlit (⭐45k) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
    • gradio (⭐43k) - Build and share machine learning apps, all in Python.

Projects / Science

  • Core
    • numpy (⭐33k) - A fundamental package for scientific computing with Python.
    • scipy (⭐15k) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
    • numba (⭐11k) - Python JIT compiler to LLVM aimed at scientific Python.
  • Symbolic Mathematics
  • Simulation and Modeling
    • pymc (⭐9.7k) - Probabilistic programming and Bayesian modeling in Python.
    • simpy - A process-based discrete-event simulation framework.
    • mesa (⭐3.8k) - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
  • Graphs and Networks
  • Computational Geometry
    • shapely (⭐4.5k) - Manipulation and analysis of geometric objects in the Cartesian plane.

Projects / Quantum Computing

  • cirq (⭐5k) - A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.

Projects / Algorithms and Design Patterns

Projects / Interactive Interpreter

  • ipython (⭐17k) - A powerful interactive Python shell, and the kernel behind Jupyter notebooks.

Projects / Code Analysis

  • Code Analysis
    • vulture (⭐4.8k) - A tool for finding and analyzing dead Python code.
    • prospector (⭐2.1k) - A tool to analyze Python code.
    • repowise (⭐5.9k) - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.
  • Git Hooks
    • pre-commit (⭐15k) - A framework for managing and maintaining multi-language pre-commit hooks.

Projects / Testing

  • Test Runners
    • tox (⭐3.9k) - Auto builds and tests distributions in multiple Python versions
    • nox (⭐1.5k) - Flexible test automation for Python.
  • API Testing
    • schemathesis (⭐3.5k) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
  • Mock
    • mock - (Python standard library) A mocking and patching library.
    • responses (⭐4.3k) - A utility library for mocking out the requests Python library.
    • freezegun (⭐4.5k) - Travel through time by mocking the datetime module.
    • vcrpy (⭐3k) - Record and replay HTTP interactions on your tests.
    • respx (⭐828) - Mock HTTPX with awesome request patterns and response side effects.

Projects / Debugging Tools

Projects / Documentation

Projects / DevOps Tools

Projects / Distributed Computing

  • ray (⭐43k) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
  • joblib (⭐4.4k) - A set of tools to provide lightweight pipelining in Python.

Projects / Messaging

Projects / Job Schedulers

  • Workflow Orchestration
    • apache-airflow (⭐47k) - Airflow is a platform to programmatically author, schedule and monitor workflows.
    • prefect (⭐24k) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
    • dagster (⭐16k) - An orchestration platform for the development, production, and observation of data assets.

Projects / CLI Development

  • Terminal Rendering
    • tqdm (⭐31k) - Fast, extensible progress bar for loops and CLI.
    • rich (⭐57k) - Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler log handler.
    • colorama (⭐3.8k) - Cross-platform colored terminal text.
    • alive-progress (⭐6.3k) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
  • TUI Frameworks
    • textual (⭐37k) - A framework for building interactive user interfaces that run in the terminal and the browser.
    • urwid (⭐3k) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
    • asciimatics (⭐4.3k) - A package to create full-screen text UIs (from interactive forms to ASCII animations).

Projects / CLI Tools

  • Database CLIs
  • Downloaders
    • yt-dlp (⭐184k) - A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.
  • Shells
    • xonsh (⭐9.6k) - A Python-powered shell. Full-featured and cross-platform.

Projects / GUI Development

  • Qt
    • PySide6 (⭐130) - Qt for Python offers the official Python bindings for Qt, same as PyQt6 but it's the official binding with different licensing.
    • PyQt6 - Python bindings for the Qt cross-platform application and UI framework.
  • Tkinter
    • tkinter - (Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
    • customtkinter (⭐14k) - A modern and customizable python UI-library based on Tkinter.
    • tkdesigner (⭐10k) - Generates Tkinter interfaces from Figma designs using the Figma API.
  • Web-based
    • pywebview (⭐6k) - A lightweight cross-platform native wrapper around a webview component.
    • nicegui (⭐16k) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
    • flet (⭐17k) - Cross-platform GUI framework for building modern apps in pure Python.

Projects / Text Processing

  • Fuzzy Matching
    • rapidfuzz (⭐4.1k) - Rapid fuzzy string matching using various string metrics, with a C++ core.
  • General
    • difflib - (Python standard library) Helpers for computing deltas.
    • pyfiglet (⭐1.6k) - An implementation of figlet written in Python.
  • Unique identifiers

Projects / HTML Manipulation

  • beautifulsoup4 - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.

Projects / File Format Processing

  • File Conversion
  • Excel
    • openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
    • xlsxwriter (⭐4k) - A Python module for creating Excel .xlsx files.
  • PDF
    • pypdf (⭐10k) - A library capable of splitting, merging, cropping, and transforming PDF pages.
    • reportlab - Allowing Rapid creation of rich PDF documents.
    • pdfminer.six (⭐7k) - Pdfminer.six is a community maintained fork of the original PDFMiner.
  • HTML-to-PDF
  • Data Formats

Projects / Image Processing

Projects / Audio & Video Processing

Projects / Implementations

Projects / Built-in Classes Enhancement

Projects / Date and Time

Projects / Package Management

Projects / Configuration Files

  • pydantic-settings (⭐1.4k) - Settings management using Pydantic models with validation, loading from environment variables and secrets files.

Projects / Penetration Testing

Projects / Supply Chain Security

  • pip-audit (⭐1.3k) - Audits Python environments and dependency trees for known vulnerabilities, using the PyPI Advisory Database and OSV.
  • uv audit - uv's built-in dependency vulnerability and malware scanning backed by OSV.

6. Free for Dev

APIs, Data, and ML

  • Pexafy - Semantic image search API across 9 free photo sources (Unsplash, Pexels, Pixabay, Kaboompics & more), 9M+ photos under one JSON schema instead of one integration per source. Plain-language queries, reverse image search, filters on color, orientation and license. CORS is open on read endpoints, so it runs from the browser. The free plan includes 5,000 API requests/month and 1 key, no app review.

Storage and Media Processing

  • hyperserve.io - Video backend API for developers: accept any format your users upload, transcode to MP4, and deliver globally via CDN. The free tier includes 50 videos, 1 GB per file, and 250 GB bandwidth per month.

7. Awesome Selfhosted

Software / Content Management Systems (CMS)

  • Pushword - Content management system built on Symfony, where pages are Markdown and themes are Twig, with optional Git-based flat-file storage. (Source Code (⭐24), Clients) MIT PHP

Software / Database Management

  • OrcaQ - Modern database client and IDE for managing, querying, and exploring multiple database types with built-in AI assistant. (Source Code (⭐219)) MIT Nodejs/deb/Docker

Software / Health and Fitness

  • OpenELIS Global - Laboratory information system (LIS/LIMS) for clinical, public health, environmental and vector surveillance labs. FHIR-native, with analyzer integration (ASTM/HL7), quality control and national-scale reporting. (Demo, Source Code (⭐242)) MPL-2.0 Java/Docker

Software / Search Engines

8. Awesome Mac

Reading and Writing Tools / Others

  • OffPDF - Open-source offline PDF toolbox for Apple silicon Macs that merges, splits, converts, compresses, and OCRs files locally. Open-Source Software Freeware

9. Awesome Rust

Applications / Utilities

Awesome List Updated on Aug 15, 2026

2026-08-15 09:46:37

1. Awesome Tailwindcss

UI libraries, components & templates

  • 🧩 Radian UI - Accessible, customizable React components built with Tailwind CSS, with a CLI.

2. Awesome Game Engine Dev

Libraries / Rust

Libraries / Swift

  • 🌎 Swift - Created by Apple to build apps for iOS, Mac, and other Apple devices.
  • Swift: Game Engine w/Editor
  • Swift: Gui
    • 🌎 SwiftUI - Apple's modern, flagship GUI framework used to build across all Apple platforms.

Specialty Topics / Shaders

3. Awesome Open Source Games

Browser-Based / Boardgame

  • Pip (⭐7) - Single-player Texas Hold'em against AI opponents with distinct playing styles. Play money only. Runs in the browser, installs as a PWA and works offline. Built with Next.js and TypeScript.

4. Awesome Computational Biology

Genome

  • OncoKB — Precision oncology knowledge base of cancer genes, variants, and therapeutic implications.

5. Awesome Cl

Key-value databases

Others / Third-party APIs

  • cl-torch - "Like PyTorch, CL-Torch is mostly an FFI wrapper around C++ LibTorch, which handles all the numerics." MIT.

6. Awesome Artificial Intelligence

Learn / Courses

  • AI Engineer: A paid program for agentic coding and building, testing, and shipping production AI systems.

Build AI systems / Guides and playbooks

  • Awesome DeepSeek Agent (⭐5.9k): DeepSeek's official setup guides for integrating its models with coding agents including Claude Code, Codex, Cline, OpenCode, and Pi.

Agentic software engineering / Coding agents

  • Neo (⭐102): An open-source, workflow-first terminal coding agent with subagents, skills, sandboxed tools, and multiple model providers.

Agentic software engineering / Agent skills and workflows

  • Blueprint (⭐324): An open-source set of focused agent skills for designing, implementing, testing, reviewing, and shipping software changes.

7. Awesome Django

Third-Party Packages / Admin

  • dj-control-room (⭐561) - Build a control plane with a suite of operational tools inside the Django admin (Redis, cache, Celery, URLs, and more).

Third-Party Packages / Model Fields

Third-Party Packages / Models

Wagtail / Wagtail Resources

8. Awesome V

Articles

9. Awesome Go

Logging

  • go-log4g (⭐0) - Log4g provides Log4j-style configuration and pattern layouts for Go's standard log/slog logging facade.

Video

  • mpeg-ts-analyzer (⭐36) - Analyzer for MPEG-2 Transport Streams that checks PCR timing compliance and dumps low-level TS, PSI, and PES structures.

10. Awesome Zsh Plugins

Themes / superconsole - Windows-only

  • playful (⭐0) - Dependency-free two-line theme engine with 17 switchable palettes that also recolor ls and completion listings. Includes decorators for git status, command execution time, current directory, virtualenv, background jobs and moon phase, plus festival-day banners and daily verse cards. Works in any 256-color terminal without special fonts.

11. Awesome Neovim

Editing Support / Scrollbar

Awesome List Updated on Aug 14, 2026

2026-08-14 10:40:05

1. Awesome Streaming

Table of Contents / Data Integration and Pipelines

  • yasdb (⭐3) Go - Durable Streams protocol server backed by SlateDB object storage, with offset-based catch-up reads and SSE or long-poll tailing.

2. Awesome Audio Visualization

Experiments

  • Nutilz Audio Waveform Generator - Upload an MP3, WAV, OGG, M4A or FLAC file and instantly generate a customizable waveform visualization (bars, mirrored bars, or line) using the Web Audio API, downloadable as a PNG. Runs entirely in the browser, no upload.
  • DjMirror Pulse - Real-time audio-reactive visuals and DMX lighting control for live DJ sets, as a standalone desktop application.

People to Follow

  • Varun Maurya - Cloud & Media Systems Engineer, Solutions Architect, Hybrid AV/IT Infrastructure, Live Events & Studio Post-Production Audio Engineer

3. Awesome Deno

Modules / Automation

  • zuke (⭐28) - Code-first, strongly-typed build automation system where builds are defined as TypeScript classes.

4. Awesome Zig

Network & Web / WebAssembly

  • zwasm (⭐161) - From-scratch WebAssembly runtime in Zig. Full WebAssembly 3.0 with 100% spec conformance, WASI 0.1/0.2/0.3, and interpreter + JIT (arm64/x86_64) + AOT backends.

5. Awesome Math

Start Here / Learning Platforms

  • MIT OpenCourseWare - Free MIT course materials, including notes, assignments, and exams for undergraduate and graduate mathematics.
  • Mathispower4u - More than 9,000 free, closed-captioned video lessons and worked examples organized from middle-school mathematics through calculus, linear algebra, differential equations, and statistics, by James Sousa.
  • OSSU Math (⭐9k) - Free, prerequisite-ordered self-study curriculum modeled on the mathematics requirements of an undergraduate degree.
  • Waterloo Open Math - Free university-level courseware with lessons, exercises, and immediate feedback from the University of Waterloo.

Start Here / Proof and Problem Solving

Start Here / Video Courses and Series

  • The Math District - Free guides and videos covering prealgebra, algebra, geometry, trigonometry, statistics, calculus, and technical mathematics.

Start Here / Questions and Answers

  • MathOverflow - Questions and answers for professional mathematicians.

Start Here / Reference Works

  • nLab - Collaborative research-level notes and expositions in category theory, homotopy theory, mathematical physics, and related areas.
  • Wolfram Mathworld - Reference articles on mathematical definitions, formulas, identities, and related concepts.
  • AIM Open Textbook Initiative - Open mathematics textbooks organized by course and evaluated by the American Institute of Mathematics editorial board.
  • AMS Open Math Notes - Free course notes, textbooks, and research expositions hosted by the American Mathematical Society.
  • OpenStax Mathematics - Peer-reviewed, openly licensed textbooks for school and introductory college mathematics from Rice University.

General Mathematics / Broad Course Notes

  • Paul's Online Math Notes - Free notes, examples, and practice problems for algebra, calculus, and differential equations, by Paul Dawkins at Lamar University.
  • UBC CLP Calculus Textbooks - Free textbooks, problem books, and source files for a four-course university sequence in differential, integral, multivariable, and vector calculus.

Foundations and Logic / Logic

Foundations and Logic / Set Theory

Foundations and Logic / Type Theory

Foundations and Logic / Category Theory

Foundations and Logic / Formal Mathematics and Theorem Proving

  • Lean - Open-source interactive theorem prover and programming language based on dependent type theory, used for formal mathematics and software verification.
  • mathlib (⭐3.9k) - Community-maintained mathematical library for Lean 4, with formalized theories, proof tactics, programming infrastructure, and generated documentation.
  • Mathematics in Lean - Free textbook with examples and exercises for mathematicians learning Lean 4 and mathlib.
  • Theorem Proving in Lean 4 - Free official textbook on dependent type theory, propositions, tactics, inductive types, type classes, and constructing verified proofs in Lean 4.
  • Natural Number Game - Interactive Lean 4 game that introduces theorem proving through guided exercises about natural numbers.
  • Isabelle - General-purpose interactive theorem prover with higher-order logic and set-theory environments for formalizing mathematics and computer science.
  • Archive of Formal Proofs - Refereed collection of Isabelle proof libraries, examples, and scientific developments maintained against current Isabelle releases.
  • Rocq Prover - Open-source interactive theorem prover and dependently typed programming language for mechanized mathematics and verified software.
  • Mathematical Components - Rocq libraries and tools for large-scale formalized mathematics, including substantial developments in algebra and analysis.
  • Metamath - Minimal formal language and proof verifier with explicit, inspectable proofs built from simple foundations.
  • Courses Using Lean - Maintained, filterable index of university courses that teach Lean or use it for mathematics, logic, programming, and formal verification.

Algebra / Formal Mathematics and Theorem Proving

  • Elementary Algebra 2e - Free one-semester textbook from OpenStax with web and PDF editions, worked examples, practice exercises, chapter reviews, and answer keys.

Algebra / Abstract Algebra

Algebra / Linear Algebra

Algebra / Group Theory

Algebra / Ring and Field Theory

  • Surreal Numbers and Games - Introductory notes on Conway's surreal numbers and their connection with combinatorial game theory.

Algebra / Commutative Algebra

  • The CRing Project - Open-source work-in-progress textbook introducing commutative algebra for readers with elementary abstract algebra, with an emphasis on foundations for algebraic geometry.
  • Commutative Algebra Notes - Free graduate course notes by Mel Hochster, from an introductory course through advanced topics such as Cohen-Macaulay rings, multiplicities, and étale maps.

Algebra / Representation Theory

Number Theory / Representation Theory

Number Theory / Algebraic Number Theory

Number Theory / Analytic Number Theory

Combinatorics and Discrete Mathematics / Analytic Number Theory

  • Discrete Mathematics: An Open Introduction - Free fourth-edition undergraduate textbook by Oscar Levin, with inquiry activities, more than 750 exercises, solutions and hints, and coverage of proofs, graph theory, counting, sequences, and discrete structures.

Combinatorics and Discrete Mathematics / Graph Theory

Geometry and Topology / Graph Theory

  • Euclid's Elements Redux - Open textbook by Daniel Callahan that presents Euclid with modern commentary and exercises.

Geometry and Topology / Differential Geometry

  • Differential Geometry - Rigorous undergraduate MIT OpenCourseWare course with lecture notes and problem sets centered on curves, surfaces, and curvature.

Geometry and Topology / Algebraic Geometry

Geometry and Topology / General Topology

  • Introduction to Topology - Free introductory notes associated with Renzo Cavalieri's Colorado State University topology course and compiled by students. Covers point-set topology, compactness, connectedness, surfaces, Euler characteristic, and the fundamental group.

Geometry and Topology / Algebraic Topology

Analysis / Real Analysis

Analysis / Complex Analysis

Analysis / Functional Analysis

Analysis / Operator Theory

  • Lecture Notes on Operator Algebras - Free graduate notes by John M. Erdman on Hilbert-space operators, Banach algebras, spectral theory, C*-algebras, compact operators, and K-theory.

Analysis / Harmonic Analysis

Analysis / Measure Theory

Differential Equations and Dynamical Systems / Ordinary Differential Equations

Differential Equations and Dynamical Systems / Partial Differential Equations

  • Partial Differential Equations - Lawrence C. Evans's concise survey of modern PDE theory from analytical, qualitative, and computational viewpoints.

Differential Equations and Dynamical Systems / Ergodic Theory and Chaos

  • Chaos: Classical and Quantum - Maintained technical webbook on dynamical systems, periodic orbits, deterministic chaos, statistical mechanics, and quantum chaos.

Probability and Statistics / Probability

Probability and Statistics / Stochastic Processes

  • Research and Lecture Notes - Advanced notes by Fabrice Baudoin on stochastic analysis, differential geometry, and Dirichlet spaces.

Probability and Statistics / Statistics

  • Lectures on Statistics - Free text by William G. Faris covering inference, Bayesian methods, regression, principal components, and linear models.
  • Theory of Statistics - Advanced, actively revised text by James E. Gentle on probability, statistical models, estimation, testing, and asymptotic theory.
  • Theory of Statistics - Graduate notes by Joseph C. Watkins on measure-based probability, decision theory, estimation, testing, and hierarchical models.
  • OpenIntro Statistics - Free introductory textbook for college courses and self-study, with datasets, labs, slides, videos, exercises, and accessible PDFs.

Probability and Statistics / Statistical Learning

Probability and Statistics / Algebraic Statistics

Numerical and Computational Mathematics / Numerical Analysis

  • Fundamentals of Numerical Computation - Online textbook by Tobin Driscoll and Richard Braun with Julia, MATLAB, and Python editions covering core numerical methods for linear systems, approximation, root finding, ODEs, and PDEs.

Optimization, Operations Research, and Control / Numerical Analysis

  • Nonlinear Optimization - Free graduate MIT course covering analytical and computational methods for unconstrained and constrained optimization.
  • CVXPY - Open-source Python modeling language for convex, geometric, quasiconvex, and related optimization problems.

Optimization, Operations Research, and Control / Control Theory

Mathematical Physics / Control Theory

  • Quantum Field Theory - David Tong's Cambridge master's-level lecture notes, problem sheets, HTML text, and recorded lectures on classical fields, quantization, Dirac fields, and quantum electrodynamics.

Interdisciplinary Mathematics / Mathematics for Computer Science

  • Mathematics for Computer Science - Free MIT OpenCourseWare course with an open textbook, videos, notes, problem sets, and exams on proofs, discrete structures, counting, graphs, modular arithmetic, and discrete probability.

Interdisciplinary Mathematics / Mathematics for Machine Learning

  • Mathematics of Machine Learning - Free graduate MIT course on the mathematical and statistical foundations of machine learning, with lecture notes, assignments, and problem-set solutions.
  • Probabilistic Machine Learning - Introductory and advanced books by Kevin Murphy, with free draft PDFs, code, figures, exercises, and teaching resources.

Interdisciplinary Mathematics / Information and Coding Theory

  • Information Theory - Free graduate MIT course on entropy, source and channel coding, rate distortion, Gaussian channels, feedback, and multi-user information theory.
  • Essential Coding Theory - Free graduate MIT course on error-correcting codes, Hamming spaces, and the algebraic and complexity aspects of coding theory.
  • Error Correction Zoo - Maintained reference database of classical, quantum, and hybrid error-correcting codes, with definitions, relationships, and references.

Interdisciplinary Mathematics / Mathematical Finance

Interdisciplinary Mathematics / Mathematical Biology

Interdisciplinary Mathematics / Signal Processing

Mathematical Practice / AI for Mathematics

  • LeanDojo v2 - Open-source framework and benchmark data for training, evaluating, and deploying AI-assisted theorem provers for Lean 4.
  • miniF2F (⭐104) - Cross-system benchmark of formalized olympiad, high-school, and undergraduate problems for evaluating automated theorem provers.
  • AlphaGeometry (⭐4.9k) - Open research implementation combining learned guidance with symbolic deduction for olympiad geometry problems.
  • First Proof Project - Independent project that publishes research-level problems, evaluation methods, solutions, and expert commentary for assessing AI systems in mathematics.
  • Math AI Seminar - University of Washington research seminar on formalization, theorem proving, mathematical AI, and machine-learning applications in mathematics, with a multi-year event archive.
  • b=M²L - Barcelona Mathematics and Machine Learning colloquia on the interaction between mathematics and machine learning, with multi-year editions and recorded talks.
  • Mathematics and AI - University of Washington Fall 2025 graduate course with public slides, Lean examples, projects, and readings on machine learning, formalization, autoformalization, mathematical discovery, and ethics.
  • AI-Assisted Mathematical Discovery (⭐116) - Open thirteen-week course with notes, notebooks, exercises, and case studies on coding agents, machine learning, language models, reinforcement learning, and experimental mathematical research.

Mathematical Practice / Mathematical Software and Tools

  • Wolfram Alpha - Computational knowledge engine for evaluating expressions, plotting functions, and answering structured queries. Some advanced features require a paid plan.
  • SymPy - Python library for symbolic algebra, calculus, equation solving, matrices, and code generation.
  • SageMath - Free mathematics software combining computer algebra, numerical computation, geometry, statistics, and visualization through Python.
  • Macaulay2 - Research system for algebraic geometry and commutative algebra with specialized computational packages.
  • GNU Octave - Free environment for numerical computing, linear algebra, plotting, and MATLAB-compatible scripts.
  • Magma - Subscription-based computer algebra system for research in algebra, number theory, algebraic geometry, and combinatorics.
  • MATLAB - Paid numerical computing environment by MathWorks.

History and Mathematics Education / Mathematical Software and Tools

  • MacTutor History of Mathematics Archive - University of St Andrews archive of mathematician biographies, histories of mathematical topics, timelines, institutions, and related reference material.
  • NRICH - Free curriculum-linked problems, investigations, articles, and teacher guidance from the University of Cambridge for learners aged 3 to 18.

Community and Further Reading / Journals and Magazines

  • Chalkdust Magazine - Independent magazine for mathematically curious readers, with free expository articles, interviews, puzzles, and downloadable issues.

Community and Further Reading / Blogs

  • ILoveMaths - Mathematics lessons and activities for Indian classes 6 to 12.
  • 3Blue1Brown - Animated explanations of mathematics by Grant Sanderson.
  • Math Is Fun - Lightweight lessons and reference pages for school mathematics.

Community and Further Reading / Related Curated Lists

  • Optimization (⭐723) - Courses, books, notes, and software across mathematical optimization and operations research.
  • AI for Mathematics (⭐78) - Research index covering AI-assisted mathematical reasoning, discovery, formal proof, and related datasets. Individual entries require independent review.

6. Awesome Graphql

Tools - Editors & IDEs & Explorers / React

  • Mongrel - Desktop workbench with a GraphQL client, plus HTTP, WebSocket, and gRPC, inside a multi-database GUI.

7. Awesome Lowcode

Automation

  • FlexiPage - Document automation software for Airtable users and other no-code tools.

8. Awesome Go

Financial

  • eu-vat-rates-data-go (⭐1) - VAT rates and VAT number formats for 45 European countries, embedded at compile time and refreshed daily from the European Commission TEDB.

9. Awesome Gemini Cli

Development Tools & Utilities

  • Hexis (⭐58) - Git-backed platform for skills, tools, and context for AI agents, available to Gemini CLI through a remote OAuth MCP server.

MCP Servers

  • Lians (⭐6) - Open-source, local-first memory for Gemini CLI and other AI agents. Durable cross-session recall through a two-tool MCP extension, with no account or API key. Install: gemini extensions install https://github.com/Lians-ai/Lians.

10. Awesome Zsh Plugins

Plugins / superconsole - Windows-only

  • lumen (⭐0) - Deterministic command suggestions for ZSH — inline, on demand, no AI round-trip required.

Themes / superconsole - Windows-only

  • emojify (⭐0) - Theme for displaying different types of emoji at the prompt. Includes decorators for git status, current directory and user@hostname.
  • pond (⭐0) - A calm two-line oh-my-zsh theme in pastel greens and blues.
  • pretty (⭐51) - Prompt written in rust with decorators for git state, branch, tag pointing at current commit, count of changed, newly-added, staged, conflicting files, number of files in the stash.
  • vaporwave (⭐0) - Colorful with decorators for git status, python virtualenv, exit status of last command and time.
  • weakline (⭐0) - a blazingly fast, lightweight, and modern prompt written in Go. Includes decorators for git status, current directory and python virtual environment.

11. Awesome Neovim

AI / Diagnostics

Colorscheme / Colorscheme Creation

12. Free for Dev

APIs, Data, and ML

  • XFlux - X/Twitter read REST API (profiles, search, timelines) plus account monitors. Free tier: 1,000 API calls/month, 1 monitor, instant API key. HTTP webhooks on paid plans from $19/mo.

Security and PKI

  • inspect.software - Public record of automated open-source repository audits: security posture, maintainability, dependency health, and malicious-package checks, with a versioned methodology and grade badges. Free tier: full access to all published reports, automatic coverage of repositories above the public-interest threshold (≥500 stars, ≥50 forks, or org-owned with ≥250 stars), embeddable badges, and 100 starting credits (5 inspections) for below-threshold repositories.

Web Hosting

  • Stormkit - Self-hostable Vercel alternative for building, hosting, and deploying modern frontend and JavaScript applications. Free plan includes 1 app, 50 GB bandwidth, unlimited custom domains, and free SSL.

13. Public Apis

Cryptocurrency

  • API: CoinLobster

    Description: Live executed whale trades across 15 exchanges and on-chain DEX with an unusualness radar

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: monerometrics

    Description: Reorg-aware Monero (XMR) network metrics, mining-pool centralization and chain reorganizations

    Auth: No

    HTTPS: Yes

    CORS: Yes

Development

  • API: OutageDeck

    Description: Live status and incidents for 170+ cloud and SaaS providers from official feeds

    Auth: No

    HTTPS: Yes

    CORS: Yes

Entertainment

  • API: CosmyDay Astrology

    Description: Natal charts and sky events computed from Swiss Ephemeris

    Auth: No

    HTTPS: Yes

    CORS: Yes

Finance

  • API: Filingrail

    Description: SEC EDGAR filings, XBRL financials, Form 4 insider trades, 8-K events and 13F holdings

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Machine Learning

  • API: DreamThreads

    Description: Parse dreams into structured entities, emotions, agency, threat, and outcomes

    Auth: No

    HTTPS: Yes

    CORS: Yes

Open Data

  • API: LottoLens PH

    Description: Fixed Philippine PCSO historical results and normal draw schedules

    Auth: No

    HTTPS: Yes

    CORS: Yes

Science & Math

  • API: CycleCalcs

    Description: Interpreted astronomy: sun and moon times, moon phases, planets, eclipses, seasons

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: VedIntel™ AstroAPI

    Description: Vedic astrology computation — birth charts, dashas, panchang, AI narratives

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Sports & Fitness

  • API: PlayerElo

    Description: Player-level Elo ratings, predictions and history for 176 football leagues

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Transportation

  • API: Strait of Hormuz Ship Monitor

    Description: Live AIS vessel traffic, crossings and oil flow through the Strait of Hormuz

    Auth: No

    HTTPS: Yes

    CORS: No

Weather

  • API: Hail History

    Description: Radar-detected hail history for any US address from NOAA NEXRAD Level-III hail detections, by year

    Auth: No

    HTTPS: Yes

    CORS: Yes

14. Awesome Mac

AI Tools / Other Tools

  • Atomic Agent - Local-first CLI and TUI coding agent that runs open-weight models entirely on your machine, with MCP support and 56 built-in tools. Open-Source Software Freeware

Voice-to-Text / Audio Record and Process

  • ShengJi (⭐10) - Open-source local transcription and subtitle editor for microphones, media files, and Mac audio. Open-Source Software Freeware

Security Tools / Audio Record and Process

  • fob - Menu bar SSH agent that keeps keys in the Secure Enclave and gates every use behind Touch ID. Open-Source Software Freeware

15. Awesome Rust

Applications / Productivity

Libraries / Data processing

Libraries / GUI

  • linebender/xilem (⭐5.5k) [xilem] - Experimental reactive UI framework for Rust inspired by React, SwiftUI, and Elm. Built on Masonry, Vello/wgpu, Parley, and AccessKit with web and native backends. CI

Awesome List Updated on Aug 13, 2026

2026-08-13 10:41:56

1. Awesome Ios Books

iOS

SwiftUI

Architecture

ARKit

Machine Learning

Interview

2. Awesome Bitcoin

Blockchain API and Web services

  • OnFinality - Bitcoin RPC endpoints and API access for dApps, wallets, analytics, and backend services.

3. Awesome Ruby

Error Handling

4. Awesome Cmake

Modules

  • better.cmake - Collection of modern CMake extensions [[APACHE2]][APACHE-2.0]

5. Awesome Claude Code

Design & UI/UX / Obsidian

  • Diagram Design (⭐11k) by Cathryn Lavery - Another welcome contribution to the domain of making Claude Code output look stylish, this collection of skills produces a variety of editorial diagrams in the form of self-contained HTML + SVG. Although I never thought I'd hear these words together, according to the author: "no Mermaid-slop."\ created  last-commit  license  stars

Skills / Ralph Wiggum

  • SuperSEO Skills (⭐251) by sanderbz - A nice package of Claude Skills focused on SEO workflows: page audits, content briefs, article writing, E-E-A-T audits, semantic gap analysis, and more. Each skill fetches the target page and reads the top-ranking competitors itself, so users don't paste in keyword exports or crawl reports.\ created  last-commit  license  stars

6. Awesome Streaming

Table of Contents / Engines and Platforms

  • Aeron (⭐8.8k) Java/C++ - Reliable UDP unicast, multicast, and IPC message transport.
  • Apache Heron (⭐3.6k) ArchivedJava - Retired distributed, fault-tolerant stream processing engine originally developed at Twitter.
  • eKuiper (⭐1.7k) Go - Lightweight data stream processing engine for resource-constrained IoT edge devices.
  • Fluvio (⭐5.2k) Rust/WASM - Composable, stateful data streaming system with programmable in-line computation.
  • LaminarDB (⭐42) Rust - Embeddable streaming SQL engine built on Apache Arrow and DataFusion.
  • Mantis (⭐1.5k) Java - Netflix platform for building real-time, operations-focused stream processing applications.
  • NSQ (⭐26k) Go - Real-time distributed messaging platform designed to operate at scale.
  • PipelineDB (⭐2.7k) ArchivedC - Unmaintained PostgreSQL extension for continuous SQL aggregation over time-series data.
  • S4 (⭐43) ArchivedJava - Retired distributed platform for processing continuous unbounded data streams.
  • Squall (⭐273) ArchivedJava - Online SQL query processing engine built on Apache Storm.
  • Tigon (⭐284) ArchivedC++/Java - High-throughput real-time stream processing framework built on Hadoop and HBase.
  • Trill (⭐1.3k) ArchivedC# - Single-node query processor for temporal and streaming data from Microsoft Research.
  • Wally (⭐1.5k) ArchivedPony - Distributed stream processing framework formerly named Wallaroo.

Table of Contents / Libraries, SDKs, and Programming Models

  • Akka (⭐13k) Scala/Java - Toolkit and runtime for concurrent, distributed, resilient applications on the JVM.
  • Apache Edgent (⭐222) ArchivedJava - Retired programming model and runtime for streaming analytics on gateways and edge devices.
  • Apache Pekko (⭐1.6k) Scala/Java - Open-source toolkit for concurrent, distributed, resilient applications, forked from Akka 2.6.
  • FastStream (⭐5.3k) Python - Asynchronous framework for building event-driven applications with Kafka, RabbitMQ, NATS, Redis, and MQTT.
  • Jubatus (⭐707) ArchivedC++ - Distributed processing framework and library for online machine learning.
  • MediaPipe (⭐37k) C++/Python/Java/TypeScript - Cross-platform, customizable ML solutions for live and streaming media.
  • Monix (⭐1.9k) Scala - High-performance Scala and Scala.js library for asynchronous and event-based programs.
  • Numalogic (⭐172) Python - Collection of machine learning models and tools for anomaly detection and forecasting on operational time-series data.
  • Summingbird (⭐2.1k) ArchivedScala - Retired library for expressing streaming MapReduce computations over Storm and Scalding.
  • Tributary (⭐466) Python - Python library for constructing synchronous, reactive, and lazy dataflow graphs.
  • WindFlow (⭐88) C++ - Data stream processing parallel library for multi-core CPUs and GPUs.
  • Yurita (⭐109) ArchivedScala - PayPal anomaly detection framework built on Spark Structured Streaming.

Table of Contents / Data Integration and Pipelines

  • Apache Flume (⭐2.6k) Java - Distributed service for collecting, aggregating, and moving large amounts of log-like data.
  • Brooklin (⭐962) Java - Distributed system for reliable nearline data streaming between heterogeneous systems at scale.
  • Camus (⭐879) ArchivedJava - LinkedIn's retired, previous-generation Kafka-to-HDFS pipeline.
  • Databus (⭐3.7k) ArchivedJava - LinkedIn source-agnostic distributed change data capture system.
  • faucet-stream (⭐7) Rust - Config-driven platform and embeddable library for ETL, CDC, and streaming data movement.
  • inGestr (⭐3.8k) Go/Python - Command-line application and Python SDK for copying data between databases, SaaS applications, and data warehouses.
  • Redpanda Connect (⭐8.7k) Go - Declarative stream processor for moving, enriching, transforming, and filtering data between sources and sinks.
  • Suro (⭐796) ArchivedJava - Netflix data pipeline for collecting, aggregating, and dispatching application events.

Table of Contents / Applications and Tools

  • Streamdal (⭐615) ArchivedTypeScript - Code-native data privacy controls for detecting PII in application data flows.

Table of Contents / Managed and Closed Source

  • Azure Stream Analytics SQL - Fully managed service for serverless real-time analytics in the cloud and at the edge.
  • Concord ArchivedC++ - Historical distributed stream processing framework built on Apache Mesos.
  • IBM Streams ArchivedPython/Java/Scala - Discontinued proprietary platform for distributed stream processing and real-time analytics.
  • NVIDIA DeepStream SDK C/C++/Python - GStreamer-based toolkit with open-source components and proprietary NVIDIA libraries for real-time AI streaming analytics and multi-sensor processing.

Table of Contents / Benchmarks

  • Flotilla (⭐238) ArchivedGo - Automated message queue orchestration for scaled-up benchmarking.

Table of Contents / Readings

7. Awesome Deno

Showcases / XML

  • Chobble Tickets (⭐15) - Open source ticket sales system with encrypted attendee data and Stripe, Square, or SumUp payments.

8. Awesome Go

Database Tools

  • filesql (⭐375) - Query CSV, TSV, LTSV, JSON, JSONL, Parquet, Excel, ACH, and Fedwire files with SQL through the database/sql API, backed by in-memory SQLite.
  • sqly (⭐153) - Execute SQL against CSV, TSV, LTSV, JSON, Parquet, and Excel files in an interactive shell, backed by in-memory SQLite.

Markup Languages

  • markdown (⭐135) - Markdown builder that generates GitHub Flavored Markdown and mermaid diagrams through method chaining.

9. Awesome Gemini Cli

MCP Servers

  • AISO Tools MCP - Query a catalog of 1,636 AI tools from the CLI: keyword/category/pricing search, side-by-side comparison, and alternatives lookup, with a canonical citation URL on every result. Remote Streamable HTTP, no API key. Works with any MCP client including Gemini CLI: gemini mcp add --transport http aisotools https://aisotools.com/api/mcp.

10. Free for Dev

Cloud management solutions

  • Parsivex - Parsivex scans your AWS account for idle EC2, unattached EBS, oversized RDS, stale snapshots, NAT gateway overuse etc. Free tier provides a monthly scan for one AWS account and returns total monthly waste plus a category breakdown. Paid plans give access to itemized findings and scheduled re-scans.

Email

  • Atomic Mail - Email built for AI agents, entirely free. Programmatic inbox creation, custom domains, and full send/receive over the open JMAP standard (RFC 8620/8621); hosted MCP server available. A real mailbox service, not disposable/temporary email.

Web Hosting

  • Harvis.dev - Static site hosting via CLI (npx harvis) with no config files or build step. Includes free subdomain, free form submissions collections, GitHub Actions integration, CloudFlare CDN, free SSL.
    • Koyeb - Serverless platform with a free Hobby plan providing 550 free compute hours/month (512 MB RAM Free tier), 1 free PostgreSQL database, and custom domain SSL.

11. Public Apis

Development

  • API: DigMyName

    Description: Domain availability and registrar pricing across 52 TLDs

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: Phone Specs

    Description: Real-time smartphone specifications database for 263 devices

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: TinyMind Agent Tools

    Description: Free APIs by an AI agent on a VPS: actor lookup, word-of-the-day, poems, jokes, ping

    Auth: No

    HTTPS: Yes

    CORS: Yes

Open Data

  • API: i6eal Open AI Data

    Description: Open datasets on AI policy, regulation and public-sector adoption in Germany and the EU

    Auth: No

    HTTPS: Yes

    CORS: Yes

Social

  • API: SocialSwarm

    Description: Turn articles into ready-to-post X thread drafts with different hooks

    Auth: apiKey

    HTTPS: Yes

    CORS: No

  • API: TwitterAPIs

    Description: Twitter / X data API: search, profiles, timelines, followers, DMs, write actions

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

12. Awesome Rust

Libraries / Reverse engineering

  • wakaru (⭐953) [wakaru] - JavaScript decompiler: unpacks webpack/esbuild/Metro/Browserify bundles into modules and reverses minifier and Babel/TypeScript output into readable code CI

13. Awesome Go

Networking / Network Utilities

Awesome List Updated on Aug 12, 2026

2026-08-12 10:39:08

1. Awesome Machine Learning

Python / General-Purpose Machine Learning

  • PhilanthroPy (⭐6) - A scikit-learn native toolkit for nonprofit and academic-medical-center fundraising analytics: leakage-safe donor propensity, lapse, planned-giving, wealth-screening and revenue-forecasting estimators.

2. Awesome Irc

Bouncers / Self-hosted

  • BIP-icon BIP IRC Proxy - Always online, lightweight and secure Open Source IRC proxying with backlogging. (source) C

3. Awesome Embedded Rust

Board support crates / Arduino

  • avr_328p_hal - A zero-dependency, board support crate for the Arduino UNO R3 on the AVR_ATmega328p microcontroller featuring direct register-level control for performance. It leverages Rust's Option enum type to ensure only one part of the code has access to a specific driver. Documentation

4. Awesome Ios Books

iOS

Swift

SwiftUI

Machine Learning

Reverse Engineering

macOS

5. Awesome V

Games

  • Dino (⭐0) - A simple console arcade game written in V where you control a dino and avoid cactuses and birds.

Web

6. Awesome Go

Artificial Intelligence

  • keen-code (⭐57) - A context-efficient terminal-based AI coding agent. Provider agnostic, supports MCPs, Agent Skills, Subagents, and more. Comes with a simple and straightforward TUI.

7. Awesome Gemini Cli

Development Tools & Utilities

  • MCP Config Doctor - Browser-local diagnostic that validates Gemini CLI ~/.gemini/settings.json MCP server entries (shape, env/secret references, transport fields). Also covers Claude Code, Codex CLI, and VS Code MCP configs. No account, no telemetry, no remote calls — runs entirely in the browser.

8. Free for Dev

PaaS

  • Runsite - European PaaS with automated deployments from GitHub for web services or static sites (1 web 0.1 vCPU/256 MB free), managed PostgreSQL and Valkey(Redis) (30 days for free), Transactional Email (3,000 emails/month free), S3 compatible storage (5 GB/free), all what you need for start your web site. Servers located in Germany.

9. Public Apis

Anti-Malware

  • API: IPWhois.net Blacklist

    Description: Community IP blacklist to check and report abusive IP addresses

    Auth: No

    HTTPS: Yes

    CORS: Unknown

Business

  • API: Legal Sandbox Georgia

    Description: Find verified legal specialists in Georgia from natural-language queries

    Auth: No

    HTTPS: Yes

    CORS: Yes

Development

  • API: Web Metadata & Contact Extractor

    Description: Extract SEO metadata, contact emails, social links, and tech stack (<200ms)

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Email

  • API: Atomic Mail

    Description: Email for AI agents: programmatic inbox creation and send/receive over JMAP

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Finance

  • API: NORTH7 Agent

    Description: Trading signals, market analysis and geopolitical intelligence

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Games & Comics

  • API: KrakenKeys

    Description: Steam game key price comparison across 20+ stores, deals, and price history

    Auth: apiKey

    HTTPS: Yes

    CORS: No

Machine Learning

  • API: BRAINIALL (⭐0)

    Description: PT-BR and Spanish audio transcription with diarization and SRT/VTT

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Transportation

  • API: Can I enter

    Description: Visa and entry requirements for 199 passports, cited to official sources, verified daily

    Auth: No

    HTTPS: Yes

    CORS: Yes

Awesome List Updated on Aug 11, 2026

2026-08-11 10:23:14

1. Typedb Awesome

Open source projects using TypeDB

  • skills - A collection of agent skills, including a TypeDB skill for agent workflows.

2. Awesome Ddd

Books

Sample Projects / GO

  • Go DDD Template (⭐759) - Production-grade DDD and CQRS template with value objects, race-safe idempotent commands, domain events with a transactional outbox, and a tutorial series teaching DDD from zero.

Sample Projects / .NET (C#/F#)

  • AppointMe (⭐39) - A production-grade SaaS template on .NET 10, React, modular monolith, vertical slices, multitenancy, CQRS, DDD, event-driven architecture, durable messaging (outbox).
  • OpenMind.DDD.Patterns (⭐5) - A comprehensive C# demo of DDD tactical patterns (Entities, Value Objects, Aggregates, Domain Events) and strategic design (Bounded Contexts, Context Mapping) using an order management domain, with CQRS, Event-Driven Architecture, and MongoDB.

Sample Projects / JavaScript / TypeScript

  • txob - Transactional outbox event processor with Postgres and MongoDB native plugins — at-least-once delivery, near-realtime wakeup signals, graceful shutdown, and horizontal scalability.

Sample Projects / JVM languages

  • Casino Engine (⭐18) - Production iGaming/casino engine in Kotlin/Ktor demonstrating Hexagonal Architecture with DDD and CQRS. Aggregates raise domain events, repository ports live in the domain layer, command and query handlers are wired through a Koin-discovered registry, and domain events are published to RabbitMQ after the write transaction commits. Apache 2.0.

Libraries and Frameworks / .NET

  • OpenCQRS (⭐28) - OpenCQRS is a .NET framework for DDD, CQRS, and Event Sourcing. It can be used as a simple mediator or as a full Event Sourcing solution with Cosmos DB or Entity Framework Core as storage. It has built-in support for Service Bus, RabbitMQ, Redis Cache, Memory Cache, and FluentValidation among other features.
  • Stratara (⭐2) - CQRS and Event Sourcing framework for .NET with tamper-evident streams and tenant-aware encryption, plus integrated mediator, outbox, sagas and projections.
  • Deveel Events- Provides an easy-to-use framework for the publication and subscription of events in .NET applications, supporting multiple messaging channels (eg. RabbitMQ, Azure Service Bus, etc.) and a variety of serialization formats (eg. JSON, XML, etc.).

Libraries and Frameworks / JavaScript / TypeScript

  • nestjs-hexagonal (⭐5) - Claude Code plugin for building NestJS bounded contexts with Hexagonal Architecture, DDD, CQRS, and event-driven patterns.

Libraries and Frameworks / JVM

  • Pure Assert (⭐4) - A lightweight, zero-dependency Java library for expressive pure input assertions and domain invariants.

User Groups / Ruby

Tools / Ruby

3. Awesome Integration

Projects / AI Gateway

  • Bifrost (⭐7.2k) (⭐6.9k) - A high-performance AI gateway written in Go that unifies more than 20 model providers behind a single OpenAI-compatible API, with failover, load balancing, semantic caching, and governance.
  • LiteLLM (⭐56k) (⭐56k) - An LLM gateway that exposes 100+ model providers through a unified OpenAI-compatible API, with spend tracking, fallbacks, and rate limiting.
  • Obot (⭐937) (⭐923) - An open-source MCP platform that combines server hosting, a registry, a gateway, and a chat client with access control and audit logging.

Projects / API Management

Projects / API Documentation

  • Zudoku (⭐575) (⭐567) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.

Projects / API Gateway

Projects / API Testing

  • Testing tools and frameworks
    • Apache JMeter (⭐9.5k) (⭐9.5k) - A feature-rich tool for load testing and performance analysis across diverse web applications and services.
    • Artillery (⭐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.9k) (⭐6.9k) - A powerful load testing framework with a developer-friendly DSL that delivers detailed performance metrics.
    • Hurl (⭐19k) (⭐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 (⭐18k) (⭐18k) - 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 (⭐31k) (⭐31k) - Open-source, JS-scriptable load-testing tool for CI/CD.
    • Karate (⭐8.9k) (⭐8.9k) - 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.9k) (⭐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.5k) (⭐3.5k) - 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 / B2B Integration

  • phase4 (⭐234) (⭐233) - Embeddable, lightweight Java library implementing the AS4 messaging protocol, including the Peppol and CEF/eDelivery profiles.

Projects / Business Rules Engine

  • OpenL Tablets (⭐201) (⭐200) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.

Projects / Change Data Capture

  • Debezium (⭐13k) (⭐13k) - Open-source distributed platform for change data capture that turns your existing databases into event streams for real-time data integration.

Projects / Data Integration

  • Conduit (⭐605) (⭐603) - Lightweight data integration tool written in Go that streams data between systems using built-in or standalone connectors, with Kafka Connect compatibility.
  • Sling (⭐885) (⭐883) - Fast ELT command-line tool and Go library for moving data between databases, files, and cloud storage across a wide set of connectors.

Projects / Data Mapping Solution

  • JSLT (⭐698) (⭐696) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
  • Kaoto (⭐112) (⭐111) - Visual data mapper for Apache Camel with a drag-and-drop interface supporting XML, JSON, CSV, and XSLT transformations. Successor to AtlasMap.

Projects / Enterprise Service Bus

  • WSO2 Integrator: MI (⭐258) (⭐257) - The configuration-driven integration runtime of the WSO2 Integrator platform, supporting enterprise integration patterns in centralised and containerised deployments.

Projects / Integration Frameworks

  • Wolverine (⭐2.3k) (⭐2.3k) - Low-ceremony messaging and command-bus framework for .NET with built-in durable messaging and transports like RabbitMQ and Kafka.

Projects / Message Broker

  • LavinMQ (⭐987) (⭐982) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.

Projects / Schema Registry

  • Apicurio Registry (⭐902) (⭐895) - Open-source registry for API designs and schemas, supporting Avro, Protobuf, JSON Schema, OpenAPI, and AsyncAPI artifacts with configurable compatibility rules.

Projects / Self-Service Integration

  • n8n (⭐200k) (⭐199k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.

Projects / Workflow Engine

  • Cadence (⭐9.4k) (⭐9.4k) - Fault-tolerant, stateful platform that reliably orchestrates long-running workflows and complex applications.
  • Inngest (⭐5.7k) (⭐5.7k) - Event-driven durable execution platform that runs reliable step functions inside your existing services.
  • LittleHorse (⭐392) (⭐391) - High-throughput, low-latency microservice orchestration engine built on Kafka Streams, with SDKs in multiple languages.

Resources / API Specification

Resources / Data Formats

  • Apache Arrow (⭐17k) (⭐17k) - Language-agnostic columnar in-memory format for fast data interchange, including the Arrow IPC format and Flight RPC for moving data between systems.
  • YAML (⭐497) (⭐491) - 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.

Resources / Structure and Validation

  • JSON Schema (⭐5.1k) (⭐5.1k) - A powerful tool for validating the structure of JSON data. JSON Schema enables developers to ensure that JSON data conforms to a specific structure, making it easier to process and manipulate.

4. Awesome Agents

MCP Servers and Data Connectors

  • CorpusIQ (⭐17) - Open-source MCP server that connects AI agents to business data APIs such as Stripe, GA4, Shopify, QuickBooks, and HubSpot.

5. Awesome Icons

Tools

  • SVG to TGS - Animates SVG artwork in the browser and exports Telegram-ready TGS files for animated stickers and custom emoji.
  • FaviconDL - Fetch and download any website's favicon by URL, with multiple sizes and a public API.

6. Awesome Langchain

LangChain Framework

Ports to other languages

Tools / Low-code

Tools / Services

Tools / Agents

  • Private GPT (⭐57k): Interact privately with your documents using the power of GPT, 100% privately, no data leaks GitHub Repo stars
  • Colossal-AI (⭐41k): LLM training and inference system whose ColossalChat application implements LLM with RLHF GitHub Repo stars
  • CrewAI (⭐56k): Cutting-edge framework for orchestrating role-playing, autonomous AI agents. GitHub Repo stars
  • BlockAGI (⭐322): BlockAGI conducts iterative, domain-specific research, and outputs detailed narrative reports to showcase its findings GitHub Repo stars
  • deepagents (⭐28k): LangChain's framework for building deep agents that plan, delegate to sub-agents, and work against a virtual file system over long-horizon tasks. Includes dcode, a model-agnostic open-source coding agent. GitHub Repo stars

Tools / Templates

  • AI (⭐26k): Vercel template to build AI-powered applications with React, Svelte, and Vue, first class support for LangChain GitHub Repo stars

Open Source Projects / Knowledge Management

  • Quivr (⭐39k): Opinionated RAG for integrating GenAI into your apps GitHub Repo stars

Open Source Projects / Other / Chatbots

  • DB GPT (⭐20k): Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% security GitHub Repo stars
  • Paper QA (⭐9k): LLM Chain for answering questions from documents with citations GitHub Repo stars
  • Chat Langchain (⭐6.4k): locally hosted chatbot specifically focused on question answering over the LangChain documentation GitHub Repo stars
  • Robby-Chatbot (⭐814): AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡.
  • LobeHub (⭐81k) An open-source, extensible (Function Calling), high-performance chatbot framework GitHub Repo stars

Learn / Notebooks

Other LLM Frameworks / Videos Playlists

  • AGiXT (⭐3.2k): Dynamic AI agent automation platform that orchestrates instruction following and complex task management. GitHub Repo stars
  • MetaGPT (⭐70k): The Multi-Agent Meta Programming Framework: Given one line Requirement, return PRD, Design, Tasks, Repo and CI GitHub Repo stars
  • Hyv (⭐24): Probably the easiest way to use any AI Model in Node.js and create complex interactions with ease. GitHub Repo stars
  • Letta (⭐24k): Platform for stateful agents with advanced memory that learn and self-improve GitHub Repo stars
  • OpenAgent (⭐5.5k): Open-source AI LangChain-like RAG (Retrieval-Augmented Generation) knowledge database with web UI and Enterprise SSO⚡️, supports OpenAI, Azure, LLaMA, Google Gemini, HuggingFace, Claude, Grok, etc GitHub Repo stars
  • SWE Agent (⭐20k): SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. GitHub Repo stars
  • AgentRun (⭐376): The easiest, and fastest way to run AI-generated Python code safely GitHub Repo stars

7. Awesome Fiber

⚙️ Middlewares / ‍💻 Contrib

  • spnego (⭐304) - Kerberos authentication middleware for Fiber using the SPNEGO mechanism.

8. Awesome Go

Financial

9. Awesome Gemini Cli

MCP Servers

  • RunAPI MCP (⭐54) - Remote MCP server for browsing model catalogs, checking pricing, and creating image, video, music, audio, and other model API tasks through RunAPI. Works with Gemini CLI: gemini mcp add --transport http runapi https://mcp.runapi.ai/mcp.

10. Magictools

Graphics / Spritesheet Tools

  • 🆓 PixelChart Sprite Sheet Tools - Pack frames into a sheet with a JSON atlas, slice sheets back into PNGs, and convert between sheets and animated GIFs. Runs in the browser, no upload.

Graphics / Texture Tools

  • 🆓 PixelChart Normal Map Generator - Turns an image into normal, height and ambient occlusion maps with a live WebGL lit preview. Exports PNG or ZIP, runs entirely in the browser.

Graphics / Animation

  • 🆓 GameAsset.net - 10,000+ free CC0 character animations, previewable in 3D with GLB download.

Graphics / Vector/Image Editor

  • 💸 Pixanima - Free in-browser pixel-art and animation editor with layers, a frame timeline, GIF/sprite-sheet export, and an optional AI assistant.

11. Free for Dev

APIs, Data, and ML

  • NASdisks Drive Data API - Free, no-key, CORS-enabled API for NAS HDD/SSD specifications, per-model CMR/SMR classification, and annualized failure rates derived from Backblaze Drive Stats. Returns JSON or CSV, CC BY 4.0, no signup.

Security and PKI

  • CertPost - Live SSL/TLS certificate monitoring on port 443 or custom ports (SMTP/IMAP). Reads the served certificate on the wire, full chain verification, and alerts via email or webhook before expiration. Free tier includes 3 certificates monitored forever.

Web Hosting

  • ShipStatic - Static hosting your AI agent can drive itself: npx @shipstatic/ship ./dist and the site is live, with no install, no signup, no repo, no build. MCP, SDK and API too. Free accounts keep sites permanently with automatic HTTPS, global edge delivery and unmetered bandwidth; custom domains are paid.

12. Awesome Selfhosted

Software / Software Development - IDE & Tools

  • Hopp - Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen). (Source Code (⭐647)) AGPL-3.0 Docker

13. Collective Ai Tools

Video

  • Pixmax - All-in-one AI platform for generating videos and images with leading models and visual workflows. #freemium

14. Awesome Go

Science / Clients & Libraries

  • DavidBelicza/TextRank (⭐224) — TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine). ☆225