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 28, 2026

2026-08-28 19:18:04

1. Free for Dev

Forms

  • Formboost.app - Developer-first form backend with simple HTTP endpoints, 500 free submissions/month, spam protection, email notifications, and built-in Slack, Discord & Telegram integrations. No backend required.

2. Awesome Dev Fun

Golang

  • termagitchi (⭐12) - A gacha machine bolted to git status: every coding-agent session hatches its own ASCII creature, and the creature gets visibly sadder the longer you leave things uncommitted.

3. Awesome Gemini Cli

Agent Orchestration & CLI Tools

  • godmode (⭐26) - Discipline layer for AI coding agents: 135 skills and 7 subagents that wrap Gemini CLI (and Claude Code, Codex, Cursor, OpenCode, Amp, and pi) in a measure → modify → verify → keep/revert loop with automatic rollback of failed changes. MIT.

4. Awesome Bitcoin

Blockchain dump

  • nodsig (⭐0) - Turns your node's blocks into sealed local artifacts: chain questions become offline lookups, and every answer carries a fingerprint anyone can recompute. Python stdlib only.

5. Awesome Embedded Rust

Tools / Paid and commercially available materials

  • mint (⭐3) A CLI tool for firmware parametrisation. Combines data (xlsx/json) and layouts (toml) to generate static binary files (hex/mot) with support for multiple ABIs, schema fingerprinting, checksums, header generation and more.

Peripheral Access Crates / STMicroelectronics

Peripheral Access Crates / Vorago

HAL implementation crates / Vorago

  • va416xx-hal - crates.io
    • HAL implementation for VA416XX microcontrollers

Driver crates / Other

  • epdsi - SPI - E-Paper Display driver framework (SSD1680/1681/1677, UC8253, JD79661, ED2208, Pervasive Displays) - examples (⭐0) - crates.io

no-std crates / WIP

  • guillotine: A resource-efficient, allocation-free GUI framework built on embedded-graphics. crates.io
  • metrology_insight: Embedded-first electrical metrology & power quality DSP library (IEC 61000-4-30 Class S, IEC 62053-21) - crates.io

Firmware projects / WIP

  • YBLINK (⭐10): Pure Rust CMSIS-DAP v2 debugger firmware and product for the HPM5301, with USB HS SWD/JTAG and a CDC ACM UART bridge.

6. Awesome Testing

Software / UI & End-to-End Testing

  • Waterfall AI Test (⭐4) - Open-source visual workbench for Playwright Test Agents that turns requirements into editable plans and verified Playwright tests with human review, repair workflows, version history, and execution evidence.

Software / Accessibility & Usability Testing

  • Site Punchlist - Crawls a whole site with axe-core and groups repeated findings by the shared component causing them, so one fix covers every page it appears on. Publishes which WCAG 2.2 criteria automation can and cannot reach. Free five-page scan, no account.

7. Static Analysis

Meaning of symbols

  • ©️ stands for proprietary software. All other tools are open source.
  • ℹ️ indicates that the community does not recommend the tool for new projects. The icon links to the discussion issue.
  • ⚠️ means that the tool was not updated for more than one year, or its repository was archived.

Programming Languages / Other

  • CMetrics ⚠️ — Measures size and complexity for C files.
  • cqmetrics ⚠️ — Quality metrics for C code.
  • IKOS ⚠️ — A sound static analyzer for C/C++ code based on LLVM.
  • code-cracker ⚠️ — An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
  • Gendarme ⚠️ — Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET).
  • effective_dart ⚠️ — Linter rules corresponding to the guidelines in Effective Dart
  • deadcode ⚠️ — Finds unused code.
  • dogsled ⚠️ — Finds assignments/declarations with too many blank identifiers.
  • golint ⚠️ — Prints out coding style mistakes in Go source code.
  • goroutine-inspect ⚠️ — An interactive tool to analyze Golang goroutine dump.
  • ineffassign ⚠️ — Detect ineffectual assignments in Go code.
  • lll ⚠️ — Report long lines.
  • misspell ⚠️ — Finds commonly misspelled English words.
  • nargs ⚠️ — Finds unused arguments in function declarations.
  • ckjm ⚠️ — Calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files.
  • escomplex ⚠️ — Software complexity analysis of JavaScript-family abstract syntax trees.
  • jshint ℹ️ (⭐15k) ⚠️ — Detect errors and potential problems in JavaScript code and enforce your team's coding conventions.
  • lualint ⚠️ — lualint performs luac-based static analysis of global variable usage in Lua source code.
  • CakeFuzzer ⚠️ — Web application security testing tool for CakePHP-based web applications. CakeFuzzer employs a predefined set of attacks that are randomly modified before execution. Leveraging its deep understanding of the Cake PHP framework, Cake Fuzzer launches attacks on all potential application entry points.
  • deprecation-detector ⚠️ — Finds usages of deprecated (Symfony) code.
  • DesignPatternDetector ⚠️ — Detection of design patterns in PHP code.
  • Parse ⚠️ — A Static Security Scanner.
  • PHP Assumptions ⚠️ — Checks for weak assumptions.
  • PHP Refactoring Browser ⚠️ — Refactoring helper.
  • php-speller ⚠️ — PHP spell check library.
  • phpqa - jmolivas ⚠️ — PHPQA all-in-one Analyzer CLI tool.
  • Perl::Analyzer ⚠️ — Perl-Analyzer is a set of programs and modules that allow users to analyze and visualize Perl codebases by providing information about namespaces and their relations, dependencies, inheritance, and methods implemented, inherited, and redefined in packages, as well as calls to methods from parent packages via SUPER.
  • bellybutton ⚠️ — A linting engine supporting custom project-specific rules.
  • Bowler ⚠️ — Safe code refactoring for modern Python. Bowler is a refactoring tool for manipulating Python at the syntax tree level. It enables safe, large scale code modifications while guaranteeing that the resulting code compiles and runs. It provides both a simple command line interface and a fluent API in Python for generating complex code modifications in code.
  • Dodgy ⚠️ — Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.
  • linty fresh ⚠️ — Parse lint errors and report them to Github as comments on a pull request.
  • mccabe — Check McCabe complexity.
  • pyscn — Intelligent Python code quality analyzer with CFG-based cyclomatic complexity analysis, dead code detection, clone detection (Type 1-4), and coupling metrics. Uses tree-sitter for parsing. Written in Go.
  • cyclocomp ⚠️ — Quantifies the cyclomatic complexity of R functions / expressions.
  • Fasterer ⚠️ — Common Ruby idioms checker.
  • Fukuzatsu ⚠️ — A tool for measuring code complexity in Ruby class files. Its analysis generates scores based on cyclomatic complexity algorithms with no added "opinions".
  • pelusa ⚠️ — Static analysis Lint-type tool to improve your OO Ruby code.
  • cargo-breaking ⚠️ — cargo-breaking compares a crate's public API between two different branches, shows what changed, and suggests the next version according to semver.
  • cargo-call-stack ⚠️ — Whole program static stack analysis The tool produces the full call graph of a program as a dot file.
  • Bytebase — Database DevSecOps platform with a built-in SQL Review engine that lints schema migrations and queries against 100+ configurable rules — naming conventions, anti-patterns, and safety checks — across MySQL, PostgreSQL, Oracle, SQL Server, Snowflake, and more.
  • bashate ⚠️ — Code style enforcement for bash programs. The output format aims to follow pycodestyle (pep8) default output format.
  • kmdr ⚠️ — CLI tool for learning commands from your terminal. kmdr delivers a break down of commands with every attribute explained.

Other / Other

  • gokart ⚠️ — Golang security analysis with a focus on minimizing false positives. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe.
  • goreporter ⚠️ — Concurrently runs many linters and normalises their output to a report.
  • squirrelscan — squirrelscan is a website QA tool built for coding agents such as Claude Code and Cursor. Its squirrel CLI crawls a live site and runs 260+ audit rules across SEO, performance, security, accessibility, structured data and agent experience, then returns exact source-mapped fixes. Runs from the terminal, CI, the cloud, or over MCP.
  • exakat ⚠️ — An automated code reviewing engine for PHP.
  • flakeheaven ⚠️ — flakeheaven is a python linter built around flake8 to enable inheritable and complex toml configuration.
  • dawnscanner ⚠️ — A static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
  • ERB::Formatter ⚠️ — Format ERB files with speed and precision.
  • htmlbeautifier ⚠️ — A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
  • thailint — Multi-language linter targeting anti-patterns that appear disproportionately in AI-generated code: duplicated blocks across files, excessive nesting, magic numbers, Single Responsibility violations, and linter suppressions added without justification. Covers Python, TypeScript, JavaScript and Rust from one configuration, ships a pre-commit hook per rule, and emits text, JSON or SARIF for CI.
  • AzSK ⚠️ — Secure DevOps kit for Azure (AzSK) provides security IntelliSense, Security Verification Tests (SVTs), CICD scan vulnerabilities, compliance issues, and infrastructure misconfiguration in your infrastructure-as-code. Supports Azure via ARM.
  • binbloom ⚠️ — Analyzes a raw binary firmware and determines features like endianness or the loading address. The tool is compatible with all architectures. Loading address: binbloom can parse a raw binary firmware and determine its loading address. Endianness: binbloom can use heuristics to determine the endianness of a firmware. UDS Database: binbloom can parse a raw binary firmware and check if it contains an array containing UDS command IDs.
  • Jakstab ⚠️ — Jakstab is an Abstract Interpretation-based, integrated disassembly and static analysis framework for designing analyses on executables and recovering reliable control flow graphs.
  • CSS Stats ⚠️ — Potentially interesting stats on stylesheets.
  • CSScomb ⚠️ — A coding style formatter for CSS. Supports own configurations to make style sheets beautiful and consistent.
  • CSSLint ⚠️ — Does basic syntax checking and finds problematic patterns or signs of inefficiency.
  • GraphMyCSS.com ⚠️ — CSS Specificity Graph Generator.
  • gixy ⚠️ — A tool to analyze Nginx configuration. The main goal is to prevent misconfiguration and automate flaw detection.
  • cfn_nag ⚠️ — A linter for AWS CloudFormation templates.
  • foodcritic ⚠️ — A lint tool that checks Chef cookbooks for common problems.
  • anchore ⚠️ — Discover, analyze, and certify container images. A service that analyzes Docker images and applies user-defined acceptance policies to allow automated container image validation and certification
  • krane (⭐743) — Krane is a simple Kubernetes RBAC static analysis tool. It identifies potential security risks in K8s RBAC design and makes suggestions on how to mitigate them. Krane dashboard presents current RBAC security posture and lets you navigate through its definition.
  • trentclaw — Security assessment for your OpenClaw agent environment. Flags misconfigurations and risky skills — prompt injection, permission escalation, data exfiltration — and the chained attack paths between them, across gateway config, tool permissions, MCP servers, and plugins.
  • zizmor — Static analysis for GitHub Actions workflows, detecting insecure CI/CD patterns such as excessive token permissions, template injection risks, credential persistence, and unsafe workflow references.
  • gherkin-lint ⚠️ — A linter for the Gherkin-Syntax written in Javascript.
  • HTML Tidy ⚠️ — Corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
  • jsonlint ⚠️ — A JSON parser and validator with a CLI. Standalone version of jsonlint.com
  • Datree ⚠️ — A CLI tool to prevent Kubernetes misconfigurations by ensuring that manifests and Helm charts follow best practices as well as your organization’s policies
  • klint ⚠️ — A tool that listens to changes in Kubernetes resources and runs linting rules against them. Identify and debug erroneous objects and nudge objects in line with the policies as both change over time. Klint helps us encode checks and proactively alert teams when they need to take action.
  • kube-lint ⚠️ — A linter for Kubernetes resources with a customizable rule set. You define a list of rules that you would like to validate against your resources and kube-lint will evaluate those rules against them.
  • njsscan — A static application testing (SAST) tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep.
  • Credential Digger ⚠️ — Credential Digger is a GitHub scanning tool that identifies hardcoded credentials (Passwords, API Keys, Secret Keys, Tokens, personal information, etc), and filtering the false positive data through a machine learning model called Password Model. This scanner is able to detect passwords and non structured tokens with a low false positive rate.
  • 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.
  • mythril ⚠️ — A symbolic execution framework with batteries included, can be used to find and exploit vulnerabilities in smart contracts automatically.
  • LibVCS4j ⚠️ — A Java library that allows existing tools to analyse the evolution of software systems by providing a common API for different version control systems and issue trackers.
  • ember-template-lint ⚠️ — Linter for Ember or Handlebars templates.
  • vastlint ©️ — Validator and linter for VAST XML ad tags. Checks wrappers and inline tags against the IAB VAST 2.0-4.3 specification and can auto-fix deterministic issues.

Multiple languages / Other

  • AST Metrics — Multi-language maintainability analyzer. Computes cyclomatic and cognitive complexity, Halstead volume, afferent/efferent coupling and maintainability index, detects communities in the dependency graph, and generates an explorable HTML report plus JSON, Markdown, SARIF and OpenMetrics output. Single fast binary with no runtime dependency, and a built-in MCP server so AI agents can query codebase structure before refactoring.
  • callGraph ⚠️ — Statically generates a call graph image and displays it on screen.
  • Codemodder ⚠️ — Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems.
  • emerge (⭐1.1k) — Emerge is a source code and dependency visualizer that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. After scanning the source code of a project it provides you an interactive web interface to explore and analyze your project by using graph structures.
  • Fallow — Rust-native static analysis for JavaScript and TypeScript. Maps a repository as one dependency graph to find unused code and structural problems across file boundaries. Runs from the CLI or GitHub Actions, with VS Code, LSP, MCP, and Node API integrations.
  • Inkog — AI agent security scanner. Detects behavioral vulnerabilities (prompt injection, infinite loops, token bombing, SQL injection via LLM) across 11 framework adapters including LangChain, CrewAI, and pydantic-ai. Audits MCP servers. Maps findings to EU AI Act, OWASP LLM Top 10, and NIST AI RMF.
  • nestjs-doctor (⭐157) — Static analysis tool for NestJS applications. Detects anti-patterns across security, performance, correctness, and architecture with 30+ built-in rules. Outputs a 0-100 health score. Includes module graph visualization, endpoint dependency graphs, and database schema analysis. CLI and VS Code extension.
  • Offensive360 ©️ — Offensive360 is an application security platform combining SAST (taint/data-flow analysis across 60+ languages), DAST, SCA, mobile app scanning (Android/iOS), malware/binary analysis and license compliance. Findings include the full source-to-sink trace and a secure code example. Deploys as SaaS or as a self-hosted virtual appliance for offline/air-gapped networks. SARIF output; CI/CD (GitHub Actions, GitLab, Jenkins, Azure DevOps) and IDE integrations.
  • Repowise — Deterministic, zero-LLM code-health analysis. Scores every file 1-10 for defect risk, maintainability, and performance from 25 markers: McCabe complexity, LCOM4 cohesion, god classes, Rabin-Karp clone detection, change entropy, and untested hotspots. Adds a dependency graph, dead-code detection, git-history signals (churn, ownership, co-change), and concrete graph-aware refactoring plans. Ships as a CLI, an MCP server, and a VS Code extension across 15 languages.
  • sem (⭐3.3k) — Semantic version control CLI that provides entity-level diffs, blame, and impact analysis on top of git. Uses tree-sitter to parse 26 languages and builds a cross-file dependency graph with structural hashing. Commands include sem diff, sem blame, sem graph, and sem impact for blast-radius analysis of code changes.
  • Wakaru — JavaScript decompiler that turns bundled, minified, transpiled production code back into readable modules. Unpacks webpack, esbuild, Metro, Browserify, SystemJS, and AMD/UMD bundles, then reverses minifier artifacts and Babel/TypeScript/SWC helpers (async/await, classes, optional chaining, and more). Written in Rust; runs as a CLI or fully in-browser via WebAssembly.
  • weave (⭐1.3k) — Entity-level semantic merge driver for git. Resolves false conflicts that line-based merge produces when independent changes touch the same file. Parses functions and classes via tree-sitter, matches by name, and merges at the entity level. Benchmarked at 100% clean merges vs git's 48% on a 31-scenario suite.

8. Awesome Neovim

Code Runner / Quickfix

9. Awesome Mac

Developer Tools / Network Analysis

  • Tracexy - Open-source, session-based network intelligence for capturing live traffic and investigating PCAP/PCAPNG files locally. Open-Source Software Freeware

Utilities / Productivity

  • Metrune - Local-first focus workspace that brings tasks, AI coding, GitHub activity, device events, badges, and reports into the MacBook notch. Freeware

10. Awesome Rust

Applications / System tools

  • vyrti/cleaner (⭐52) - Fastest disk space usage analyzer and cleaner for Windows, macOS, Linux, and FreeBSD. CI

Applications / Video

11. Awesome Go

Third-party APIs

  • manus-ai-go (⭐19) - Go client for Manus AI API v2 with task automation, file management, webhooks, and type-safe models.

Awesome List Updated on Aug 27, 2026

2026-08-27 17:35:55

1. Awesome React Native

Open Source Apps / Building Libraries

  • Joplin (⭐56k) - Privacy-focused note-taking app with sync, on every platform.

Getting Started

  • React Native - Official documentation, including environment setup, guides, and API reference.
  • Expo - The recommended framework for building React Native apps: file-based routing, native modules, builds, and updates out of the box.
  • React Native Directory - Searchable, filterable directory of React Native libraries with maintenance and New Architecture compatibility signals.
  • Upgrade Helper (⭐4.1k) - Web tool that shows the exact diff between two React Native versions for painless upgrades.

AI-Assisted Development / Agents & Skills

  • Expo AI Agents Guide - Expo's official documentation for AI-native development: agent setup, llms.txt, and best practices.
  • Claude Code + Expo - Official guide for building, debugging, and deploying Expo apps with Claude Code.
  • Expo Skills (⭐2.5k) - Agent skills that give coding agents Expo-specific knowledge and best practices.
  • Agent Skills (⭐172k) - Anthropic's public repository of agent skills, usable with Claude Code and other agents.

AI-Assisted Development / MCP Servers

  • Expo MCP - Expo-hosted MCP server: EAS logs, documentation search, and deployment workflows from any MCP-capable agent.
  • mobile-mcp (⭐6k) - MCP server for mobile automation on iOS, Android, emulators, simulators, and real devices.
  • ios-simulator-mcp (⭐2.1k) - MCP server for driving the iOS simulator: interact with UI, take screenshots, inspect the view hierarchy.
  • Maestro - E2E testing framework with a built-in MCP server, letting agents run flows and control devices.

AI-Assisted Development / On-Device AI

  • llama.rn (⭐1k) - React Native binding of llama.cpp for running LLMs on device.
  • AI SDK (⭐26k) - The AI toolkit for TypeScript; works in Expo and React Native apps for chat, streaming, and tool use.

AI-Assisted Development / AI App Builders

  • a0.dev - Generates complete React Native apps from a prompt and ships them to the app stores.
  • Rork - AI app builder that generates Expo/React Native projects compiling to native iOS, Android, and web.

Components / UI

  • Tamagui (⭐14k) - Universal UI kit and style system with an optimizing compiler, 100% parity between React Native and web.

Components / Lists

  • FlashList (⭐7.2k) - Shopify's fast and performant list, a drop-in replacement for FlatList.

Components / Navigation

  • Expo Router - File-based routing for universal React Native apps, built on React Navigation.

Components / Sheets, Menus & Toasts

  • Zeego (⭐2.3k) - Menus for React Native done right — truly native dropdown and context menus.

Components / Forms & Keyboard

Components / Text & Rich Content

Components / Image & Camera

  • expo-image - Fast, modern image component with caching and blurhash support.

Components / Video & Audio

  • expo-video - Modern video playback built for Expo and the New Architecture.

Components / Maps & Location

Components / Charts

Components / Animation & Gestures

  • Moti (⭐4.5k) - Universal animation library powered by Reanimated, with a Framer Motion-like API.

Components / Styling & Design Systems

  • Unistyles (⭐2.9k) - C++-powered StyleSheet superset with themes and breakpoints, built for the New Architecture.

Components / Internationalization

Components / System & Device

Components / Notifications

Services & Integrations / Networking

Components / Web & WebViews

  • Solito (⭐4.1k) - React Native + Next.js, unified navigation for universal apps.

Components / Other Platforms

Data / State Management

Data / Storage & Databases

  • expo-sqlite - SQLite database access in Expo, with support for Drizzle ORM.
  • RxDB (⭐23k) - Local-first, reactive database that replicates with your backend.
  • Realm (⭐6k) - Mobile object database, an alternative to SQLite.

Data / Networking

Payments & Monetization / Networking

Development Tools / Tooling & IDE

  • Radon IDE (⭐1.7k) - VSCode/Cursor extension that turns your editor into a full-featured React Native IDE with an embedded simulator.
  • EAS CLI (⭐1.3k) - Build, submit, and update iOS and Android apps from the command line.
  • Re.Pack (⭐1.9k) - Webpack/Rspack-based toolkit with code splitting and Module Federation for React Native.

Development Tools / Debugging

  • Reactotron (⭐16k) - Desktop app for inspecting React Native apps: state, API requests, performance.
  • Buoy (⭐690) - Devtools that live in your app — and answer to your AI agent.

Development Tools / Testing

  • Detox (⭐12k) - Gray-box end-to-end testing and automation framework.

Development Tools / Builds, Deployment & OTA Updates

  • EAS - Expo Application Services: cloud builds, app store submission, and OTA updates.
  • Fastlane - Automate building, screenshots, and releasing for iOS and Android.

Development Tools / Building Libraries

Starters & Boilerplates / Building Libraries

  • Ignite (⭐20k) - Infinite Red's battle-tested boilerplate with CLI and generators.
  • Expo Templates - Official Expo templates, from blank to tabs to full navigation setups.

Learning / Building Libraries

  • Expo Tutorial - Official hands-on tutorial building a universal app.

Staying Up to Date / Building Libraries

  • Chain React - The US React Native conference, Portland, OR.
  • App.js Conf - Expo and React Native conference, Kraków, Poland.

2. Awesome Datascience

General Machine Learning Packages / Deep Learning architectures

  • me_fasttext (⭐1) - Memory-efficient FastText variant with exact trie n-gram IDs, structure-aware row sharing, and mmap serving for large-vocabulary NLP.

3. Awesome Graphql

Services / React

4. Webcomponents the Right Way

Components

5. Awesome Design Systems

Design systems articles

Accessibility (a11y)

  • Color Blindness Simulator - Shows how any image or built-in test scene looks with protan, deutan, or tritan vision at adjustable severity, side by side with the original. Uses the Machado (2009) model, so partial deficiencies can be simulated rather than only the complete forms.

Unit & Regression test / Storybook addons

  • Designesy - 40-check design-contract verification engine with live URL scoring. Deterministic checks across tokens, motion, accessibility, typography, and copywriting. GitHub Action for CI gating, MCP server for AI agents.

6. Awesome Open Hardware

Projects / Consumer Devices

  • Ploopy - 3D-printable peripherals running the QMK firmware.

Projects / Development Boards

  • iCEBreaker - Low-cost FPGA development board based around the Lattice iCE40.
  • Icepi Zero (⭐819) - A Lattice ECP5-based FPGA development board in the form factor of the Raspberry Pi Zero.

Projects / Scientific Instruments

Platforms / Integrated Circuit

  • BoardRepo - Share KiCad and Altium projects as a link, with schematics, PCB views, BOM, and gerbers rendered in the browser.

7. Awesome Ddd

Video Collections

8. Public Apis

Cryptocurrency

  • API: BTCGlobe

    Description: Bitcoin height, fees, mempool and peer data served live from two self-hosted nodes

    Auth: No

    HTTPS: Yes

    CORS: Yes

Email

  • API: SMTPfast

    Description: Send transactional email, manage contacts and broadcasts, free 3,000 emails/month

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Finance

  • API: TickerLayer

    Description: Real-time and historical market data for stocks, forex, crypto and more

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

    :

Science & Math

  • API: NASA InSight

    Description: Mars weather data from InSight lander

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Video

  • API: KinoPipe

    Description: Typed hosted video editing operations for agents and automation

    Auth: apiKey

    HTTPS: Yes

    CORS: No

Weather

  • API: Open-Meteo Ensemble

    Description: Weather ensemble forecasts from multiple models

    Auth: No

    HTTPS: Yes

    CORS: Yes

9. Awesome Talks

Software Development

LLM

10. Awesome Claude Code

Observability & Monitoring / Ralph Wiggum

  • seedeep (⭐2) by duqaXxX - Reads the JSONL session logs Claude Code already writes and shows, live during a turn, what the session is doing: each model call and tool, the context window filling, every subagent on its own window and its own model, and the commits and files the session produced. Bun + TypeScript server serving a local browser GUI, with an optional Tauri menu-bar tray; single-file binaries per platform, read-only and local-only.\ created  last-commit  license  stars

11. Awesome Windows

System Utilities

  • GPU Shark (⭐5) - GPU Shark - Lightweight native NVIDIA GPU telemetry monitor for Windows.

12. Awesome Machine Learning

C / General-Purpose Machine Learning

  • deepseek-v4-flash-0731-in-c (⭐14) - A native C CPU inference engine for running the 284B-A13B DeepSeek-V4-Flash-0731 on one laptop, reaching up to 1.12 token/s on tested hardware while streaming the 167 GB checkpoint from disk with a tested 8 GB memory path and no GPU or Python.

C++ / Computer Vision

  • CosmoEdge (⭐598) - A C++ edge video AI engine for RTSP ingestion, CV/VLM inference, visual pipeline orchestration, alarms, and event delivery on Sophon and Rockchip NPUs.

Python / General-Purpose Machine Learning

  • pyinterpret (⭐1) - Unified API for SHAP, LIME, permutation importance, and partial dependence explanations.

13. Awesome Ci

  • Name: Recidiv (⭐42)

    Description: minimal continuous integration framework written in Tcl (used for Redis CI)

    Features: Languages: any

    Supported repositories: -

14. Awesome Nextjs

Apps

  • FileFlex (⭐0) - Open-source, browser-only file converter & PDF editor built with Next.js 14, Tailwind CSS, and WASM.
  • DevScratchpad (⭐0) - Privacy-first developer scratchpad & utility suite (19+ tools) with Monaco editor and zero-server transmission. Built with Next.js 16 (App Router, Turbopack, SSG), React 19, and Tailwind CSS v4. Demo
  • Lunidex - Open-source Pokémon workspace built with Next.js, featuring a Pokédex, TCG collection tracking, team building, battle tools, quizzes, and multilingual support.

15. Awesome Lowcode

AI

  • Xenition - AI workspace that turns a chat prompt into full-stack apps, documents, slides, spreadsheets and images across 23 editing surfaces, with shared memory and a common asset library. Free tier available.

Automation

  • Duvo - Execution platform for grocery and retail operations; runs operational work across existing systems (SAP, TMS, portals) with human approvals.

Flow-based programming

  • CodeZero - Source-available automation platform with a visual flow editor; connect a trigger and chain logic node by node to build integrations, scheduled jobs, and HTTP endpoints that act as a visual backend. Self-hostable, extensible via plugins, with AI-assisted flow editing (bring your own model).

16. Awesome Qgis

Plugins / Remote Sensing

  • AI Segmentation by TerraLab - Point-and-click AI segmentation of buildings, trees and any object into vector polygons, with a free local mode.

17. Awesome Selfhosted

Software / Communication - Email - Webmail Clients

  • SnappyMail (⭐1.7k) - Simple, modern, lightweight & fast web-based email client (fork of RainLoop). AGPL-3.0 PHP

Software / Genealogy

Software / Media Management

Software / Media Streaming - Audio Streaming

  • musikcube (⭐4.8k) - Streaming audio server with Linux/macOS/Windows/Android clients. BSD-3-Clause C++/deb

Software / Video Surveillance

  • Bluecherry (⭐274) - Closed-circuit television (CCTV) software application which supports IP and Analog cameras. GPL-2.0 PHP

18. Awesome Mac

Developer Tools / Developer Utilities

  • Starcat - Native, local-first GitHub Stars manager that turns saved repositories into a searchable, AI-assisted knowledge base. Open-Source Software FreewareNative AppApp Store

AI Tools / Other Tools

  • Grux - Menu bar assistant that reads your active window and reaches local mail, calendar, notes, and files, using your own API key or a local model. Open-Source Software FreewareNative App

Utilities / General Tools

  • Nifro (⭐1) - Turn websites into configurable desktop wallpapers, with separate views for each display. Open-Source SoftwareFreeware

19. Awesome Rust

Applications / Utilities

  • rleeon/hoard (⭐83) - Game save backup and sync system with auto-detection, versioned snapshots, and self-hosted storage. CI

Libraries / Finance

  • wickra-lib/wickra (⭐50) [wickra] - Streaming-first technical analysis: 514 indicators with O(1) per-tick updates, from a Rust core with native Python, Node.js and WASM bindings plus a C ABI hub for C, C++, C#, Go, Java and R. CI

20. Awesome Go

Bot Building

  • teleflow (⭐3) - Simple, type-safe Telegram bot framework with fluent flows and automatic state management.

Financial

  • bingx-go (⭐20) - Go client for BingX API v3 with 260+ methods, USDT-M/Coin-M futures, spot, TradFi, WebSocket streams, and copy trading.
  • bybit-go (⭐17) - Go client for Bybit V5 API with HMAC/RSA authentication, WebSocket streams, demo trading, and TradFi instruments.
  • okx-go (⭐23) - Go client for OKX v5 API with 335 REST endpoints, 53 WebSocket channels, generics support and auto-reconnect.

Third-party APIs

  • coinglass-go (⭐16) - Go client for Coinglass API v4 with zero dependencies, WebSocket streams, and typed endpoints for futures, spot, options, ETF, and indicators.

Awesome List Updated on Aug 26, 2026

2026-08-26 09:54:51

1. Awesome Osint

People Investigations / GitHub

  • Offendersearch - Free. Search all 58 US state, territory and tribal sex-offender registries in one query; scored, de-duplicated results with a link to the official registry record behind each match. Public API + open data + MCP server.

Other Tools / GitHub

  • Text Machine - Identifies an unknown encoded or enciphered string and decodes it in place when no key is needed (Base64, hex, binary, Morse, Baconian, Polybius, A1Z26, Atbash, Caesar), with frequency analysis and automatic Vigenère and substitution solvers for the rest. Runs in the browser, no signup, nothing uploaded.

2. Awesome WSL

WSL Tools / WSL Utilities

  • wip (⭐17) - A native CLI that brings dip-like development workflows to Microsoft WSL Containers (WSLC).

3. Awesome V

Utility

4. Awesome Polars

Polars plugins / Import / Export

  • polars-io-tools (⭐19) - Polars plugin extending lazy execution and predicate pushdown across external data sources (SQL, ClickHouse, Datadog, Delta Lake) by @Point72.

Polars plugins / Visualization

  • flexviz (⭐6) - Python library for interactive, cross-filterable charts on 100M+ rows, powered by lazy Polars aggregations and Rust kernels by @jvdd.

Cheat Sheets / Miscellaneous

5. Awesome Datascience

Deep Learning Packages / Visualization Tools

  • FlexViz (⭐6) - Python library for interactive, cross-filtered dashboards that stay responsive on 100M+ rows by aggregating with Polars on the server.

6. Public Apis

Currency Exchange

  • API: CurrencyBeacon

    Description: Real-time and historical currency exchange rates with free tier

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Finance

  • API: EOD Historical Data

    Description: Real-time and historical stock market data with 150+ exchanges

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

  • API: LiquiLens

    Description: Public-record bank and lender failure-risk evidence

    Auth: No

    HTTPS: Yes

    CORS: Yes

Social

  • API: SocialCrawl

    Description: Social and commerce data from 50+ platforms in one JSON schema

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Sports & Fitness

  • API: 5DollarFootball

    Description: Football fixtures, results, standings and historical odds with corner and card lines

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

7. Awesome Windows

Customization

8. Free for Dev

Monitoring

  • DeadBro - Rails APM with request-based pricing: live traces, slow SQL, N+1 detection, and error tracking. Free forever for 50k requests/month, 7-day retention, 1 app, 1 uptime check, and email alerts. No credit card required.

Email

  • SMTPfast - SMTPfast is a simple email API for developers with a free tier that includes 3,000 emails/month, 1 domain, and 1,000 contacts, with no credit card required.

Screenshot APIs

  • Renderwolf - UK-based screenshot, PDF, image, QR code and clip rendering API with reusable templates and signed URLs. 250 free renders a month with no payment details needed to get started.

9. Awesome Gemini Cli

Commands & Extensions

  • Punchcard (⭐1) - Architecture-level code review grounded in thirty engineering books distilled into 78 principles. Three independent passes over a working tree, branch or PR, merged into one verdict; every blocker demonstrated by running the code. Install with npx skills add Maksim-Burtsev/punchcard -a gemini-cli.

10. Awesome Testing

Software / Test Automation Frameworks

  • optics-framework (⭐10) - Self-healing test automation for mobile, web and Smart TV. Keyword-driven CSV/YAML tests run on Appium, Selenium and Playwright; when a locator breaks it falls back across XPath, text, OCR and image strategies, with optional AI-powered self-healing.

11. Awesome Go

Other Software / Libraries for creating HTTP middlewares

  • KeibiDrop (⭐54) - On-demand peer-to-peer filesystem that mounts a remote folder and hides link latency with read-ahead, end-to-end encrypted with hybrid X25519 and ML-KEM-1024.

Awesome List Updated on Aug 25, 2026

2026-08-25 09:48:34

1. Awesome Fastapi

Admin

  • FastAdmin (⭐325) - Easy-to-use admin dashboard for FastAPI (also Flask and Django), inspired by Django Admin.

Tutorials / Other Tools

Boilerplate / Other Tools

  • FastAPI Agent Blueprint (⭐23) - DDD layered template where generic base classes give async CRUD with no boilerplate, domains self-register on discovery, and pre-commit hooks block cross-layer imports at commit time.

2. Awesome Web Performance Budget

Website Analyzers

  • Screpy - Tracks Core Web Vitals and page-speed changes across monitored pages.

3. Awesome Amazon Seller

Other

  • Awesome China Sourcing (⭐0) - Open-source China sourcing toolkit: a six-step supplier verification system (license check, factory video call, reference check), quality inspection checklists, Incoterms cheat sheet, and negotiation templates.

4. Awesome Capacitorjs

Apps Built with Capacitor / ML Kit

  • AI Gist (⭐861) - Open-source, local-first AI prompt manager for desktop and mobile, built with Vue, Ionic, and Capacitor.

5. Awesome Cakephp

Plugins / Miscellaneous

6. Awesome Terraform

Providers / Community providers

Tools / Community providers

  • AzureNamer - Generates CAF compliant names for 200+ Azure resource types and exports them as Terraform locals, with live length and character validation.
  • demonolith (⭐3) - Splits up monolithic Terraform projects with demonolith refactor (to move the code) and demonolith migrate (to migrate into smaller .tfstate files).
  • tfvault (⭐3) - Universal Terraform credentials helper with pluggable secret backends (OS keyring, pass/gopass, environment variables) and per-profile account isolation.

Self-hosted Terraform Platforms / VS Code Extensions

  • Snap CD (⭐3) - Fully-featured continuous deployment platform that facilitates modular deployments with isolated runners, dependency-aware automation, and fine-grained access control.

7. Awesome Integration

Resources / Articles

Resources / Certifications

  • SnapLogic Architect Certification - Evaluates your knowledge of integration reference architectures and key strategies for the SnapLogic platform, covering topics like SnapLogic Architecture, Snaplex Requirements, Pipeline Lifecycle Management, Advanced Data Transformations, API Management, Resumable Pipelines, and Best Practices.

8. Awesome Malware Persistence

Techniques / Windows

9. Awesome Polars

Polars plugins / Statistics / Analytics

  • polarscope (⭐11) - Polars plugin for quick data summary, cleaning and visualization of Polars dataframes by @pytoned.

10. Awesome Machine Learning

C / General-Purpose Machine Learning

  • qwen3.8-27b-in-c (⭐1) - A native C inference engine for running Qwen3.8-27B locally on a single laptop CPU, with direct GGUF loading and a tested 8 GB memory path.

11. Free for Dev

Monitoring

  • cronalive.com - Heartbeat monitoring for cron jobs, plus HTTP uptime and TLS expiry checks, and a Laravel package that creates checks from your scheduler. Free tier with 10 checks, HTTP interval from 5 min, 30 days of history, 50k pings/mo.

CDN and Protection

  • Microsoft Ajax - The Microsoft Ajax CDN hosts popular third-party JavaScript libraries such as jQuery and enables you to easily add them to your Web application

PaaS

  • faable.com - Deploy apps with framework auto-detection for Python and Node.js. The free tier includes one 0.5 CPU / 1 GB RAM instance per project, 10 GB bandwidth, 10 successful deploys per day, automatic SSL and a built-in WAF, plus OAuth 2.0 / OIDC authentication. Apps sleep after 2 hours without traffic. European servers.

Design and UI

  • JoyDemo - Create interactive and clickable demos of your website or app. Free with unlimited demos and unlimited views.

12. Magictools

Engines and Frameworks / Voxel Editors

  • 🎉 Excalibur.js - Your friendly TypeScript 2D game engine for the web.

13. ALL About RSS

RSS2Podcast / Webpage Monitor Services with capability of monitoring RSS Feed 1264

  • Bri: Turn RSS subscriptions into daily podcasts. OnlineAI

14. Awesome Mac

Developer Tools / Developer Utilities

  • CC-Switch (⭐130k) - A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, and AI coding agents. Open-Source Software Freeware

AI Tools / Other Tools

  • SpotAsk (⭐9) - Native macOS menu bar AI assistant for quick questions: ask first, then use your own AI service for an in-app answer or send the question to another AI, app, or terminal command. Open-Source SoftwareFreeware

Utilities / Menu Bar Tools

  • WandelBar (⭐9) - Customizes the menu bar background with blur, tint, shadows, textures, presets, and per-Space settings. Open-Source Software FreewareNative App

15. Awesome Go

Financial

  • decimal (⭐0) - A fixed-size, no allocation decimal type for when you don't need arbitrary precision.

Video

  • mosaic (⭐20) - Predictable, production-ready Adaptive Bitrate (ABR) video packaging for Go (HLS & DASH CMAF).

Awesome List Updated on Aug 24, 2026

2026-08-24 09:54:21

1. Awesome Love2d

Drawing

  • lovector (⭐49) - A pure-lua vector graphics processing and rendering library.

UI

  • likelihud (⭐5) - A simple UI library with a declarative QML-like approach of defining UI.

2. Awesome Ffmpeg

Tutorials

  • FFmpeg Cookbook - Task-first cookbook of tested ffmpeg one-liners (compress, trim, GIF, audio extraction).

3. Awesome Ansible

Tutorials

  • Ansible Tutorial by Compute Central - A practical, example-driven Ansible guide covering fundamentals, playbooks, roles, collections, custom module and collection development, production practices, troubleshooting, and interview preparation.

Tools

  • ansible-static-lint (⭐15) - Fast, offline static linter for playbooks written in Go, implementing a subset of ansible-lint rules without requiring Python or an Ansible runtime.

4. Awesome Userscripts

Tutorials / YouTube

Additional Catalogues / YouTube

  • UserScripts Mirror - Mirror of the original Userscripts.org repository (that is currently down).

5. Free for Dev

APIs, Data, and ML

  • LayerCall - Fraud and trust scoring for an IP, email, phone, domain or device in one call, plus authorization and Web Bot Auth verification for AI agents. 1,000 lookups/month free, no card required.
  • Publora - Publishing API: post or schedule to 10 social networks with one HTTPS call, or from an AI agent over MCP. Free forever: 15 posts/month, 3 connected accounts, all networks except X.

Security and PKI

  • semgrep - Scan code for security issues and vulnerable dependencies with SAST and SCA. Free tier includes up to 10 contributors and 10 private repos (unlimited public repos).

6. Awesome Gemini Cli

Commands & Extensions

  • ArmorGemini (⭐3) - Intent-based security enforcement for the Gemini CLI. Every tool call is checked against your ArmorIQ policy via BeforeTool / AfterTool hooks before it runs. Blocks intent drift, unauthorized tool use, and PII/PCI leaks. Install: curl -fsSL https://armoriq.ai/install_armorgemini.sh | bash.

MCP Servers

  • deja-vu (⭐681) - Local memory over the session files Gemini CLI and 19 other agents already write to disk, so a new session can search what you did before — including the months before you installed it. MCP tools plus auto-recall on every prompt; one Go binary, no network calls, MIT. Install: deja install gemini-auto.

7. Awesome Rust

Applications

  • openma-ai/Martty (⭐57) - A Rust/ratatui terminal client for DeepSeek Harness and other ACP-compatible coding agents. CI

Libraries / Simulation

Awesome List Updated on Aug 23, 2026

2026-08-23 09:56:45

1. Awesome Ios Books

iOS

Objective-C

Swift

UI

Machine Learning

Server Side Swift

2. Awesome Developer First

Monitoring

  • Maple - OpenTelemetry-native observability for traces, logs, and metrics with dashboards, alerting, and an MCP server. Maple

3. Awesome Playcanvas

Games / Browser Games

  • Quake (⭐8) - A port of id Software's Quake to PlayCanvas.

4. Awesome Mqtt

Location Tracking / Firmwares for ESP based Devices

  • ADSBiq - Authenticated retained-delta aircraft state over MQTT WebSockets for bounded IoT and location-aware integrations.

5. Awesome Python

Projects / Caching

  • hishel (⭐406) - RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.

Projects / Science

  • Physics and Engineering

Projects / Documentation

Projects / Supply Chain Security

6. Awesome Osint

News / GitHub

  • APITube - News API covering 500,000+ sources in 180+ countries and 60+ languages, returning articles as structured JSON with sentiment, entities and topics; free tier of 100 requests/day.

7. 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.

Cloud management solutions

  • Cloud Cost Analyzer - Scan AWS and Azure for cost waste with 92 automated checks including idle NAT gateways, gp2 volumes, and over-provisioned instances. Get savings estimates in a read-only, developer-first CLI. Free tier covers up to 5,000 resources per scan on one AWS account. Paid tiers add resource IDs and exact remediation steps.

8. Awesome Selfhosted

Software / Media Management

  • Lingarr - Automatically translate subtitle files in your Radarr and Sonarr media libraries, using LibreTranslate, local AI models, or SaaS translation services. (Source Code (⭐848)) AGPL-3.0 Docker

9. Awesome Testing

Software / Test Data Management

  • Fake Data Generator - Browser-based generator for realistic mock/test data. Custom schema or presets, export as JSON, CSV, or SQL INSERT.
  • FakeNamely - Free web generator and keyless JSON API for fictional identities, addresses and names across 38 countries. Seeded requests return byte-identical records, so a fixture can be committed; addresses pair a real city and a genuinely valid postal code with an invented street.

Software / Browser Extensions & Utilities

  • BugShot - Capture a bug as a screenshot, a screen or tab recording, or a 30-second replay, with console, network, and user action logs collected automatically. Reports go straight from the browser to Jira, GitHub, Linear, Notion, GitLab, Asana, ClickUp, or Slack, with no third-party server in between. Open source, MIT.

10. Awesome Rust

Applications / Utilities