Track Awesome List Updates Daily
We track over 500 awesome list updates, and you can also subscribe to daily or weekly updates via RSS or News Letter. This repo is generated by trackawesomelist-source, visit it Online or with Github.
📅 Weekly · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Github · 🌐 Website · 📝 08/29 · ✅ 08/29
Table of Contents
Recently Updated
Aug 29, 2026
1. Free Programming Books (English, By Subjects)
Artificial Intelligence
- AI Agent Evaluation - Hallie Ren (HTML) ( 🚧 in process) (CC BY-NC-SA)
2. Static Analysis
Programming Languages / Other
- STOKE ⚠️ — A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.
- VSDiagnostics ⚠️ — A collection of static analyzers based on Roslyn that integrates with VS.
- Wintellect.Analyzers ⚠️ — .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes.
- sobelow ⚠️ — Security-focused static analysis for the Phoenix Framework.
- Primitive Erlang Security Tool (PEST) ⚠️ — A tool to do a basic scan of Erlang source code and report any function calls that may cause Erlang source code to be insecure.
- safesql ⚠️ — Static analysis tool for Golang that protects against SQL injections.
- structslop ⚠️ — Static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency
- RSLint ⚠️ — A (WIP) JavaScript linter written in Rust designed to be as fast as possible, customizable, and easy to use.
- TypL ⚠️ — With TypL, you just write completely standard JS, and the tool figures out your types via powerful inferencing.
- Sys ⚠️ — A static/symbolic Tool for finding bugs in (browser) code. It uses the LLVM AST to find bugs like uninitialized memory access.
- Progpilot ⚠️ — A static analysis tool for security purposes.
- Qafoo Quality Analyzer ⚠️ — Visualizes metrics and source code.
- Tuli ⚠️ — A static analysis engine.
- twig-lint ⚠️ — twig-lint is a lint tool for your twig files.
- pydocstyle ⚠️ — Check compliance with Python docstring conventions.
- pyflakes ⚠️ — Check Python source files for errors.
- pylyzers ⚠️ — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
- pyre-check — A fast, scalable type checker for large Python codebases. Pyre-check has been superseded by Pyrefly, its next iteration.
- radon ⚠️ — A Python tool that computes various metrics from the source code.
- xenon ⚠️ — Monitor code complexity using
radon. - yapf ⚠️ — A formatter for Python files created by Google YAPF follows a distinctive methodology, originating from the 'clang-format' tool created by Daniel Jasper. Essentially, the program reframes the code to the most suitable formatting that abides by the style guide, even if the original code already follows the style guide. This concept is similar to the Go programming language's 'gofmt' tool, which aims to put an end to debates about formatting by having the entire codebase of a project pass through YAPF whenever changes are made, thereby maintaining a consistent style throughout the project and eliminating the need to argue about style in every code review.
- rco ⚠️ — Performance optimizer for R code (with GUI).
- Querly ⚠️ — Pattern Based Checking Tool for Ruby.
- Railroader ⚠️ — An open source static analysis security vulnerability scanner for Ruby on Rails applications.
- Roodi ⚠️ — Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that it has configured.
- Rubrowser ⚠️ — Ruby classes interactive dependency graph generator.
- Saikuro ⚠️ — A Ruby cyclomatic complexity analyzer.
- prae ⚠️ — Provides a convenient macro that allows you to generate type wrappers that promise to always uphold arbitrary invariants that you specified.
- Prusti ⚠️ — A static verifier for Rust, based on the Viper verification infrastructure. By default Prusti verifies absence of panics by proving that statements such as unreachable!() and panic!() are unreachable.
- Rust Language Server ⚠️ — Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.
- rustfix ⚠️ — Read and apply the suggestions made by rustc (and third-party lints, like those offered by clippy).
- warnalyzer ⚠️ — Show unused code from multi-crate Rust projects
- sleek ⚠️ — Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity. The heavy lifting is done by the sqlformat crate.
- sqlcheck ⚠️ — Automatically identify anti-patterns in SQL queries.
- TSqlRules ⚠️ — TSQL Static Code Analysis Rules for SQL Server.
- Scalastyle ⚠️ — Scalastyle examines your Scala code and indicates potential problems with it.
- stc ⚠️ — Speedy TypeScript type checker written in Rust
- tslint-clean-code ⚠️ — A set of TSLint rules inspired by the Clean Code handbook.
- verible-linter-action ⚠️ — Automatic SystemVerilog linting in github actions with the help of Verible Used to lint Verilog and SystemVerilog source files and comment erroneous lines of code in Pull Requests automatically.
- vint ⚠️ — Fast and Highly Extensible Vim script Language Lint implemented by Python.
Other / Other
- weggli ⚠️ — A fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.
- shisho ⚠️ — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
- standard ⚠️ — An npm module that checks for Javascript Styleguide issues.
- quality ⚠️ — Runs quality checks on your code using community tools, and makes sure your numbers don't get any worse over time.
- Traceroute ⚠️ — A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.
- pure ⚠️ — Pure is a static analysis file format checker that checks ZIP files for dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
- VMware chap ⚠️ — chap analyzes un-instrumented ELF core files for leaks, memory growth, and corruption. It is sufficiently reliable that it can be used in automation to catch leaks before they are committed. As an interactive tool, it helps explain memory growth, can identify some forms of corruption, and supplements a debugger by giving the status of various memory locations.
- Specificity Graph ⚠️ — CSS Specificity Graph Generator.
- Puppet Lint ⚠️ — Check that your Puppet manifests conform to the style guide.
- qark ⚠️ — Tool to look for several security related Android application vulnerabilities.
- promval ⚠️ — PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.
- solium ⚠️ — Solium is a linter to identify and fix style and security issues in Solidity smart contracts.
- Vetur ⚠️ — Vue tooling for VS Code, powered by vls (vue language server). Vetur has support for formatting embedded HTML, CSS, SCSS, JS, TypeScript, and more. Vetur only has a "whole document formatter" and cannot format arbitrary ranges.
- write-good ⚠️ — A linter with a focus on eliminating "weasel words".
Multiple languages / Other
- jscpd — Copy/paste detector for programming source code. Finds duplicated blocks in 200+ file formats — JavaScript, TypeScript, Python, Java, C#, C/C++, Go, Rust, PHP, Ruby and more — using token-based detection. Supports configurable thresholds and ignore patterns, git blame integration, and reporters for console, HTML, JSON, Markdown, SARIF and badges. Runs via CLI, in CI pipelines, or as a library; bundled by MegaLinter and Codacy.
- pylama ⚠️ — Code audit tool for Python and JavaScript. Wraps pycodestyle, pydocstyle, PyFlakes, Mccabe, Pylint, and more
- Refactoring Essentials ⚠️ — The free Visual Studio 2015 extension for C# and VB.NET refactorings, including code best practice analyzers.
- Roslyn Security Guard ⚠️ — Project that focuses on the identification of potential vulnerabilities such as SQL injection, cross-site scripting (XSS), CSRF, cryptography weaknesses, hardcoded passwords and many more.
- Security Code Scan ⚠️ — Security code analyzer for C# and VB.NET. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc. Integrates into Visual Studio 2015 and newer. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc.
- TencentCodeAnalysis — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
- TscanCode ⚠️ — A fast and accurate static analysis solution for C/C++, C#, Lua codes provided by Tencent. Using GPLv3 license.
- Undebt ⚠️ — Language-independent tool for massive, automatic, programmable refactoring based on simple pattern definitions.
- Wotan ⚠️ — Pluggable TypeScript and JavaScript linter.
3. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- ansible-fzf (⭐0) - A plugin that completes ansible-playbook tags and works with fzf-tab.
- cage (⭐0) - Adds command for age (⭐23k). It encrypts a plain file with a passphrase, decrypts an age file, and works out which from the file's own header.
- deja (⭐670) - Predicts the command you want to run from fuzzy matching, the current directory, and which command usually follows the previous one, then shows it as inline ghost text. Backed by a Go daemon.
- dual-history (⭐0) - Keeps AI coding agent instructions (such as Forge's
:-prefixed prompts) out of your main ZSH history by routing them to a separate file, intercepting every write path including the agent's own history insertions. Also turnsCtrl+Rinto an fzf interface switchable between All, Human and AI views, merged chronologically. - git-branch (⭐4) - Augments
gitfeatures, designed especially for users who prefer aesthetically pleasing branch naming conventions. It visually formats the currentgitbranch name or commit hash, considering customisable variables like hiding status, maximum branch length, prefix, and suffix trimming, with an option to displaygit status. - histpop (⭐0) - Removes the last record from
~/.zsh_history. Useful right after running a command you don't want kept in your shell history (e.g. one containing a typo'd password or a temporary secret). Runninghistpopitself is also removed from history, so it leaves no trace. - psmon (⭐0) - Lightweight interactive process monitor using standard Linux utilities (
ps,awk,lsof) with live watch mode, resource sorting, and tree-aware process killing. - ssh-git-operations (⭐0) - Provides secure, authenticated
gitpush/pull/fetchoperations over SSH to remote machines using GitHub token authentication. Tokens are never persisted on remote machines. - worktrunk (⭐2) - Inspired by the oh-my-zsh git plugin (⭐189k) and provides aliases and a few useful functions for working with worktrunk (⭐6.7k).
Themes / superconsole - Windows-only
- mtsh (⭐4) - Multi-line prompt for multi-user and DevOps machines. Includes decorators for the date and time, the address of the interface that reaches the default route, CPU and memory use, the number of logged-in users,
gitbranch and status, and the exit code and duration of the last command. No fonts are required.
4. Awesome Sysadmin
Software / Automation
- parse-dmarc
⚠- DMARC aggregate report parser with a built-in dashboard. Fetches reports over IMAP, stores them, and flags spoofing. Single Go binary with embedded Vue UI, SQLite storage, and Prometheus metrics (alternative to PowerDMARC, EasyDMARC, Dmarcian). (Source Code (⭐197), Clients (⭐1.3k))Apache-2.0Go/Docker
Software / Identity Management - LDAP
- Wren:DS - LDAPv3-compliant directory service providing a high-performance, highly available, and secure identity data store for enterprise environments. (Source Code (⭐45))
CDDL-1.0Java
Software / Identity Management - Single Sign-On (SSO)
- Wren:AM - Access management platform providing adaptive authentication, SSO, federation, and fine-grained authorization for web and API resources. (Source Code (⭐55))
CDDL-1.0Java - Wren:IG - Identity gateway and reverse proxy enforcing authentication, authorization, and SSO without requiring application changes. (Source Code (⭐7))
CDDL-1.0Java
Software / Identity Management - Tools and web interfaces
- Wren:IDM - Identity management and governance platform for lifecycle management, access governance, and comprehensive auditability. (Source Code (⭐48))
CDDL-1.0Java
5. Magictools
Graphics / Terrain Generators
- 🆓 WorldLoop (⭐3) - Procedural architecture and world generation combining semantic CAD, playable structures, voxel terrain, caves and water, with direct export to Roblox Studio
Engines and Frameworks / Voxel Editors
- 🎉 GameFrameX (⭐642) - A cross-engine game framework: Unity and Godot clients on a single actor-model .NET server, sharing one Protobuf contract and LuBan config pipeline. AI-agent friendly: instruction docs in-repo, codegen'd protocol/config layers.
6. ALL About RSS
🧩 API / Webpage Monitor Services with capability of monitoring RSS Feed 1264
- RSS Emit: generates Atom and JSON Feed output from web pages, source lists, or a topic prompt, and can deliver new items as a newsletter, to chat, or to an HTTP endpoint

7. Awesome Mac
Utilities / Clipboard Tools
- Clipbara (⭐172) - Free Paste-like clipboard manager with pinboards, Quick Look previews, and one-click copying.
Utilities / Menu Bar Tools
- Mixio (⭐1) - Menu bar app with per-app & tab volume control, 10-band EQ with native style UI.
Utilities / Cleanup and Uninstall
- Purge - Open-source cache cleaner that moves files to the Trash instead of deleting them, using a fixed allowlist and no telemetry.
8. Awesome Rust
Applications
- newdee/magpie (⭐68) - Local-first Spotlight-style launcher that searches your GitHub stars, local files, images, and videos semantically, fully on-device.
Applications / Web
- IndexFlowing/IndexFlow-core (⭐51) - Self-hosted SEO indexing infrastructure for managing sitemaps, URL submissions, and search engine indexing.
Development tools / Static analysis
- kucherenko/jscpd (⭐6.1k) [jscpd] - Copy/paste detector for source code that finds duplicated blocks across 220+ file formats
9. Awesome Go
Artificial Intelligence
- ai-gateway (⭐242) - OpenAI-compatible LLM gateway that routes requests across 30 providers with fallback, rate limiting, budgets, guardrails, and observability.
Financial
- bitget-go (⭐8) - Go client for Bitget UTA API v3 with typed models, string-based prices, auto-reconnecting WebSocket, and demo trading.
- telegram-wallet-go (⭐15) - Go client for Telegram Wallet Pay API with HMAC-SHA256 webhook verification, middleware for net/http, Gin, and Echo.
10. Awesome Slack
🎨 Themes
- More Slack Themes - Browse, create, and share Slack themes.
🛠️ Libraries and SDKs / Ballerina
- ballerina-slack-library (⭐108) - Ballerina library for Slack.
🛠️ Libraries and SDKs / JavaScript/TypeScript
- appstore-webhook-proxy (⭐27) - App Store Webhook Proxy for Microsoft Teams & Slack.
⚙️ Open-Source Slack Apps and Integrations / JavaScript/Typescript
- SlackONOS (⭐135) - Democratic Slack and Discord bot for Sonos speaker control with Spotify integration.
⚙️ Open-Source Slack Apps and Integrations / Ruby
- ZReviewTender (⭐62) - A tool for fetching app reviews from the App Store and Google Play Console and sending them to Slack.
11. Collective Ai Tools
3D
- Luphra - Prompt-to-matter: AI that turns prompts and sketches into editable 3D and physical products.
#freemium
Developer Tools
- SandBase CLI (⭐3) - Open-source CLI and MCP bridge for OpenAI-compatible access to 2,000+ AI models through usage-based pricing and a free plan.
#freemium#opensource
Aug 28, 2026
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
stm32h5-
Peripheral Access Crates / Vorago
HAL implementation crates / Vorago
va108xx-hal-va416xx-hal-- 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) -
no-std crates / WIP
- guillotine: A resource-efficient, allocation-free GUI framework built on
embedded-graphics. - metrology_insight: Embedded-first electrical metrology & power quality DSP library (IEC 61000-4-30 Class S, IEC 62053-21) -
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.
- unconvert (⭐387) — Detect redundant type conversions.
- 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.
- tsqllint (⭐230) — T-SQL-specific linter.
- 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.
- Super-Linter (⭐152) — Combination of multiple linters to install as a GitHub Action.
- 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
- bytehound-labs/nvim-flow (⭐7) - File-scoped command runner with YAML configuration, command preview, debug integration, and traceback 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.
Utilities / Productivity
- Metrune - Local-first focus workspace that brings tasks, AI coding, GitHub activity, device events, badges, and reports into the MacBook notch.
10. Awesome Rust
Applications / System tools
- vyrti/cleaner (⭐52) - Fastest disk space usage analyzer and cleaner for Windows, macOS, Linux, and FreeBSD.
Applications / Video
- vuiodev/vuio (⭐150) - DLNA media server with support for Linux, macOS, Windows, and Docker
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.
Aug 27, 2026
1. 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.
2. Awesome Graphql
Services / React
- Unchained Engine (⭐202) - GraphQL-first open-source headless e-commerce framework for Node.js.
3. Webcomponents the Right Way
Components
<aura-router>- HTML-first client-side router web component.
4. 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.
5. 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.
- nRF52840 ProMicro (⭐92) - A Nordic nRF52840-based development board in the form factor of the Arduino Pro Micro.
Projects / Scientific Instruments
- HackRF Pro (⭐51) - Upgraded version of the HackRF One (⭐8.1k), a low-cost software-defined radio.
- LibreVNA (⭐1.6k) - A vector network analyzer capable of measurements up to 6 GHz.
Platforms / Integrated Circuit
- BoardRepo - Share KiCad and Altium projects as a link, with schematics, PCB views, BOM, and gerbers rendered in the browser.
6. Awesome Ddd
Video Collections
- GlobalAppTesting TechTalks - Library of public tech talks focused on DDD and CQRS.
7. 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
API: SMTPfast
Description: Send transactional email, manage contacts and broadcasts, free 3,000 emails/month
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Finance
API: TickerLayer
Description: Real-time and historical market data for stocks, forex, crypto and more
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
:
Science & Math
API: NASA InSight
Description: Mars weather data from InSight lander
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Video
API: KinoPipe
Description: Typed hosted video editing operations for agents and automation
Auth:
apiKeyHTTPS: Yes
CORS: No
Weather
API: Open-Meteo Ensemble
Description: Weather ensemble forecasts from multiple models
Auth: No
HTTPS: Yes
CORS: Yes
8. Awesome React Native
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.
- rn-diff-purge (⭐1.3k) - The raw version-to-version diffs powering Upgrade Helper.
- Expo Examples (⭐3.7k) - Example projects demonstrating Expo APIs and integrations.
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
- react-native-executorch (⭐1.7k) - Declarative on-device AI inference powered by ExecuTorch, from Software Mansion.
- llama.rn (⭐1k) - React Native binding of llama.cpp for running LLMs on device.
- react-native-fast-tflite (⭐1.2k) - High-performance TensorFlow Lite inference with GPU acceleration.
- 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
- react-native-paper (⭐14k) - Material Design components for Android and iOS.
- React Native Elements (⭐26k) - Cross-platform UI toolkit with themed, composable components.
- Tamagui (⭐14k) - Universal UI kit and style system with an optimizing compiler, 100% parity between React Native and web.
- gluestack-ui (⭐5.3k) - Copy-paste components and patterns built on Tailwind-style utility classes.
- react-native-ui-kitten (⭐11k) - UI library based on the Eva Design System with theming support.
- NativeBase (⭐20k) - Mobile-first, accessible component library for React Native and web.
- Shoutem UI (⭐5k) - Customizable set of styled components for React Native.
- react-native-vector-icons (⭐18k) - Customizable icon sets with support for styling and image sources.
- lottie-react-native (⭐17k) - Render After Effects animations natively.
- react-native-svg (⭐8k) - SVG rendering for React Native and web.
- react-native-svg-transformer (⭐1.7k) - Import SVG files as components, like on the web.
- react-native-modal (⭐5.7k) - Enhanced, animated, customizable modal.
- react-native-blur (⭐3.9k) - Native blur view component.
- react-native-blurhash (⭐2.2k) - Colorful blurry placeholders while content loads.
- react-native-calendars (⭐10k) - Feature-rich calendar components.
- react-native-date-picker (⭐2.5k) - Native date and time picker for Android and iOS.
- react-native-reanimated-carousel (⭐3.4k) - Swiper/carousel built entirely on Reanimated, the successor to snap-carousel.
- react-native-pager-view (⭐3.4k) - Native ViewPager and UIPageViewController wrapper.
- react-native-copilot (⭐2.4k) - Step-by-step walkthrough tooltips for onboarding.
- react-native-super-grid (⭐1.5k) - Responsive grid view.
- react-native-circular-progress (⭐2.2k) - Animated circular progress indicators.
- react-native-progress-steps (⭐395) - Customizable progress stepper.
- react-native-confirmation-code-field (⭐1.2k) - OTP/confirmation code input for iOS, Android, and web.
- react-native-qrcode-svg (⭐1.2k) - QR code generator based on react-native-svg.
- react-native-country-picker-modal (⭐1.1k) - Country picker with flags, search, and localization.
- react-native-hole-view (⭐446) - Cut touch-through holes anywhere, perfect for onboarding highlights.
Components / Lists
- FlashList (⭐7.2k) - Shopify's fast and performant list, a drop-in replacement for FlatList.
- Legend List (⭐3.3k) - High-performance list in pure JS, built for the New Architecture.
- recyclerlistview (⭐5.4k) - The recycling listview that pioneered high-performance lists in React Native.
Components / Navigation
- React Navigation (⭐24k) - The standard routing and navigation library for React Native.
- Expo Router - File-based routing for universal React Native apps, built on React Navigation.
- react-native-navigation (⭐13k) - Wix's fully native navigation solution.
- react-native-screens (⭐3.7k) - Native navigation primitives that back React Navigation's native stack.
- react-native-bottom-tabs (⭐1.4k) - Truly native bottom tab bars (SwiftUI and Material) for React Native.
Components / Sheets, Menus & Toasts
- react-native-bottom-sheet (⭐9.1k) - Performant, interactive bottom sheet with configurable gestures.
- react-native-true-sheet (⭐2k) - The true native bottom sheet experience.
- react-native-actions-sheet (⭐2.2k) - Cross-platform ActionSheet with a flexible API.
- Zeego (⭐2.3k) - Menus for React Native done right — truly native dropdown and context menus.
- Burnt (⭐1.6k) - Native toasts and alerts for iOS and Android.
- react-native-root-toast (⭐2.1k) - Pure JavaScript toast solution.
- react-native-flash-message (⭐1.5k) - Flashbar and top-notification alerts.
- react-native-notifier (⭐1.4k) - Fast and simple in-app notifications.
- react-native-popup-menu (⭐1.6k) - Extensible popup menu component.
Components / Forms & Keyboard
- React Hook Form (⭐45k) - Performant form state management and validation for React and React Native.
- Formik (⭐34k) - Build forms without the tears.
- react-native-keyboard-controller (⭐3.7k) - Keyboard manager that works identically on iOS and Android.
- react-native-picker-select (⭐1.8k) - Picker emulating the native select interface.
- react-native-autocomplete-input (⭐871) - Pure JavaScript autocomplete input.
- react-native-masked-text (⭐1.6k) - Masked text and input components.
- react-native-credit-card-input (⭐1.5k) - Cross-platform credit card input.
- react-native-multiple-select (⭐589) - Simple multi-select component.
Components / Text & Rich Content
- react-native-live-markdown (⭐1.3k) - Drop-in TextInput replacement with live Markdown formatting, by Expensify.
- react-native-markdown-display (⭐791) - 100% CommonMark-compatible Markdown renderer.
- react-native-hyperlink (⭐812) - Make URLs, emails, and fuzzy links clickable.
- react-native-html-to-pdf (⭐462) - Convert HTML strings to PDF documents.
- react-native-responsive-fontsize (⭐741) - Responsive font sizes based on device screen size.
Components / Image & Camera
- react-native-vision-camera (⭐9.6k) - Powerful, high-performance camera library with frame processors.
- expo-image - Fast, modern image component with caching and blurhash support.
- react-native-image-picker (⭐8.6k) - Native UI for selecting photos and videos.
- react-native-image-crop-picker (⭐6.3k) - Image picker with camera, cropping, and compression.
- react-native-camera-kit (⭐2.7k) - High-performance camera library with barcode scanning, by Tesla.
- react-native-image-resizer (⭐1.7k) - Resize local images natively.
Components / Video & Audio
- react-native-video (⭐7.7k) - The Video component for React Native.
- expo-video - Modern video playback built for Expo and the New Architecture.
- react-native-track-player (⭐3.7k) - Full-featured audio player: background playback, Android Auto, CarPlay, lock-screen controls.
- react-native-audio-api (⭐831) - High-performance audio engine implementing the Web Audio API.
- react-native-sound (⭐2.9k) - Play sound clips natively.
- react-native-webrtc (⭐5k) - WebRTC for React Native.
Components / Maps & Location
- react-native-maps (⭐16k) - MapView components for iOS and Android.
- rnmapbox/maps (⭐2.9k) - Mapbox maps for custom map experiences.
- react-native-background-geolocation (⭐2.9k) - Battery-conscious background location with motion detection.
- react-native-map-link (⭐821) - Open the user's preferred maps app.
- react-native-google-places-autocomplete (⭐2.1k) - Customizable Google Places autocomplete.
Components / Charts
- victory-native-xl (⭐1.2k) - Charting built on Skia and Reanimated with a focus on performance.
- react-native-graph (⭐2.6k) - Beautiful, high-performance line graphs built with Skia.
- react-native-gifted-charts (⭐1.4k) - Bar, line, area, pie, donut, and stacked charts.
Components / Animation & Gestures
- react-native-reanimated (⭐11k) - The standard for performant animations, running on the UI thread.
- react-native-gesture-handler (⭐6.8k) - Declarative, native-driven gesture system.
- react-native-skia (⭐8.5k) - High-performance 2D graphics with the Skia rendering engine.
- Moti (⭐4.5k) - Universal animation library powered by Reanimated, with a Framer Motion-like API.
- react-native-animatable (⭐9.9k) - Declarative transitions and standard animations.
- TypeGPU (⭐3.1k) - Type-safe WebGPU toolkit for advanced GPU work.
Components / Styling & Design Systems
- NativeWind (⭐8.1k) - Tailwind CSS for React Native.
- Unistyles (⭐2.9k) - C++-powered StyleSheet superset with themes and breakpoints, built for the New Architecture.
- styled-components (⭐41k) - CSS-in-JS styling that also targets React Native.
- Emotion (⭐18k) - High-performance CSS-in-JS style composition.
- react-native-typography (⭐3.6k) - Pixel-perfect, native-looking typographic styles.
- Stacks (⭐1k) - Layout primitives for building consistent UIs.
- react-native-edge-to-edge (⭐1k) - Effortless edge-to-edge display on Android.
- react-native-safe-area-context (⭐2.8k) - Flexible safe area inset handling.
Components / Internationalization
- react-native-localize (⭐2.4k) - Toolbox for app localization: locales, timezones, currencies.
Components / System & Device
- react-native-device-info (⭐6.7k) - Device information for iOS and Android.
- react-native-permissions (⭐4.4k) - Unified permissions API.
- react-native-keychain (⭐3.5k) - Secure keychain and keystore access.
- react-native-config (⭐5k) - Expose environment config to your JS and native code.
- react-native-contacts (⭐1.7k) - Native contacts access.
- react-native-calendar-events (⭐930) - Calendar event access for iOS and Android.
- react-native-share (⭐3.9k) - Native share sheet and social sharing.
- react-native-haptic-feedback (⭐978) - Haptics that feel right, including Core Haptics patterns.
- react-native-sensors (⭐934) - Developer-friendly access to device sensors.
- react-native-background-fetch (⭐1.6k) - Periodic background callbacks on iOS and Android.
- react-native-background-downloader (⭐215) - Download and upload large files, even when the app is backgrounded.
- document-picker (⭐1.5k) - Document picker and viewer.
- expo-quick-actions (⭐656) - Home screen quick actions and custom app icons.
- react-native-ssl-pinning (⭐408) - SSL pinning and cookie handling.
Components / Notifications
- Expo Notifications - Push and local notifications for Expo apps.
- react-native-notifications (⭐3.3k) - Wix's notification handling library.
- react-native-onesignal (⭐1.6k) - OneSignal push notification SDK.
Services & Integrations / Networking
- react-native-firebase (⭐12k) - Well-tested, feature-rich modular Firebase implementation.
- sentry-react-native (⭐1.8k) - Official Sentry SDK for crash reporting and performance monitoring.
- react-native-app-auth (⭐2.3k) - PKCE-compliant OAuth2 client based on AppAuth.
- google-signin (⭐3.6k) - Google Sign-In for React Native.
Components / Web & WebViews
- react-native-webview (⭐7.2k) - The community WebView component.
- react-native-inappbrowser (⭐1.4k) - In-app browser using Chrome Custom Tabs and SFSafariViewController.
- react-native-web (⭐22k) - Run React Native components and APIs on the web.
- Solito (⭐4.1k) - React Native + Next.js, unified navigation for universal apps.
Components / Other Platforms
- react-native-windows (⭐17k) - Build native Windows apps with React.
- react-native-macos (⭐4.4k) - Build native macOS apps with React.
Data / State Management
- Zustand (⭐59k) - Bear necessities for state management.
- Jotai (⭐21k) - Primitive and flexible atomic state.
- Redux Toolkit (⭐11k) - The official, batteries-included Redux toolset.
- Legend State (⭐4.2k) - Super fast state with fine-grained reactivity and built-in sync.
Data / Storage & Databases
- react-native-mmkv (⭐8.5k) - The fastest key/value storage for React Native, ~30x faster than AsyncStorage.
- AsyncStorage (⭐5.1k) - Simple, asynchronous, persistent key-value storage.
- op-sqlite (⭐1k) - The fastest SQLite library for React Native.
- expo-sqlite - SQLite database access in Expo, with support for Drizzle ORM.
- Drizzle ORM (⭐36k) - TypeScript ORM with first-class Expo/React Native SQLite support.
- WatermelonDB (⭐12k) - Reactive and asynchronous database for powerful apps that scale.
- RxDB (⭐23k) - Local-first, reactive database that replicates with your backend.
- Realm (⭐6k) - Mobile object database, an alternative to SQLite.
Data / Networking
- TanStack Query (⭐50k) - Powerful async state management and data fetching.
- apisauce (⭐2.9k) - Axios with standardized errors and request/response transforms.
- react-native-netinfo (⭐2.2k) - Network state and connectivity info.
- react-native-network-logger (⭐686) - In-app HTTP request monitor.
- react-native-quick-crypto (⭐1.1k) - Fast native implementation of Node's crypto module.
Payments & Monetization / Networking
- stripe-react-native (⭐1.4k) - Official Stripe SDK for payments in React Native.
- react-native-purchases (⭐1.2k) - RevenueCat SDK for in-app purchases and subscriptions.
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.
- react-native-rename (⭐2.8k) - Rename a React Native app with one command.
- react-native-bundle-visualizer (⭐1.6k) - See which packages inflate your bundle size.
- 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
- Maestro (⭐15k) - Painless declarative E2E automation for mobile.
- Detox (⭐12k) - Gray-box end-to-end testing and automation framework.
- React Native Testing Library (⭐3.4k) - Testing utilities that encourage good practices.
- Loki (⭐1.9k) - Visual regression testing for Storybook.
Development Tools / Builds, Deployment & OTA Updates
- EAS - Expo Application Services: cloud builds, app store submission, and OTA updates.
- hot-updater (⭐1.7k) - Self-hostable OTA update solution, a CodePush alternative.
- Fastlane - Automate building, screenshots, and releasing for iOS and Android.
Development Tools / Building Libraries
- create-react-native-library (⭐3.2k) - Scaffold and build React Native libraries for distribution.
- Nitro Modules (⭐1.9k) - Insanely fast native C++, Swift, or Kotlin modules with statically compiled bindings.
Starters & Boilerplates / Building Libraries
- Ignite (⭐20k) - Infinite Red's battle-tested boilerplate with CLI and generators.
- react-native-boilerplate (⭐5.6k) - TheCodingMachine's template for solid, scalable applications.
- Expo Templates - Official Expo templates, from blank to tabs to full navigation setups.
Open Source Apps / Building Libraries
- Bluesky (⭐18k) - The Bluesky social app for web, iOS, and Android.
- Expensify (⭐5k) - New Expensify: financial collaboration, chat-centered.
- Joplin (⭐56k) - Privacy-focused note-taking app with sync, on every platform.
- Mattermost (⭐2.7k) - Mattermost's mobile apps.
- Rocket.Chat (⭐2.4k) - Rocket.Chat's mobile client.
- YouTrack Mobile (⭐285) - JetBrains' YouTrack client for iOS and Android.
Learning / Building Libraries
- React Native Docs - The official guides, always the right place to start.
- Expo Tutorial - Official hands-on tutorial building a universal app.
- React Native Express - Guided walkthrough of the React Native ecosystem.
- Start React Native - William Candillon's in-depth course on gestures and animations.
- Can it be done in React Native? - William Candillon's YouTube series rebuilding famous UIs.
Staying Up to Date / Building Libraries
- This Week In React - Weekly newsletter covering React and React Native.
- React Native Newsletter - Occasional newsletter of React Native news and articles.
- React Native Radio - The long-running React Native podcast, by Infinite Red.
- Chain React - The US React Native conference, Portland, OR.
- App.js Conf - Expo and React Native conference, Kraków, Poland.
- React Universe Conf - Callstack's conference (formerly React Native EU), Wrocław, Poland.
9. Awesome Talks
Software Development
- Rethinking Software Development - Insights From 20+ Years In The Field by Alexander Thurow (DDD Hungary Meetup 2026) [01:25:17]
LLM
- Patterns for Coding with AI by Lada Kesseler (Craft 2026) [01:46:51]
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.\
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.0PHP
Software / Genealogy
- GeneWeb (⭐396) - Genealogy software that can be used offline or as a Web service. (Source Code (⭐396))
GPL-2.0OCaml
Software / Media Management
- Ratelog - Movie tracker and rating app (alternative to Letterboxd). (Source Code (⭐13))
AGPL-3.0Docker
Software / Media Streaming - Audio Streaming
- musikcube (⭐4.8k) - Streaming audio server with Linux/macOS/Windows/Android clients.
BSD-3-ClauseC++/deb
Software / Video Surveillance
- Bluecherry (⭐274) - Closed-circuit television (CCTV) software application which supports IP and Analog cameras.
GPL-2.0PHP
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.
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.
Utilities / General Tools
- Nifro (⭐1) - Turn websites into configurable desktop wallpapers, with separate views for each display.
19. Awesome Rust
Applications / Utilities
- rleeon/hoard (⭐83) - Game save backup and sync system with auto-detection, versioned snapshots, and self-hosted storage.
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.
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.
- Next: Aug 26, 2026
Top 50 Awesome List
- Free Programming Books (English, By Programming Language) - (Source ⭐ 395K 📝 08/29) - 📚 Freely available programming books
- Public Apis - (Source ⭐ 466K 📝 08/27) - A collective list of free APIs
- Awesome Selfhosted - (Source ⭐ 316K 📝 08/27) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Go - (Source ⭐ 182K 📝 08/29) - A curated list of awesome Go frameworks, libraries and software
- Awesome Python - (Source ⭐ 314K 📝 08/23) - The definitive list that answers "I want to do X in Python, which tool should I use?"
- Free for Dev - (Source ⭐ 132K 📝 08/28) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Awesome Mac - (Source ⭐ 112K 📝 08/29) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Awesome Machine Learning - (Source ⭐ 74K 📝 08/27) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Rust - (Source ⭐ 59K 📝 08/29) - A curated list of Rust code and resources.
- Awesome Claude Code - (Source ⭐ 52K 📝 08/27) - A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
- Awesome Cpp - (Source ⭐ 73K 📝 08/22) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Sysadmin - (Source ⭐ 35K 📝 08/29) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome React - (Source ⭐ 74K 📝 08/20) - A collection of awesome things regarding React ecosystem
- Awesome React Native - (Source ⭐ 36K 📝 08/27) - Awesome React Native components, news, tools, and learning material!
- Awesome Datascience - (Source ⭐ 30K 📝 08/27) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Osint - (Source ⭐ 28K 📝 08/26) - 😱 A curated list of amazingly awesome OSINT
- Awesome Neovim - (Source ⭐ 21K 📝 08/28) - Collections of awesome neovim plugins.
- Awesome Zsh Plugins - (Source ⭐ 18K 📝 08/29) - A collection of ZSH frameworks, plugins, themes and tutorials.
- Magictools - (Source ⭐ 17K 📝 08/29) - 🎮 📝 A list of Game Development resources to make magic happen.
- Static Analysis - (Source ⭐ 15K 📝 08/29) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
- Awesome Remote Job - (Source ⭐ 48K 📝 08/17) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Javascript - (Source ⭐ 35K 📝 08/20) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Docker - (Source ⭐ 37K 📝 08/19) - 🐳 A curated list of Docker resources and projects
- Awesome Graphql - (Source ⭐ 15K 📝 08/27) - Awesome list of GraphQL
- Awesome Cli Apps - (Source ⭐ 20K 📝 08/22) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Ddd - (Source ⭐ 12K 📝 08/27) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
- Awesome Nextjs - (Source ⭐ 11K 📝 08/27) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Readme - (Source ⭐ 21K 📝 08/21) - A curated list of awesome READMEs
- Awesome Embedded Rust - (Source ⭐ 8.1K 📝 08/28) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome Fastapi - (Source ⭐ 12K 📝 08/25) - A curated list of awesome things related to FastAPI
- Awesome Microservices - (Source ⭐ 14K 📝 08/21) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Web Security - (Source ⭐ 14K 📝 08/21) - 🐶 A curated list of Web Security materials and resources.
- ALL About RSS - (Source ⭐ 5.9K 📝 08/29) - A list of RSS related stuff: tools, services, communities and tutorials, etc.
- Awesome Talks - (Source ⭐ 6.2K 📝 08/27) - Awesome online talks and screencasts
- Awesome WSL - (Source ⭐ 6.5K 📝 08/26) - Awesome list dedicated to Windows Subsystem for Linux
- Android Security Awesome - (Source ⭐ 9.6K 📝 08/22) - A collection of android security related resources
- Awesome Terraform - (Source ⭐ 6.6K 📝 08/25) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Artificial Intelligence - (Source ⭐ 16K 📝 08/15) - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
- Awesome Tailwindcss - (Source ⭐ 15K 📝 08/15) - 😎 Awesome things related to Tailwind CSS
- Awesome Ci - (Source ⭐ 4.1K 📝 08/27) - The list of continuous integration services and tools
- Awesome Math - (Source ⭐ 16K 📝 08/14) - A curated list of awesome mathematics resources
- Tips - (Source ⭐ 22K 📝 08/10) - Most commonly used git tips and tricks.
- Awesome Falsehood - (Source ⭐ 28K 📝 08/07) - 😱 Falsehoods Programmers Believe in
- Awesome Ruby - (Source ⭐ 14K 📝 08/13) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Webcomponents the Right Way - (Source ⭐ 3.6K 📝 08/27) - A curated list of awesome Web Components resources.
- Awesome Django - (Source ⭐ 11K 📝 08/15) - A curated list of awesome things related to Django
- Awesome Love2d - (Source ⭐ 4.5K 📝 08/24) - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
- Awesome Windows - (Source ⭐ 2.7K 📝 08/27) - An awesome & curated list of tools and apps for Windows 10/11.
- Awesome Testing - (Source ⭐ 2.4K 📝 08/28) - A curated list of testing resources
- Awesome Mongodb - (Source ⭐ 2.7K 📝 08/27) - 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
All Tracked List
Agentic AI
- Awesome Gemini Cli - (Source ⭐ 498, 📝 08/28 ) - A curated list of awesome tools, extensions, and resources for Gemini CLI.
Artificial Intelligence
- Awesome Agents - (Source ⭐ 97, 📝 08/11 ) - A curated list of AI agent platforms, frameworks, protocols, tools, and resources
Back-End Development
- Awesome Cakephp - (Source ⭐ 937, 📝 08/25 ) - A curated list of amazingly awesome CakePHP plugins, resources and shiny things.
- Awesome Cdk - (Source ⭐ 1.6K, 📝 22/06/28 ) - A collection of awesome things related to the AWS Cloud Development Kit (CDK)
- Awesome Dash - (Source ⭐ 2.1K, 📝 24/12/30 ) - A curated list of awesome Dash (plotly) resources
- Awesome Docker - (Source ⭐ 37K, 📝 08/19 ) - 🐳 A curated list of Docker resources and projects
- Awesome Dropwizard - (Source ⭐ 83, 📝 18/10/30 ) -
- Awesome Fastapi - (Source ⭐ 12K, 📝 08/25 ) - A curated list of awesome things related to FastAPI
- Awesome Fiber - (Source ⭐ 832, 📝 08/11 ) - ✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
- Awesome Flask - (Source ⭐ 1.7K, 📝 05/13 ) - A curated list of awesome things related to Flask
- Awesome Iam - (Source ⭐ 2.2K, 📝 06/21 ) - 👤 Identity and Access Management knowledge for cloud platforms
- Awesome Laravel - (Source ⭐ 11K, 📝 20/05/08 ) - A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
- Awesome Laravel Education - (Source ⭐ 356, 📝 19/04/02 ) - A curated list of resources for learning about the Laravel PHP Framework
- Awesome Laravel Filament - (Source ⭐ 5, 📝 03/19 ) - A list for the topic laravel and filament
- Awesome Lumen - (Source ⭐ 318, 📝 20/06/11 ) - 👓 📚 Curated list of awesome resources: books, videos, articles about using Lumen (PHP Microframework by Laravel)
- Awesome Phalcon - (Source ⭐ 606, 📝 23/07/17 ) - A curated list of awesome Phalcon libraries and resources
- Awesome Play1 - (Source ⭐ 39, 📝 15/08/07 ) - A collection of modules, tools and resources for play1
- Awesome Pyramid - (Source ⭐ 530, 📝 21/07/08 ) - A curated list of awesome Pyramid apps, projects and resources.
- Awesome Rails - (Source ⭐ 3.9K, 📝 08/17 ) - A curated list of awesome things related to Ruby on Rails
- Awesome Rails Gem - (Source ⭐ 2.8K, 📝 18/03/13 ) - A collection of awesome Ruby Gems for Rails development.
- Awesome Serverless - (Source ⭐ 2.1K, 📝 19/05/23 ) - DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
- Awesome Slim - (Source ⭐ 10, 📝 22/09/03 ) - A curated list of awesome Slim framework packages and resources.
- Awesome Symfony - (Source ⭐ 1.5K, 📝 22/12/04 ) - A list of awesome Symfony bundles, utilities and resources.
- Awesome Symfony Education - (Source ⭐ 316, 📝 19/02/23 ) - Useful sources around Symfony - articles, series and books (not Bundles)
- Awesome Tall Stack - (Source ⭐ 748, 📝 22/02/03 ) - A curated list of awesome things related to the TALL stack.
- Awesome Terraform - (Source ⭐ 6.6K, 📝 08/25 ) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Vagrant - (Source ⭐ 563, 📝 20/10/07 ) - A curated list of awesome Vagrant resources, plugins, tutorials and other nice things.
- Awesome Vapor - (Source ⭐ 980, 📝 19/10/21 ) - A curated list of Vapor-related awesome projects.
- Awesome Wicket - (Source ⭐ 66, 📝 20/08/16 ) - A curated list of awesome projects powered by Apache Wicket
- Htaccess - (Source ⭐ 13K, 📝 03/06 ) - ✂A collection of useful .htaccess snippets.
- Nginx Resources - (Source ⭐ 3.8K, 📝 07/30 ) - A collection of resources covering Nginx, Nginx + Lua, OpenResty and Tengine
- Vertx Awesome - (Source ⭐ 2.2K, 📝 06/27 ) - A curated list of awesome Vert.x resources, libraries, and other nice things.
Big Data
- Awesome Bigdata - (Source ⭐ 15K, 📝 07/31 ) - A curated list of awesome big data frameworks, ressources and other awesomeness.
- Awesome Data Engineering - (Source ⭐ 8.8K, 📝 07/19 ) - A curated list of data engineering tools for software developers
- Awesome Hadoop - (Source ⭐ 1K, 📝 22/01/24 ) - A curated list of amazingly awesome Hadoop and Hadoop ecosystem resources
- Awesome Qlik - (Source ⭐ 30, 📝 19/11/15 ) - A curated list of awesome Qlik extensions and resources for Qlik Sense and QlikView
- Awesome Spark - (Source ⭐ 1.7K, 📝 24/10/24 ) - A curated list of awesome Apache Spark packages and resources.
- Awesome Splunk - (Source ⭐ 79, 📝 20/09/11 ) - A collection of awesome resources for Splunk
- Awesome Streaming - (Source ⭐ 3K, 📝 08/14 ) - a curated list of awesome streaming frameworks, applications, etc
Books
- Awesome Book Authoring - (Source ⭐ 283, 📝 19/12/06 ) - 📚 A collection of awesome resources for technical book authors
- Awesome Ios Books - (Source ⭐ 714, 📝 08/23 ) - 📚 Directory of iOS books
- ElixirBooks - (Source ⭐ 1.2K, 📝 22/08/14 ) - List of Elixir books
- Free Programming Books (English, By Programming Language) - (Source ⭐ 395K, 📝 08/29 ) - 📚 Freely available programming books
- GoBooks - (Source ⭐ 20K, 📝 02/27 ) - List of Golang books
- Rbooks - (Source ⭐ 192, 📝 17/10/11 ) - A curated list of #rstats books
Business
- Awesome Billing - (Source ⭐ 1.3K, 📝 08/07 ) - 💰 Billing & Payments knowledge for cloud platforms
- Awesome Clean Tech - (Source ⭐ 456, 📝 03/13 ) - A community curated list of awesome clean tech companies
- Awesome Developer First - (Source ⭐ 1.8K, 📝 08/23 ) - A curated list of awesome developer-first tools products.
- Awesome Engineering Team Management - (Source ⭐ 2.6K, 📝 08/07 ) - 👔 How to transition from software development to engineering management
- Awesome Indie - (Source ⭐ 9.5K, 📝 22/01/09 ) - Resources for independent developers to make money
- Awesome Leading and Managing ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Okr - (Source ⭐ 1.4K, 📝 21/09/13 ) - A curated list about OKR (Objective - Key Results)
- Awesome Open Company - (Source ⭐ 907, 📝 24/01/11 ) - A community-curated list of awesome open companies.
- Awesome Social Enterprise - (Source ⭐ 100, 📝 24/12/23 ) - 📗Resources to dive into the world of social enterprises 🌼
- Awesome Wardley Maps - (Source ⭐ 760, 📝 03/07 ) - Wardley maps community hub. Useful Wardley mapping resources
- PlacesToPostYourStartup - (Source ⭐ 6.9K, 📝 02/15 ) - Compiled list of links from "Ask HN: Where can I post my startup to get beta users?"
ChatGPT
- Awesome Chatgpt - (Source ⭐ 1.5K, 📝 70/01/01 ) - Curated list of awesome tools, demos, docs for ChatGPT and GPT-3
- Awesome Chatgpt - (Source ⭐ 536, 📝 23/03/13 ) - Curated list of ChatGPT related resource, tools, prompts, apps / ChatGPT 相關優質資源、工具、應用的精選清單。
- Awesome Chatgpt - (Source ⭐ 557, 📝 23/07/20 ) - Selected ChatGPT demos, tools, articles, and more ✨
- Awesome Chatgpt Prompts - (Source ⭐ 166K, 📝 04/08 ) - f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
- Awesome Langchain - (Source ⭐ 9.5K, 📝 08/11 ) - 😎 Awesome list of tools and projects with the awesome LangChain framework
Computer Science
- Asdf Plugins - (Source ⭐ 1.4K, 📝 23/02/13 ) - Convenience shortname repository for asdf community plugins
- Awesome Ai - (Source ⭐ 10, 📝 06/11 ) - Comprehensive collection of AI/ML tools, frameworks, libraries, and resources. Automatically curated and continuously updated with rich metadata and categorization.
- Awesome Ai in Finance - (Source ⭐ 6.3K, 📝 08/04 ) - 🔬 A curated list of awesome LLMs & deep learning strategies & tools in financial market.
- Awesome Ai Tools - (Source ⭐ 4.1K, 📝 25/11/24 ) - A curated list of Artificial Intelligence Top Tools
- Awesome Cern - (Source ⭐ 109, 📝 03/31 ) - A curated list of awesome open source frameworks, libraries and software developed by CERN for the world
- Awesome Computer Vision - (Source ⭐ 17K, 📝 21/09/28 ) - A curated list of awesome computer vision resources
- Awesome Conversational Ai - (Source ⭐ 51, 📝 22/01/23 ) - A curated list of delightful Conversational AI resources.
- Awesome CoreML Models - (Source ⭐ 6.7K, 📝 25/06/17 ) - Largest list of models for Core ML (for iOS 11+)
- Awesome Courses - (Source ⭐ 43K, 📝 22/11/13 ) - 📚 List of awesome university courses for learning Computer Science!
- Awesome Crypto Papers - (Source ⭐ 1.8K, 📝 24/10/18 ) - A curated list of cryptography papers, articles, tutorials and howtos.
- Awesome Cryptography - (Source ⭐ 6.3K, 📝 25/06/05 ) - A curated list of cryptography resources and links.
- Awesome Datascience - (Source ⭐ 30K, 📝 08/27 ) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Deep Learning - (Source ⭐ 25K, 📝 25/05/26 ) - A curated list of awesome Deep Learning tutorials, projects and communities.
- Awesome Deep Learning Papers - (Source ⭐ 24K, 📝 17/09/22 ) - The most cited deep learning papers
- Awesome Deep Learning Resources - (Source ⭐ 1.5K, 📝 21/08/04 ) - Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
- Awesome Deep Vision - (Source ⭐ 10K, 📝 17/03/13 ) - A curated list of deep learning resources for computer vision
- Awesome Design Patterns - (Source ⭐ 40K, 📝 23/12/06 ) - A curated list of software and architecture related design patterns.
- Awesome Functional Programming - (Source ⭐ 929, 📝 24/04/22 ) - 👽 A curated list of functional programming resources such as blog posts, communities, discussion topics, wikis and more.
- Awesome H2o - (Source ⭐ 345, 📝 23/05/19 ) - A curated list of research, applications and projects built using the H2O Machine Learning platform
- Awesome Information Retrieval - (Source ⭐ 894, 📝 17/10/23 ) - A curated list of awesome information retrieval resources
- Awesome Jax - (Source ⭐ 2K, 📝 01/20 ) - JAX - A curated list of resources https://github.com/google/jax
- Awesome Learn Datascience - (Source ⭐ 637, 📝 24/06/08 ) - 📈 Curated list of resources to help you get started with Data Science
- Awesome Linguistics - (Source ⭐ 430, 📝 25/02/22 ) - A curated list of anything remotely related to linguistics
- Awesome Machine Learning - (Source ⭐ 74K, 📝 08/27 ) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Msr - (Source ⭐ 480, 📝 06/01 ) - A curated repository of software engineering repository mining data sets
- Awesome Nlg - (Source ⭐ 424, 📝 23/09/03 ) - A curated list of resources dedicated to Natural Language Generation (NLG)
- Awesome Qa - (Source ⭐ 706, 📝 21/01/13 ) - 😎 A curated list of the Question Answering (QA)
- Awesome Quantum Computing - (Source ⭐ 2.4K, 📝 23/08/12 ) - A curated list of awesome quantum computing learning and developing resources.
- Awesome Seml - (Source ⭐ 1K, 📝 22/02/11 ) - A curated list of articles that cover the software engineering best practices for building machine learning applications.
- Awesome Spanish Nlp - (Source ⭐ 324, 📝 24/01/09 ) - Curated list of Linguistic Resources for doing NLP & CL on Spanish
- Awesome Tensorflow - (Source ⭐ 18K, 📝 02/09 ) - TensorFlow - A curated list of dedicated resources http://tensorflow.org
- Awesome Tensorflow Js - (Source ⭐ 175, 📝 21/04/04 ) - Awesome TensorFlow.js - A curated list of dedicated resources to master TensorFlow.js
- Awesome Tensorflow Lite - (Source ⭐ 960, 📝 22/02/15 ) - An awesome list of TensorFlow Lite models, samples, tutorials, tools and learning resources.
- Awesome Theoretical Computer Science - (Source ⭐ 1.1K, 📝 25/09/05 ) - Math & CS awesome List, distinguished by proof and logic technique
- Awesome Xai - (Source ⭐ 54, 📝 21/05/04 ) - Awesome Explainable AI (XAI) and Interpretable ML Papers and Resources
- Collective Ai Tools - (Source ⭐ 228, 📝 08/29 ) - Search across curated tools, MCP servers, prompts, skills, and trending repos, one query, every corner of the ecosystem.
- Computer Science - (Source ⭐ 205K, 📝 21/07/23 ) - 🎓 Path to a free self-taught education in Computer Science!
- Machine Learning Tutorials - (Source ⭐ 12K, 📝 21/10/01 ) - machine learning and deep learning tutorials, articles and other resources
- Machine Learning with Ruby - (Source ⭐ 2.1K, 📝 24/12/27 ) - Curated list: Resources for machine learning in Ruby
- Nlp with Ruby - (Source ⭐ 967, 📝 22/08/27 ) - Curated List: Practical Natural Language Processing done in Ruby
- Static Analysis - (Source ⭐ 15K, 📝 08/29 ) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
Content Management Systems
- Awesome - (Source ⭐ 491, 📝 23/02/02 ) - A collection of awesome Craft CMS plugins, articles, resources and shiny things.
- Awesome Directus - (Source ⭐ 551, 📝 24/11/12 ) - A curated list of awesome things related to Directus
- Awesome Drupal - (Source ⭐ 79, 📝 18/07/05 ) - Useful resources for Drupal CMS 💧
- Awesome Plone - (Source ⭐ 76, 📝 05/29 ) - Add-ons and resources for the CMS Plone
- Awesome Refinerycms - (Source ⭐ 29, 📝 16/04/07 ) - A collection of awesome Refinery CMS extensions, resources and shiny things.
- Awesome Silverstripe Cms - (Source ⭐ 47, 📝 23/07/27 ) - Useful resources for Silverstripe CMS and framework
- Awesome Sitecore - (Source ⭐ 79, 📝 25/09/26 ) - Awesome lists of useful Sitecore tools, extensions and GitHub repositories
- Awesome Umbraco - (Source ⭐ 202, 📝 22/08/04 ) - A curated list of awesome Umbraco packages, resources and tools
- Awesome Wagtail - (Source ⭐ 2.2K, 📝 01/18 ) - A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
Data Engineering
- Awesome Sql Playground - (Source ⭐ 1, 📝 25/03/13 ) - A curated list of the best SQL playgrounds and online SQL compilers for practicing and testing SQL queries directly in your browser.
Databases
- Awesome Cassandra - (Source ⭐ 201, 📝 21/11/29 ) - A curated list of the best resources in the Cassandra community.
- Awesome Couchdb - (Source ⭐ 159, 📝 23/05/09 ) - CouchDB - curated meta resources & best practices list
- Awesome Db - (Source ⭐ 1K, 📝 15/11/04 ) - A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/
- Awesome Db Tools - (Source ⭐ 5.1K, 📝 05/21 ) - Everything that makes working with databases easier
- Awesome Hbase - (Source ⭐ 177, 📝 05/18 ) - A curated list of awesome HBase projects and resources.
- Awesome Influxdb - (Source ⭐ 761, 📝 21/11/12 ) - A curated list of awesome projects, libraries, tools, etc. related to InfluxDB
- Awesome Mongodb - (Source ⭐ 2.7K, 📝 08/27 ) - 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
- Awesome Mysql - (Source ⭐ 2.6K, 📝 08/17 ) - A curated list of awesome MySQL software, libraries, tools and resources
- Awesome Neo4j - (Source ⭐ 453, 📝 18/05/21 ) - A curated list of Neo4j resources.
- Awesome Nosql Guides - (Source ⭐ 184, 📝 22/03/29 ) - 💻 Curated list of awesome resources and links about using NoSQL databases
- Awesome Postgres - (Source ⭐ 12K, 📝 05/21 ) - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
- Awesome Rethinkdb - (Source ⭐ 109, 📝 16/05/09 ) - A curated list of awesome RethinkDB resources, libraries, tools and applications
- Awesome Tdengine - (Source ⭐ 43, 📝 23/03/31 ) - 🎉 A curated list of awesome projects related to TDengine
- Awesome Tinkerpop - (Source ⭐ 161, 📝 17/12/08 ) - A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2
- Typedb Awesome - (Source ⭐ 85, 📝 08/11 ) - A curated list of awesome TypeDB frameworks libraries, software and resources.
Decentralized Systems
- Alternative Internet - (Source ⭐ 5.4K, 📝 25/09/15 ) - A collection of interesting new networks and tech aiming at decentralisation (in some form).
- Awesome Algorand - (Source ⭐ 215, 📝 06/30 ) - ⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
- Awesome Bitcoin - (Source ⭐ 1.4K, 📝 08/28 ) - A curated list of bitcoin services and tools for software developers
- Awesome Blockchain Ai - (Source ⭐ 1.1K, 📝 02/07 ) - A curated list of Blockchain projects for Artificial Intelligence and Machine Learning
- Awesome Corda - (Source ⭐ 67, 📝 21/08/10 ) - A curated list of awesome Corda resources
- Awesome Decentralized - (Source ⭐ 1.1K, 📝 01/26 ) - 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
- Awesome Eosio - (Source ⭐ 78, 📝 25/02/06 ) - 😎 A curated list of awesome EOSIO resources for users and developers.
- Awesome Ethereum - (Source ⭐ 227, 📝 22/01/08 ) - A Curated List of Awesome Ethereum Resources
- Awesome Golem - (Source ⭐ 169, 📝 24/01/17 ) - A community-curated list of awesome projects and resources related to the Golem peer-to-peer computational resources marketplace.
- Awesome Mastodon - (Source ⭐ 431, 📝 21/01/10 ) - Curated list of awesome Mastodon-related stuff!
- Awesome Non Financial Blockchain - (Source ⭐ 574, 📝 20/10/12 ) - Curated list of projects that build non-financial applications of blockchain
- Awesome Pleb Projects - (Source ⭐ 4, 📝 23/02/20 ) - A List of Awesome Bitcoin (Pleb) Projects
- Awesome Ripple - (Source ⭐ 169, 📝 21/07/02 ) - A curated list of Ripple resources
- Awesome Stacks Chain - (Source ⭐ 118, 📝 25/12/19 ) - A list of Awesome Stacks related stuff. Stacks, the blockchain using Proof of Transfer
- Awesome Substrate - (Source ⭐ 719, 📝 24/04/21 ) - A curated list of awesome projects and resources related to the Substrate blockchain development framework.
- Awesome Waves - (Source ⭐ 69, 📝 20/10/05 ) - Curated list of awesome things for development on Waves blockchain.
DevOps
- Awesome Kustomize - (Source ⭐ 114, 📝 25/11/24 ) - A curated and collaborative list of awesome Kustomize resources
- Awesome Opentofu - (Source ⭐ 202, 📝 07/25 ) - A curated list of OpenTofu tools, resources, and related projects.
Development Environment
- Awesome Actions - (Source ⭐ 25K, 📝 24/09/02 ) - A curated list of awesome actions to use on GitHub
- Awesome Alfred Workflows - (Source ⭐ 3.1K, 📝 22/11/14 ) - A curated list of awesome alfred workflows
- Awesome Bash - (Source ⭐ 9.8K, 📝 05/21 ) - A curated list of delightful Bash scripts and resources.
- Awesome Browser Extensions for Github - (Source ⭐ 3K, 📝 23/10/24 ) - A collection of awesome browser extensions for GitHub.
- Awesome Ci - (Source ⭐ 4.1K, 📝 08/27 ) - The list of continuous integration services and tools
- Awesome Cli Apps - (Source ⭐ 20K, 📝 08/22 ) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Cli Apps in a Csv - (Source ⭐ 2.6K, 📝 07/30 ) - The largest Awesome Curated list of command line programs (CLI/TUI) with source data organized into CSV files
- Awesome Devenv - (Source ⭐ 2.4K, 📝 22/09/20 ) - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
- Awesome Devtools - (Source ⭐ 366, 📝 23/12/26 ) - 🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
- Awesome Dotfiles - (Source ⭐ 11K, 📝 07/26 ) - A curated list of dotfiles resources.
- Awesome Git - (Source ⭐ 2.9K, 📝 07/07 ) - A curated list of amazingly awesome Git tools, resources and shiny things
- Awesome Git Hooks - (Source ⭐ 1.1K, 📝 02/15 ) - ⚓ A curated list of awesome git hooks
- Awesome Github - (Source ⭐ 726, 📝 21/04/25 ) - A curated list of GitHub's awesomeness
- Awesome Pinned Gists - (Source ⭐ 2K, 📝 25/08/05 ) - 📌✨ A collection of awesome dynamic pinned gists for GitHub
- Awesome Powershell - (Source ⭐ 3.6K, 📝 22/05/28 ) - A curated list of delightful PowerShell modules and resources
- Awesome Qgis - (Source ⭐ 31, 📝 08/27 ) - An awesome list that curates the best QGis frameworks, libraries, tools, plugins, tutorials, articles,resources and more.
- Awesome Shell - (Source ⭐ 30K, 📝 24/02/20 ) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
- Awesome Ssh - (Source ⭐ 2K, 📝 21/09/14 ) - 💻 A curated list of SSH resources.
- Awesome Sysadmin - (Source ⭐ 35K, 📝 08/29 ) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Terminals - (Source ⭐ 2.8K, 📝 07/20 ) - Terminal Emulators
- Awesome Tmux - (Source ⭐ 10K, 📝 08/08 ) - A list of awesome resources for tmux
- Awesome WSL - (Source ⭐ 6.5K, 📝 08/26 ) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Zsh Plugins - (Source ⭐ 18K, 📝 08/29 ) - A collection of ZSH frameworks, plugins, themes and tutorials.
- awsm.fish - (Source ⭐ 4.8K, 📝 01/25 ) - A curation of prompts, plugins & other Fish treasures 🐚💎
- FOSS for Dev - (Source ⭐ 965, 📝 24/02/02 ) - A hub of Free and open-source software for developers
- Git Cheat Sheet - (Source ⭐ 7.1K, 📝 25/07/14 ) - 🐙 git and git flow cheat sheet
- Github Cheat Sheet - (Source ⭐ 43K, 📝 20/02/02 ) - A list of cool features of Git and GitHub.
- Quick Look Plugins - (Source ⭐ 19K, 📝 07/26 ) - List of useful Quick Look plugins for developers
- Terminals Are Sexy - (Source ⭐ 11K, 📝 20/12/13 ) - 💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers.
- Tips - (Source ⭐ 22K, 📝 08/10 ) - Most commonly used git tips and tricks.
Editors
- Awesome Atom - (Source ⭐ 1.9K, 📝 18/12/14 ) - A curated list of delightful Atom packages and resources.
- Awesome Neovim - (Source ⭐ 21K, 📝 08/28 ) - Collections of awesome neovim plugins.
- Awesome Vscode - (Source ⭐ 29K, 📝 06/21 ) - 🎨 A curated list of delightful VS Code packages and resources.
- Awesome_jetbrains_plugins - (Source ⭐ 83, 📝 03/15 ) - This is a list of all top and best plugins for Jetbrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, Rider, CLion, RubyMine, GoLand, RustRover, Aqua, Android Studio).
- Sublime Bookmarks - (Source ⭐ 1K, 📝 24/01/16 ) - Sublime Text essential plugins and resources
- Vim Galore - (Source ⭐ 15K, 📝 18/10/03 ) - 🎓 All things Vim!
Entertainment
- Awesome Fantasy - (Source ⭐ 1.3K, 📝 24/01/23 ) - 🏰 Fantasy literature worth reading
- Awesome Geek Podcasts - (Source ⭐ 627, 📝 03/23 ) - A curated list of podcasts we like to listen to.
- Awesome Newsletters - (Source ⭐ 4.4K, 📝 04/18 ) - A list of amazing Newsletters
- Awesome Scifi - (Source ⭐ 4.7K, 📝 25/12/23 ) - Sci-Fi worth consuming
Events
- Awesome Creative Tech Events - (Source ⭐ 113, 📝 20/02/17 ) - A curated list of awesome creative tech events from around the world
- Awesome Italy Events - (Source ⭐ 145, 📝 21/02/11 ) - Curated list of tech related events in Italy
- Awesome Netherlands Events - (Source ⭐ 61, 📝 18/10/03 ) - 🦄 Curated list of awesome Dutch (tech related) events
Finance
- Awesome Quant - (Source ⭐ 25K, 📝 03/22 ) - A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Front-End Development
- Awesome Angular - (Source ⭐ 9.8K, 📝 70/01/01 ) - 📄 A curated list of awesome Angular resources
- Awesome Ant Design - (Source ⭐ 3.2K, 📝 25/07/29 ) - A curated list of Ant Design resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Ant Design that we keep up-to-date
- Awesome Aurelia - (Source ⭐ 306, 📝 19/10/20 ) - A curated list of amazingly awesome Aurelia libraries.
- Awesome Backbone - (Source ⭐ 403, 📝 16/10/31 ) - A list of resources for backbone.js
- Awesome Blazor - (Source ⭐ 9.4K, 📝 07/25 ) - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
- Awesome Browserify - (Source ⭐ 82, 📝 17/01/04 ) - 🔮 A curated list of awesome Browserify resources, libraries, and tools.
- Awesome Building Blocks for Web Apps - (Source ⭐ 182, 📝 25/11/24 ) - Standalone features to be integrated into web applications
- Awesome Canvas - (Source ⭐ 1.8K, 📝 06/14 ) - A curated list of awesome HTML5 Canvas with examples, related articles and posts.
- Awesome Charting - (Source ⭐ 1.8K, 📝 20/12/23 ) - A curated list of the best charting and dataviz resources that developers may find useful, including the best JavaScript charting libraries
- Awesome Choo - (Source ⭐ 191, 📝 19/01/30 ) - 🌅 Awesome things related with choo framework
- Awesome Chrome Devtools - (Source ⭐ 6.9K, 📝 03/27 ) - Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem
- Awesome Css - (Source ⭐ 5K, 📝 24/10/30 ) - 🎨 A curated contents of amazing CSS :)
- Awesome Css Frameworks - (Source ⭐ 9.4K, 📝 25/04/23 ) - List of awesome CSS frameworks in 2026
- Awesome Cyclejs - (Source ⭐ 826, 📝 20/12/07 ) - A curated list of awesome Cycle.js resources
- Awesome D3 - (Source ⭐ 4.9K, 📝 23/01/14 ) - A list of D3 libraries, plugins and utilities
- Awesome Design - (Source ⭐ 14K, 📝 21/06/14 ) - 🌟 Curated design resources from all over the world.
- Awesome Design Systems - (Source ⭐ 24K, 📝 04/29 ) - 💅🏻 ⚒ A collection of awesome design systems
- Awesome Design Systems - (Source ⭐ 886, 📝 08/27 ) - 📒 A curated list of bookmarks, resources and articles about design systems focused on developers.
- Awesome Dojo - (Source ⭐ 75, 📝 18/10/30 ) - A curated list of awesome Dojo JavaScript Toolkit libraries, resources and other shiny things.
- Awesome Draft Js - (Source ⭐ 2.5K, 📝 20/02/18 ) - Awesome list of Draft.js resources
- Awesome Emails - (Source ⭐ 2.4K, 📝 24/10/04 ) - ✉️ An awesome list of resources to build better emails.
- Awesome Ember - (Source ⭐ 191, 📝 24/07/30 ) - A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
- Awesome Flexbox - (Source ⭐ 1.1K, 📝 19/09/27 ) - 👓 A curated list of CSS Flexible Box Layout Module or only Flexbox.
- Awesome Html5 - (Source ⭐ 2.1K, 📝 19/11/29 ) - 📝 A curated list of awesome HTML5 resources
- Awesome Inertiajs - (Source ⭐ 254, 📝 06/15 ) - A curated list of awesome Inertia.js resources
- Awesome Ionic - (Source ⭐ 843, 📝 24/08/14 ) - An "awesome" list of Ionic resources
- Awesome Jamstack - (Source ⭐ 1.4K, 📝 08/17 ) - Carefully curated list of awesome Jamstack resources
- Awesome Jquery - (Source ⭐ 969, 📝 01/02 ) - A curated list of awesome jQuery plugins, resources and other shiny things.
- Awesome Js Tooling in Rust - (Source ⭐ 421, 📝 24/12/28 ) - A curated list of JavaScript tooling written in Rust
- Awesome Knockout - (Source ⭐ 91, 📝 16/05/06 ) - A curated list of awesome plugins for Knockout
- Awesome Less - (Source ⭐ 52, 📝 17/05/10 ) - 😎 A curated list of awesome {Less}
- Awesome Lit - (Source ⭐ 1.7K, 📝 08/18 ) - A curated list of awesome Lit resources.
- Awesome Marionette - (Source ⭐ 154, 📝 17/01/01 ) - A list of resources for marionette.js
- Awesome Material - (Source ⭐ 656, 📝 08/21 ) - A curated list of Google's material design libraries for different frameworks.
- Awesome Material Ui - (Source ⭐ 219, 📝 24/08/28 ) - A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date
- Awesome Mdbootstrap - (Source ⭐ 42, 📝 24/04/11 ) - A curated list of awesome things related to MDBootstrap
- Awesome Meteor - (Source ⭐ 1.4K, 📝 21/09/07 ) - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
- Awesome Mobile Web Development - (Source ⭐ 1.1K, 📝 21/04/14 ) - All that you need to create a great mobile web experience
- Awesome Nextjs - (Source ⭐ 11K, 📝 08/27 ) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Pagespeed Metrics - (Source ⭐ 656, 📝 21/02/02 ) - ⚡Metrics to help understand page speed and user experience
- Awesome Polymer - (Source ⭐ 393, 📝 18/01/20 ) - A collection of awesome Polymer resources.
- Awesome Preact - (Source ⭐ 1K, 📝 08/06 ) - A curated list of amazingly awesome things regarding Preact ecosystem 🌟
- Awesome Progressive Web Apps - (Source ⭐ 1.5K, 📝 17/11/24 ) - 🌅 A collection of awesome resources for building progressive web apps
- Awesome React - (Source ⭐ 74K, 📝 08/20 ) - A collection of awesome things regarding React ecosystem
- Awesome React Components - (Source ⭐ 47K, 📝 02/08 ) - Curated List of React Components & Libraries.
- Awesome React Hooks - (Source ⭐ 1.1K, 📝 19/05/27 ) - A curated list about React Hooks
- Awesome Redux - (Source ⭐ 363, 📝 17/01/27 ) - Catalog of Redux Libraries & Learning Material
- Awesome Relay - (Source ⭐ 257, 📝 17/01/09 ) - Awesome resources for Relay
- Awesome Sass - (Source ⭐ 1.8K, 📝 20/11/07 ) - 🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources.
- Awesome Seed Rs - (Source ⭐ 218, 📝 25/01/11 ) - A curated list of awesome things related to Seed
- Awesome Service Workers - (Source ⭐ 1.6K, 📝 18/10/30 ) - 🔩 A collection of awesome resources for learning Service Workers
- Awesome Static Website Services - (Source ⭐ 2K, 📝 02/09 ) - 📄 🛠 A curated list of awesome static websites services
- Awesome Storybook - (Source ⭐ 394, 📝 25/07/14 ) - A collection of awesome resources about @storybookjs ecosystem 🎨
- Awesome Svelte - (Source ⭐ 2.1K, 📝 05/31 ) - ⚡ A curated list of awesome Svelte resources
- Awesome Tailwindcss - (Source ⭐ 15K, 📝 08/15 ) - 😎 Awesome things related to Tailwind CSS
- Awesome Text Editing - (Source ⭐ 245, 📝 20/06/18 ) - Collection of text editing resources and libraries for the web
- Awesome Typescript - (Source ⭐ 5.1K, 📝 02/09 ) - A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript
- Awesome Vite - (Source ⭐ 17K, 📝 02/08 ) - ⚡️ A curated list of awesome things related to Vite.js
- Awesome Vue - (Source ⭐ 74K, 📝 07/24 ) - 🎉 A curated list of awesome things related to Vue.js
- Awesome Web Animation - (Source ⭐ 1.1K, 📝 21/09/16 ) - A list of awesome web animation libraries, books, apps etc.
- Awesome Web Performance Budget - (Source ⭐ 131, 📝 08/25 ) - ⚡️Articles, Websites, Tools and Case Studies to implement performance budget to a website. (PR 's welcomed)
- Awesome Webaudio - (Source ⭐ 1.4K, 📝 06/05 ) - A curated list of awesome WebAudio packages and resources.
- Awesome Webgl - (Source ⭐ 1.5K, 📝 04/02 ) - A curated list of awesome WebGL libraries, resources and much more
- Awesome Wordpress Gatsby - (Source ⭐ 247, 📝 21/05/02 ) - An awesome list of resources about WordPress as a headless CMS with Gatsby
- Awesome Wpo - (Source ⭐ 9K, 📝 07/28 ) - A curated list of Web Performance Optimization.
- Awesome Yew - (Source ⭐ 1.6K, 📝 02/28 ) - 😎 A curated list of awesome things related to Yew / WebAssembly.
- BEM Resources - (Source ⭐ 482, 📝 23/04/07 ) - Just a repo full of BEM resources
- Critical Path Css Tools - (Source ⭐ 1.1K, 📝 16/01/20 ) - Tools to prioritize above-the-fold (critical-path) CSS
- Css Protips - (Source ⭐ 30K, 📝 21/01/05 ) - A collection of tips to help take your CSS skills pro. 🕹
- Es6 Tools - (Source ⭐ 3.9K, 📝 16/08/29 ) - An aggregation of tooling for using ES6 today
- Inspire - (Source ⭐ 1.1K, 📝 23/02/09 ) - Collection of frontend dev and web design links 💡
- Jquery Tips Everyone Should Know - (Source ⭐ 4.3K, 📝 17/06/22 ) - A collection of tips to help up your jQuery game 🎮
- Motion Ui Design - (Source ⭐ 888, 📝 05/16 ) - Resources for inspiration, lists of software, libraries and other stuff related to Motion UI design, animations and transitions.
- Progressive Enhancement Resources - (Source ⭐ 102, 📝 23/02/19 ) - Resources on Progressive Enhancement. From concept and strategies to feature detection & testing methods. Complete with a list of (code) examples.
- Scalable Css Reading List - (Source ⭐ 1.5K, 📝 16/12/03 ) - Collected dispatches from The Quest for Scalable CSS
- Tools - (Source ⭐ 1.3K, 📝 07/28 ) - Tools Online
- Typography - (Source ⭐ 708, 📝 08/10 ) - A collection of web typography resources
- Web Development Resources - (Source ⭐ 7.4K, 📝 70/01/01 ) - Awesome Web Development Resources.
- Webcomponents the Right Way - (Source ⭐ 3.6K, 📝 08/27 ) - A curated list of awesome Web Components resources.
GPT-3
Gaming
- Awesome Chess - (Source ⭐ 264, 📝 17/06/20 ) - Chess!
- Awesome Chip 8 - (Source ⭐ 92, 📝 22/12/27 ) - List of CHIP-8 resources
- Awesome Construct - (Source ⭐ 83, 📝 25/07/14 ) - A curated list of tools, tutorials, examples, and much more, for the awesome game development engines Construct 2 and Construct 3
- Awesome Discord Communities - (Source ⭐ 3.4K, 📝 25/11/24 ) - A curated list of awesome Discord communities for programmers
- Awesome Esports - (Source ⭐ 45, 📝 23/09/23 ) - A curated list of open-source projects related to esports.
- Awesome Flame - (Source ⭐ 1.4K, 📝 07/02 ) - An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.
- Awesome Game Engine Dev - (Source ⭐ 1.4K, 📝 08/18 ) - Awesome list of resources for Game Engine Development.
- Awesome Game Remakes - (Source ⭐ 1.4K, 📝 08/18 ) - Actively maintained open-source game remakes.
- Awesome Games of Coding - (Source ⭐ 2.1K, 📝 03/25 ) - A curated list of games that can teach you how to learn a programming language.
- Awesome Gametalks - (Source ⭐ 919, 📝 16/07/07 ) - 💬 A curated list of gaming talks (development, design, etc)
- Awesome Gbdev - (Source ⭐ 4.4K, 📝 06/09 ) - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
- Awesome Gideros - (Source ⭐ 23, 📝 19/10/07 ) - A curated list of awesome Gideros resources, classes and tips.
- Awesome Godot - (Source ⭐ 10K, 📝 07/09 ) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Awesome Haxe Gamedev - (Source ⭐ 355, 📝 23/11/18 ) - Resources for game development on haxe
- Awesome Ironsworn - (Source ⭐ 189, 📝 07/29 ) - An awesome list of awesome Ironsworn projects
- Awesome Libgdx - (Source ⭐ 1K, 📝 24/12/04 ) - 🎮 📝 A curated list of libGDX resources to help developers make awesome games.
- Awesome Love2d - (Source ⭐ 4.5K, 📝 08/24 ) - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
- Awesome Minecraft - (Source ⭐ 559, 📝 25/11/24 ) - 📝 The curated list of awesome things related to Minecraft.
- Awesome Open Source Games - (Source ⭐ 3K, 📝 08/15 ) - Collection of Games that have the source code available on GitHub
- Awesome PICO 8 - (Source ⭐ 3.1K, 📝 07/28 ) - A curated list of awesome PICO-8 resources, carts, tools and more
- Awesome Playcanvas - (Source ⭐ 478, 📝 08/23 ) - A curated list of awesome PlayCanvas assets, resources, and more.
- Awesome Unity - (Source ⭐ 6.7K, 📝 21/04/26 ) - A curated list of awesome Unity assets, resources, and more.
- Game Datasets - (Source ⭐ 1.1K, 📝 08/08 ) - 🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
- Magictools - (Source ⭐ 17K, 📝 08/29 ) - 🎮 📝 A list of Game Development resources to make magic happen.
Hardware
- Awesome Beacon - (Source ⭐ 841, 📝 19/05/03 ) - A curated list of awesome Bluetooth beacon software and tools.
- Awesome Electronics - (Source ⭐ 7.1K, 📝 01/06 ) - A curated list of awesome resources for Electronic Engineers and hobbyists
- Awesome Iot - (Source ⭐ 4.4K, 📝 08/10 ) - 🤖 A curated list of awesome Internet of Things projects and resources.
- Awesome Lidar - (Source ⭐ 1.2K, 📝 03/16 ) - 😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
- Awesome Open Hardware - (Source ⭐ 1K, 📝 08/27 ) - 🛠Helpful items for making open source hardware projects.
- Awesome Plotters - (Source ⭐ 1.3K, 📝 25/12/04 ) - A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
- Awesome Robotic Tooling - (Source ⭐ 2.5K, 📝 23/04/30 ) - Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
- Awesome Robotics - (Source ⭐ 4.2K, 📝 24/09/23 ) - A list of awesome Robotics resources
- Guitarspecs - (Source ⭐ 197, 📝 20/12/27 ) - Overview of the electric guitar's parts specs
Health and Social Science
- Awesome Animal Care - (Source ⭐ 18, 📝 07/20 ) - List of curated, practical information resources to care for dogs, cats, fishes, horses, parrots and others.
- Awesome Bioie - (Source ⭐ 437, 📝 05/26 ) - 🧫 A curated list of resources relevant to doing Biomedical Information Extraction (including BioNLP)
- Awesome Computational Neuroscience - (Source ⭐ 702, 📝 24/08/03 ) - A list of schools and researchers in computational neuroscience
- Awesome Digital History - (Source ⭐ 349, 📝 08/17 ) - Find primary sources online and learn how to research history digitally.
- Awesome Diversity - (Source ⭐ 572, 📝 21/06/21 ) - A curated list of amazingly awesome articles, websites and resources about diversity in technology.
- Awesome Healthcare - (Source ⭐ 3.8K, 📝 05/05 ) - Curated list of awesome open source healthcare software, libraries, tools and resources.
- Awesome Humane Tech - (Source ⭐ 2.8K, 📝 70/01/01 ) - Promoting Solutions that Improve Wellbeing, Freedom and Society
- Awesome Mental Health - (Source ⭐ 3.2K, 📝 25/05/03 ) - A curated list of awesome articles, websites and resources about mental health in the software industry.
- Awesome Neuroscience - (Source ⭐ 1.3K, 📝 23/01/01 ) - A curated list of awesome neuroscience libraries, software and any content related to the domain.
- Empathy in Engineering - (Source ⭐ 487, 📝 16/07/29 ) - A curated list of resources for building and promoting more compassionate engineering cultures
LLM
- Awesome Azure Openai Llm - (Source ⭐ 407, 📝 07/17 ) - A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.
- Awesome Claude Code - (Source ⭐ 52K, 📝 08/27 ) - A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
- Awesome Firebase Genkit - (Source ⭐ 119, 📝 04/29 ) - 🔥 List of Genkit talks, plugins, tools, examples & articles! Contributions welcome!
Learn
- Awesome Computer History - (Source ⭐ 2.3K, 📝 18/09/30 ) - An Awesome List of computer history videos, documentaries and related folklore
- Awesome Css Learning - (Source ⭐ 2.4K, 📝 22/08/09 ) - A tiny list limited to the best CSS Learning Resources
- Awesome Educational Games - (Source ⭐ 667, 📝 21/10/10 ) - A curated list of awesome educational games to learn editors, languages, programming, etc
- Awesome Javascript Learning - (Source ⭐ 5.4K, 📝 24/11/19 ) - A tiny list limited to the best JavaScript Learning Resources
- Awesome Language Learning - (Source ⭐ 47, 📝 25/05/27 ) - Awesome resources for learning languages
- Awesome Product Management - (Source ⭐ 2K, 📝 25/11/24 ) - 🚀 A curated list of awesome resources for product/program managers to learn and grow.
- Awesome Programming for Kids - (Source ⭐ 1.1K, 📝 24/11/15 ) - A curated list of resources for teaching kids programming.
- Awesome Roadmaps - (Source ⭐ 7.2K, 📝 08/03 ) - A curated list of roadmaps.
- Awesome Speaking - (Source ⭐ 1.5K, 📝 23/11/21 ) - Resources about public speaking
- Awesome Tech Videos - (Source ⭐ 579, 📝 16/10/12 ) - 📺 A curated list of tech conferences from youtube, vimeo, etc for us to get inspired ;)
- Dive Into Machine Learning - (Source ⭐ 11K, 📝 22/06/17 ) - Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
- Learn to Program - (Source ⭐ 4.3K, 📝 24/10/12 ) - Educational resources to learn to program (Foundation in Web Development)
Library systems
- Awesome Ai4lam - (Source ⭐ 45, 📝 24/07/07 ) - A list of awesome AI in libraries, archives, and museum collections from around the world 🕶️
Media
- Awesome Audio Visualization - (Source ⭐ 5.1K, 📝 08/14 ) - A curated list about Audio Visualization.
- Awesome Audiovisual - (Source ⭐ 263, 📝 07/22 ) - Curated list of audiovisual projects
- Awesome Broadcasting - (Source ⭐ 1.7K, 📝 04/29 ) - A curated list of amazingly awesome open source resources related to broadcast technologies
- Awesome Ffmpeg - (Source ⭐ 1.2K, 📝 08/24 ) - 👻 A curated list of awesome FFmpeg resources.
- Awesome Fonts - (Source ⭐ 2K, 📝 07/26 ) - Curated list of fonts and everything
- Awesome Gif - (Source ⭐ 680, 📝 03/13 ) - A curated list of awesome GIF resources.
- Awesome Icons - (Source ⭐ 996, 📝 07/20 ) - A curated list of awesome downloadable SVG/PNG/Font icon projects
- Awesome Music - (Source ⭐ 2.4K, 📝 05/28 ) - Awesome Music Projects
- Awesome Opensource Documents - (Source ⭐ 2.1K, 📝 25/11/24 ) - 📘 A curated list of awesome open source or open source licensed documents, guides, books.
- Awesome Pixel Art - (Source ⭐ 1.2K, 📝 08/06 ) - Curated list of everything awesome around pixel art.
- Awesome Stock Resources - (Source ⭐ 14K, 📝 02/12 ) - 🌇 A collection of links for free stock photography, video and Illustration websites
- Awesome Vlc - (Source ⭐ 263, 📝 03/18 ) - 👻 A curated list of awesome VLC and LibVLC resources.
- Codeface - (Source ⭐ 5.8K, 📝 17/09/16 ) - Typefaces for source code beautification
Miscellaneous
- Ai Collection - (Source ⭐ 5.6K, 📝 70/01/01 ) - The Generative AI Landscape - A Collection of Awesome Generative AI Applications
- ALL About RSS - (Source ⭐ 5.9K, 📝 08/29 ) - A list of RSS related stuff: tools, services, communities and tutorials, etc.
- Alternative Front Ends - (Source ⭐ 4.5K, 📝 23/07/20 ) - Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
- Amas - (Source ⭐ 1.4K, 📝 24/09/08 ) - Awesome & Marvelous Amas
- Awesome Acg - (Source ⭐ 1.5K, 📝 07/15 ) - A curated list of awesome technologies related to Anime, Comic and Games
- Awesome ad Free - (Source ⭐ 334, 📝 22/06/12 ) - Curated list of ad-free alternatives to popular services on the web
- Awesome Ads - (Source ⭐ 75, 📝 20/10/12 ) - A curated list of awesome advertising content, resources and libraries.
- Awesome Age - (Source ⭐ 588, 📝 06/21 ) - A collection of projects and resources in the age file encryption ecosystem.
- Awesome Agriculture - (Source ⭐ 1.6K, 📝 01/06 ) - Open source technology for agriculture, farming, and gardening
- Awesome Algorithms Education - (Source ⭐ 436, 📝 20/10/11 ) - A curated list to learning and practicing about algorithm.
- Awesome Amazon Seller - (Source ⭐ 431, 📝 08/25 ) - A curated list of tools and resources for Amazon sellers.
- Awesome Analytics - (Source ⭐ 4.2K, 📝 02/14 ) - A curated list of analytics frameworks, software and other tools.
- Awesome Android Ui - (Source ⭐ 44K, 📝 22/08/18 ) - A curated list of awesome Android UI/UX libraries
- Awesome Ansible - (Source ⭐ 1.9K, 📝 08/24 ) - Awesome Ansible List
- Awesome Answers - (Source ⭐ 719, 📝 16/08/24 ) - Curated list of inspiring and thoughtful answers given on stackoverflow, quora, etc.
- Awesome Appsec - (Source ⭐ 6.4K, 📝 25/02/23 ) - A curated list of resources for learning about application security
- Awesome Bioinformatics - (Source ⭐ 3.9K, 📝 04/08 ) - A curated list of awesome Bioinformatics libraries and software.
- Awesome Biological Visualizations - (Source ⭐ 241, 📝 08/07 ) - A list of web-based interactive biological data visualizations.
- Awesome Bitcoin Payment Processors - (Source ⭐ 487, 📝 25/03/21 ) - 🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
- Awesome Board Games - (Source ⭐ 346, 📝 25/11/24 ) - A curated list of awesome and exceptional board games. Please contribute!
- Awesome Build123d - (Source ⭐ 93, 📝 07/28 ) - A curated list of Build123d code and resources.
- Awesome Calculators - (Source ⭐ 109, 📝 20/10/22 ) - 😎 A curated list of resources related to calculators!
- Awesome Captcha - (Source ⭐ 1.1K, 📝 23/10/04 ) - 🔑 Curated list of awesome captcha libraries and crack tools.
- Awesome Chatops - (Source ⭐ 782, 📝 21/10/14 ) - 🤖 A collection of awesome things about ChatOps – managing operations through a chat
- Awesome Cheminformatics - (Source ⭐ 625, 📝 24/03/15 ) - A curated list of Cheminformatics libraries and software.
- Awesome Ciandcd - (Source ⭐ 2K, 📝 22/07/25 ) - continuous integration and continuous delivery
- Awesome Codepoints - (Source ⭐ 754, 📝 24/04/21 ) - Awesome Code Points
- Awesome Coins - (Source ⭐ 3.6K, 📝 21/12/07 ) - ₿ A guide (for humans!) to cryto-currencies and their algos.
- Awesome Competitive Programming - (Source ⭐ 13K, 📝 24/12/08 ) - 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
- Awesome Computational Biology - (Source ⭐ 152, 📝 08/15 ) - Awesome list of computational biology.
- Awesome Connectivity Info - (Source ⭐ 152, 📝 25/11/24 ) - Awesome list of connectivity indexes and reports to help you better under who has access to communication infrastructure and on what terms.
- Awesome Creative Coding - (Source ⭐ 15K, 📝 06/10 ) - Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
- Awesome Creative Technology - (Source ⭐ 605, 📝 04/18 ) - Curated list of Creative Technology groups, companies, studios, collectives, etc.
- Awesome Credit Modeling - (Source ⭐ 104, 📝 24/02/02 ) - A collection of awesome papers, articles and various resources on credit and credit risk modeling
- Awesome Cropsteering - (Source ⭐ 12, 📝 08/21 ) - Curated by IXYZ list of OpenSource projects in indoor/outdoor agriculture automation, crop steering and cannabis cultivation
- Awesome Cytodata - (Source ⭐ 64, 📝 23/11/16 ) - A curated list of awesome cytodata resources
- Awesome Dataviz - (Source ⭐ 3.1K, 📝 22/02/17 ) - 📈 A curated list of awesome data visualization libraries and resources.
- Awesome Ddd - (Source ⭐ 12K, 📝 08/27 ) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
- Awesome Design Principles - (Source ⭐ 446, 📝 21/01/09 ) - ✨ A curated list of awesome design principles
- Awesome Dev Fun - (Source ⭐ 658, 📝 08/28 ) - A curated list of awesome fun libs/packages/languages that have no real purpose but to make a developer chuckle.
- Awesome Distraction Blocker - (Source ⭐ 11, 📝 24/03/11 ) - A curated list of top productivity distraction blocker apps
- Awesome Dtrace - (Source ⭐ 141, 📝 17/07/21 ) - A curated list of awesome DTrace books, articles, videos, tools and resources.
- Awesome Earth - (Source ⭐ 1.4K, 📝 25/11/24 ) - "What can I do about the climate crisis?" Here are 326 things you can do.
- Awesome Economics - (Source ⭐ 1K, 📝 23/03/14 ) - A curated collection of links for economists
- Awesome Esolangs - (Source ⭐ 576, 📝 03/17 ) - Curated list of awesome Esoteric languages and resources
- Awesome Falsehood - (Source ⭐ 28K, 📝 08/07 ) - 😱 Falsehoods Programmers Believe in
- Awesome Flutter - (Source ⭐ 60K, 📝 04/22 ) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
- Awesome Food - (Source ⭐ 221, 📝 03/17 ) - A curated list of food related projects on Github
- Awesome for Beginners - (Source ⭐ 88K, 📝 04/11 ) - A list of awesome beginners-friendly projects.
- Awesome Foss Apps - (Source ⭐ 296, 📝 24/08/07 ) - A curated list of awesome production grade free and open source software organized by category
- Awesome Framer - (Source ⭐ 614, 📝 03/22 ) - A curated list of awesome things related to Framer prototyping tool
- Awesome Frc - (Source ⭐ 93, 📝 23/07/23 ) - A curated list of packages and resources regarding the FIRST Robotics Competition.
- Awesome Free Software - (Source ⭐ 1.9K, 📝 25/04/30 ) - Curated list of open-source, free as in freedom software.
- Awesome Funny Markov - (Source ⭐ 186, 📝 22/09/13 ) - A curated list of delightfully amusing and facetious Markov chain output.
- Awesome Generative Deep Art - (Source ⭐ 3.3K, 📝 25/12/18 ) - A curated list of Generative AI tools, works, models, and references
- Awesome Geojson - (Source ⭐ 2.5K, 📝 02/08 ) - GeoJSON utilities that will make your life easier.
- Awesome Git Addons - (Source ⭐ 1.9K, 📝 24/10/04 ) - 😎 A curated list of add-ons that extend/enhance the git CLI.
- Awesome Github Wiki - (Source ⭐ 462, 📝 05/26 ) - :neckbeard: Awesome list GitHub Wikis
- Awesome Glp1 - (Source ⭐ 0, 📝 24/02/20 ) - Awesome resources around the GLP1 Receptor Agonist class of treatments. Sponsored by GLP1.Guide
- Awesome Graphql - (Source ⭐ 15K, 📝 08/27 ) - Awesome list of GraphQL
- Awesome Gulp - (Source ⭐ 593, 📝 18/08/20 ) - 🍹 A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp
- Awesome Hacker News - (Source ⭐ 1.4K, 📝 07/28 ) - Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.
- Awesome Hacking - (Source ⭐ 117K, 📝 04/24 ) - A collection of various awesome lists for hackers, pentesters and security researchers
- Awesome Homematic - (Source ⭐ 157, 📝 21/01/16 ) - A curated list of Homematic related links ✨
- Awesome Icons - (Source ⭐ 1.6K, 📝 08/11 ) - A curated list of awesome Web Font Icons
- Awesome Inspectit - (Source ⭐ 22, 📝 17/11/21 ) - A curated list of awesome inspectIT documentations and resources.
- Awesome Irc - (Source ⭐ 1.3K, 📝 08/12 ) - A curated list of awesome IRC resources.
- Awesome It Quotes - (Source ⭐ 440, 📝 21/01/26 ) - This is a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
- Awesome Json - (Source ⭐ 1.5K, 📝 06/19 ) - A curated list of awesome JSON libraries and resources.
- Awesome Json Datasets - (Source ⭐ 3.6K, 📝 22/03/28 ) - A curated list of awesome JSON datasets that don't require authentication.
- Awesome Jupyter - (Source ⭐ 4.6K, 📝 03/26 ) - A curated list of awesome Jupyter projects, libraries and resources
- Awesome Katas - (Source ⭐ 3.1K, 📝 07/17 ) - A curated list of code katas
- Awesome Kotlin ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Kubernetes - (Source ⭐ 15K, 📝 24/11/13 ) - A curated list for awesome kubernetes sources 🚢🎉
- Awesome LaTeX - (Source ⭐ 1.7K, 📝 08/05 ) - Curated list of LaTeX awesomeness
- Awesome Ledger - (Source ⭐ 126, 📝 18/04/25 ) - ⭐ Useful resources for the Ledger command-line accounting system
- Awesome List - (Source ⭐ 497K, 📝 06/25 ) - 😎 Awesome lists about all kinds of interesting topics
- Awesome Lowcode - (Source ⭐ 586, 📝 08/27 ) - A collection of Awesome low-code development platform (LCDP).
- Awesome Macos Screensavers - (Source ⭐ 4.2K, 📝 25/11/24 ) - 🍎 🖥 🎆 A curated list of screensavers for Mac OS X
- Awesome Magento2 - (Source ⭐ 1.2K, 📝 07/29 ) - Curated list of awesome Magento 2 Extensions, Resources and other Highlights
- Awesome Maintainers - (Source ⭐ 1.1K, 📝 21/08/14 ) - Talks, blog posts, and interviews about the experience of being an open source maintainer
- Awesome Markdown - (Source ⭐ 668, 📝 22/05/26 ) - 📝 Delightful Markdown stuff.
- Awesome Marketing - (Source ⭐ 414, 📝 07/27 ) - A curated list of awesome marketing tools and resources
- Awesome Microservices - (Source ⭐ 14K, 📝 08/21 ) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Mirth - (Source ⭐ 7, 📝 25/01/22 ) - List of Mirth talks, tools, examples & articles! Contributions welcome!
- Awesome Mqtt - (Source ⭐ 2.4K, 📝 08/23 ) - Curated list of MQTT brokers, clients, tools, resources and more.
- Awesome Naming - (Source ⭐ 1.4K, 📝 06/16 ) - A curated list for when naming things is done right.
- Awesome No Login Web Apps - (Source ⭐ 2.2K, 📝 23/06/16 ) - 🚀 Awesome (free) web apps that work without login
- Awesome Open Source Supporters - (Source ⭐ 674, 📝 24/05/15 ) - ⭐️ A curated list of companies that offer their services for free to Open Source projects
- Awesome Opengl - (Source ⭐ 2.4K, 📝 02/08 ) - A curated list of awesome OpenGL libraries, debuggers and resources.
- Awesome Opensource Apps - (Source ⭐ 3.9K, 📝 03/04 ) - 🏠ℹ️ Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!
- Awesome OpenSourcePhotography - (Source ⭐ 413, 📝 22/03/20 ) - A list of awesome free open source software & libraries for photography. Also tools for video.
- Awesome Openstreetmap - (Source ⭐ 873, 📝 02/24 ) - 😎 Curated list of awesome OpenSteetMap-projects
- Awesome Orgs - (Source ⭐ 19, 📝 24/04/10 ) - 🥰 List of awesome GitHub organizations
- Awesome Parasite - (Source ⭐ 58, 📝 24/08/18 ) - A curated list of host-parasite information
- Awesome Pokemon - (Source ⭐ 599, 📝 24/11/12 ) - 🎮 A curated list of awesome Pokémon & Pokémon Go resources, tools and more.
- Awesome Prisma - (Source ⭐ 593, 📝 24/05/23 ) - A collection of awesome things regarding Prisma ecosystem.
- Awesome Product Design - (Source ⭐ 2.5K, 📝 24/03/21 ) - A collection of bookmarks, resources, articles for product designers.
- Awesome Project Management - (Source ⭐ 6, 📝 24/05/22 ) - a curated list of project management tools and things
- Awesome Projects Boilerplates - (Source ⭐ 1.1K, 📝 23/04/02 ) - Boilerplates for mobile and web apps
- Awesome Prometheus - (Source ⭐ 1.6K, 📝 24/07/31 ) - A curated list of awesome Prometheus resources, projects and tools.
- Awesome Qr Code - (Source ⭐ 139, 📝 02/14 ) - A curated list of awesome QR code libraries, software and resources
- Awesome Quantified Self - (Source ⭐ 2.7K, 📝 07/06 ) - 📊 Websites, Resources, Devices, Wearables, Applications, and Platforms for Self Tracking
- Awesome Qubes OS - (Source ⭐ 144, 📝 05/06 ) - A curated list of awesome qubes os links
- Awesome Radio - (Source ⭐ 191, 📝 18/06/01 ) - Awesome radio stuff
- Awesome Readme - (Source ⭐ 21K, 📝 08/21 ) - A curated list of awesome READMEs
- Awesome Research - (Source ⭐ 2.6K, 📝 05/19 ) - 🌱 a curated list of tools to help you with your research/life; I built a front end around this repo, please use the link below [This repo is deprecated. Instead, I maintain all the contents using the following website]
- Awesome Rest - (Source ⭐ 3.9K, 📝 04/06 ) - A collaborative list of great resources about RESTful API architecture, development, test, and performance
- Awesome Rss Feeds - (Source ⭐ 2.3K, 📝 21/07/18 ) - Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
- Awesome Saltstack - (Source ⭐ 512, 📝 21/07/08 ) - 🧂 A collaborative curated list of awesome SaltStack resources, tutorials and other salted stuff.
- Awesome Scientific Computing - (Source ⭐ 1.6K, 📝 07/20 ) - 😎 Curated list of awesome software for numerical analysis and scientific computing
- Awesome Scientific Writing - (Source ⭐ 920, 📝 25/11/24 ) - ⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
- Awesome Scriptable - (Source ⭐ 1.5K, 📝 25/11/24 ) - A curated list of awesome Scriptable scripts and widgets.
- Awesome Selfhosted - (Source ⭐ 316K, 📝 08/27 ) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Sketch - (Source ⭐ 730, 📝 17/10/03 ) - 📚 delightful stuff for SketchApp students.
- Awesome Software Architecture - (Source ⭐ 2.8K, 📝 04/20 ) - A curated list of resources on software architecture
- Awesome Software Patreons - (Source ⭐ 520, 📝 25/12/29 ) - A curated list of awesome programmers and software projects you can support!
- Awesome Speakers - (Source ⭐ 757, 📝 23/08/24 ) - Awesome speakers in the programming and design communities
- Awesome Sre - (Source ⭐ 9.1K, 📝 22/09/02 ) - A curated list of Site Reliability and Production Engineering resources.
- Awesome Stacks - (Source ⭐ 3.3K, 📝 24/03/08 ) - A curated list of tech stacks for building different applications & features
- Awesome Steam - (Source ⭐ 558, 📝 04/03 ) - 😎 A curated list of packages and resources regarding Steam development
- Awesome Theravada - (Source ⭐ 126, 📝 23/07/14 ) - Curated list of Theravada Buddhist teachings
- Awesome Tikz - (Source ⭐ 1.8K, 📝 07/11 ) - A curated list of awesome TikZ documentations, libraries and resources
- Awesome Transit - (Source ⭐ 1.8K, 📝 07/25 ) - Community list of transit APIs, apps, datasets, research, and software 🚌🌟🚋🌟🚂
- Awesome Translations - (Source ⭐ 180, 📝 02/08 ) - 😎 Awesome lists about Internationalization & localization stuff. l10n, g11n, m17n, i18n. Translations! 🌎🌍
- Awesome Uncopyright - (Source ⭐ 379, 📝 21/07/01 ) - Curated list of all things public domain
- Awesome Unicode - (Source ⭐ 809, 📝 16/07/05 ) - 😂 👌 A curated list of delightful Unicode tidbits, packages and resources.
- Awesome Userscripts - (Source ⭐ 3.5K, 📝 08/24 ) - 📖 A curated list of Awesome Userscripts.
- Awesome Veganism - (Source ⭐ 79, 📝 02/27 ) - curated list of awesome resources, pointers, and tips related to veganism
- Awesome Video - (Source ⭐ 1.9K, 📝 07/21 ) - A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
- Awesome Vorpal - (Source ⭐ 134, 📝 16/12/11 ) - A curated list of delightful Vorpal extensions.
- Awesome Vulkan - (Source ⭐ 3.7K, 📝 24/07/07 ) - Awesome Vulkan ecosystem
- Awesome Web Archiving - (Source ⭐ 2.6K, 📝 08/17 ) - An Awesome List for getting started with web archiving
- Awesome Web Design - (Source ⭐ 2.1K, 📝 19/06/25 ) - 🎨 A curated list of awesome resources for digital designers.
- Awesome Web Monetization - (Source ⭐ 279, 📝 23/09/10 ) - 🕶️ Stuffs about Web Monetization. Packages, articles, documentation links and others tools.
- Awesome Webxr - (Source ⭐ 282, 📝 08/22 ) - All things WebXR.
- Awesome Workflow Automation - (Source ⭐ 915, 📝 04/29 ) - A curated list of Workflow Automation Software, Engines and Tools
- Awesome Workshopper - (Source ⭐ 1.2K, 📝 16/01/24 ) - A list of CLI workshopper/adventure tutorials for various things. Inspired by awesome.
- Awesome Wp Cli - (Source ⭐ 170, 📝 23/08/08 ) - A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
- Awesome4girls - (Source ⭐ 481, 📝 21/03/12 ) - A curated list of inclusive events/projects/initiatives for women in the tech area. 💝
- AwesomeCSV - (Source ⭐ 928, 📝 06/11 ) - 🕶️A curated list of awesome tools for dealing with CSV.
- Bots - (Source ⭐ 1.2K, 📝 23/03/27 ) - ⚡ Tools for building bots
- Citizen Science - (Source ⭐ 308, 📝 04/29 ) - 🔬 A repository of resources related to citizen, community-based and/or non-institutional science
- Colorful - (Source ⭐ 1.2K, 📝 25/03/14 ) - A curated list of awesome resources to choose your next color scheme
- Discount for Student Dev - (Source ⭐ 3K, 📝 25/06/06 ) - This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students
- Engineering Blogs - (Source ⭐ 30K, 📝 24/07/07 ) - A curated list of engineering blogs
- Free for Dev - (Source ⭐ 132K, 📝 08/28 ) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Guides - (Source ⭐ 2.3K, 📝 25/07/14 ) - Design and development guides
- Mind Expanding Books - (Source ⭐ 12K, 📝 24/10/03 ) - 📚 Find your next book to read!
- Open Source Flutter Apps - (Source ⭐ 4.3K, 📝 08/21 ) - A curated, self-refreshing directory of real open-source application codebases - built for developers who want to learn from production apps and find projects worth contributing to.
- Public Apis - (Source ⭐ 466K, 📝 08/27 ) - A collective list of free APIs
- Services Engineering - (Source ⭐ 3.4K, 📝 20/05/09 ) - A reading list for services engineering, with a focus on cloud infrastructure services
- Toolsforactivism - (Source ⭐ 891, 📝 22/10/11 ) - growing list of digital tools for activism things
- Topics - (Source ⭐ 1, 📝 25/05/05 ) -
- Urban and Regional Planning Resources - (Source ⭐ 352, 📝 07/13 ) - Community list of data & technology resources concerning the built environment and communities. 🏙️🌳🚌🚦🗺️
Networking
- Awesome Network Analysis - (Source ⭐ 4.1K, 📝 04/18 ) - A curated list of awesome network analysis resources.
- Awesome Pcaptools - (Source ⭐ 3.3K, 📝 25/11/24 ) - A collection of tools developed by other researchers in the Computer Science area to process network traces. All the right reserved for the original authors.
- Awesome Rtc - (Source ⭐ 481, 📝 05/19 ) - 🛰️ A curated list of awesome Real Time Communications resources
- Awesome Sdn - (Source ⭐ 1.1K, 📝 20/10/18 ) - A awesome list about Software Defined Network (SDN)
- Awesome Snmp - (Source ⭐ 182, 📝 02/13 ) - A curated list of awesome SNMP libraries, tools, and other resources.
Platforms
- Awesome Actions on Google - (Source ⭐ 63, 📝 20/10/31 ) - A collection of useful things regarding Actions on Google.
- Awesome Adafruitio - (Source ⭐ 39, 📝 22/02/20 ) - A curated list of awesome Adafruit IO guides, videos, libraries, frameworks, software and resources.
- Awesome Amazon Alexa - (Source ⭐ 524, 📝 21/05/04 ) - 🗣Curated list of awesome resources for the Amazon Alexa platform.
- Awesome Android - (Source ⭐ 12K, 📝 25/11/24 ) - A curated list of awesome Android packages and resources.
- Awesome Appimage - (Source ⭐ 513, 📝 25/12/07 ) - Lovingly crafted AppImage tools and resources
- Awesome Arcgis Developers - (Source ⭐ 315, 📝 04/14 ) - A curated list of resources to help you with ArcGIS development, APIs, SDKs, tools, and location services
- Awesome Arch - (Source ⭐ 582, 📝 07/11 ) - 😎 A complete list of Arch-based projects
- Awesome Aws - (Source ⭐ 12K, 📝 23/05/29 ) - A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
- Awesome Capacitor - (Source ⭐ 635, 📝 08/19 ) - 😎 Awesome lists of capacitor plugins. Made by Capgo
- Awesome Capacitorjs - (Source ⭐ 192, 📝 08/25 ) - ⚡️ A curated list of awesome things related to Capacitor.
- Awesome Cloudflare - (Source ⭐ 1K, 📝 02/08 ) - ⛅️ Curated list of awesome Cloudflare worker recipes, open-source projects, guides, blogs and other resources.
- Awesome Cordova - (Source ⭐ 283, 📝 19/10/25 ) - 📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
- Awesome Cross Platform Nodejs - (Source ⭐ 1K, 📝 22/08/03 ) - 👬 A curated list of awesome developer tools for writing cross-platform Node.js code
- Awesome Deno - (Source ⭐ 4.4K, 📝 08/14 ) - Curated list of awesome things related to Deno
- Awesome Digitalocean - (Source ⭐ 286, 📝 21/04/30 ) - A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
- Awesome Dos - (Source ⭐ 565, 📝 25/11/24 ) - Curated list of references for development of DOS applications.
- Awesome Dotnet - (Source ⭐ 21K, 📝 03/26 ) - A collection of awesome .NET libraries, tools, frameworks and software
- Awesome Dotnet Core - (Source ⭐ 21K, 📝 02/27 ) - 🐝 A collection of awesome .NET core libraries, tools, frameworks and software
- Awesome Ebpf - (Source ⭐ 4.9K, 📝 02/11 ) - A curated list of awesome projects related to eBPF.
- Awesome Electron - (Source ⭐ 27K, 📝 02/08 ) - Useful resources for creating apps with Electron
- Awesome Esp - (Source ⭐ 482, 📝 22/06/19 ) - 📶 A curated list of awesome ESP8266/32 projects and code
- Awesome Firebase - (Source ⭐ 660, 📝 23/09/11 ) - 🔥 List of Firebase talks, tools, examples & articles! Translations in 🇬🇧 🇷🇺 Contributions welcome!
- Awesome Fuse - (Source ⭐ 322, 📝 18/08/08 ) - A curated list of awesome Fuse applications, articles, and plugins
- Awesome Gnome - (Source ⭐ 1.5K, 📝 25/12/28 ) - A curated list of awesome apps, extensions, modules, themes and tools for the Gnome Desktop Environment.
- Awesome Heroku - (Source ⭐ 280, 📝 19/06/29 ) - A curated list of helpful Heroku resources.
- Awesome Home Assistant - (Source ⭐ 8.1K, 📝 05/15 ) - A curated list of amazingly awesome Home Assistant resources.
- Awesome Ibmcloud - (Source ⭐ 74, 📝 20/09/14 ) - A curated list of awesome IBM Cloud SDKs, open source repositories, tools, blogs and other resources.
- Awesome Integration - (Source ⭐ 555, 📝 08/25 ) - A curated list of awesome system integration software and resources.
- Awesome Ios - (Source ⭐ 53K, 📝 06/25 ) - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- Awesome IoT Hybrid - (Source ⭐ 487, 📝 19/09/10 ) - The missing awesome list - collection of awesome IoT and Hybrid Apps frameworks, tools, resources, videos and shiny things.
- Awesome Ipfs - (Source ⭐ 4.5K, 📝 25/11/24 ) - Community list of awesome projects, apps, tools, pinning services and more related to IPFS.
- Awesome Jvm - (Source ⭐ 1.9K, 📝 18/07/12 ) - A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python.
- Awesome Kde - (Source ⭐ 812, 📝 07/23 ) - A curated list of awesome apps, extensions, modules, themes and tools for the KDE Desktop Environment.
- Awesome Linux - (Source ⭐ 3.5K, 📝 19/01/16 ) - 🐧 A list of awesome projects and resources that make Linux even more awesome. 🐧
- Awesome Linux Containers - (Source ⭐ 1.6K, 📝 23/06/11 ) - A curated list of awesome Linux Containers frameworks, libraries and software
- Awesome Low Code - (Source ⭐ 433, 📝 04/05 ) - Awesome Low Code platforms, vendors, tools and resources
- Awesome Mac - (Source ⭐ 112K, 📝 08/29 ) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Awesome Mac - (Source ⭐ 20, 📝 08/21 ) - Curated collection of awesome macOS applications, tools, and resources. Auto-updated and always current with metadata, categorization, and quality filtering.
- Awesome Nix - (Source ⭐ 5.3K, 📝 07/24 ) - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]
- Awesome Nodejs - (Source ⭐ 66K, 📝 02/08 ) - ⚡ Delightful Node.js packages and resources [BECAUSE OF TOO MUCH SPAM AND LOW-QUALITY SUBMISSIONS, SUBMISSIONS ARE PAUSED UNTIL JULY]
- Awesome Nodered - (Source ⭐ 351, 📝 23/02/23 ) - A collection of interesting nodes and resources for Node-RED
- Awesome Qt - (Source ⭐ 1.1K, 📝 21/10/15 ) - A curated list of awesome tools, libraries, and resources for the Qt framework.
- Awesome Raspberry Pi - (Source ⭐ 17K, 📝 07/27 ) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome React Native - (Source ⭐ 36K, 📝 08/27 ) - Awesome React Native components, news, tools, and learning material!
- Awesome Ros2 - (Source ⭐ 1.4K, 📝 23/06/12 ) - The Robot Operating System Version 2.0 is awesome!
- Awesome Roslyn - (Source ⭐ 520, 📝 21/03/09 ) - Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
- Awesome Salesforce - (Source ⭐ 611, 📝 21/10/11 ) - A curated list of delightful Salesforce Platform Resources
- Awesome Smart Tv - (Source ⭐ 1.4K, 📝 07/27 ) - ⚡A curated list of awesome resources for building Smart TV apps
- Awesome WebExtensions - (Source ⭐ 1.5K, 📝 03/04 ) - A curated list of awesome resources for WebExtensions development.
- Awesome Windows - (Source ⭐ 2.7K, 📝 08/27 ) - An awesome & curated list of tools and apps for Windows 10/11.
- Awesome Xamarin - (Source ⭐ 1.9K, 📝 21/11/28 ) - A collection of interesting libraries/tools for Xamarin mobile projects
- Frontend Dev Bookmarks - (Source ⭐ 36K, 📝 16/08/02 ) - Manually curated collection of resources for frontend web developers.
- Open Source Mac Os Apps - (Source ⭐ 50K, 📝 02/23 ) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Productivity Tools
- Awesome Productivity Tools - (Source ⭐ 51, 📝 24/05/22 ) - My Awesome list of productivity tools and products
Programming Languages
- Awesome Actionscript3 - (Source ⭐ 188, 📝 22/11/13 ) - A curated list of awesome libraries and components for ActionScript 3 and Adobe AIR.
- Awesome Ada - (Source ⭐ 836, 📝 05/31 ) - A curated list of awesome resources related to the Ada and SPARK programming language
- Awesome Asyncio - (Source ⭐ 4.9K, 📝 25/12/02 ) - A curated list of awesome Python asyncio frameworks, libraries, software and resources
- Awesome AutoHotkey - (Source ⭐ 2.1K, 📝 22/09/04 ) - A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
- Awesome AutoIt - (Source ⭐ 756, 📝 22/07/10 ) - ⭐ A curated list of awesome UDFs, example scripts, tools and useful resources for AutoIt.
- Awesome Ava - (Source ⭐ 333, 📝 22/09/12 ) - Awesome AVA resources
- Awesome C - (Source ⭐ 3K, 📝 19/10/17 ) - Continuing the development of awesome-c list on GitHub
- Awesome Circuitpython - (Source ⭐ 681, 📝 25/07/22 ) - A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.
- Awesome Cl - (Source ⭐ 3K, 📝 08/18 ) - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Awesome Clojure - (Source ⭐ 2.8K, 📝 04/08 ) - A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
- Awesome Clojurescript - (Source ⭐ 967, 📝 23/02/03 ) - A community driven list of ClojureScript frameworks, libraries and wrappers.
- Awesome Cmake - (Source ⭐ 5.4K, 📝 08/13 ) - A curated list of awesome CMake resources, scripts, modules and examples.
- Awesome Coldfusion - (Source ⭐ 86, 📝 21/12/29 ) - A curated list of awesome ColdFusion frameworks, libraries and software.
- Awesome Common Lisp Learning - (Source ⭐ 175, 📝 23/10/17 ) - A curated list of awesome Common Lisp learning resources
- Awesome Composer - (Source ⭐ 907, 📝 07/27 ) - 😎 A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
- Awesome Coq - (Source ⭐ 364, 📝 25/11/24 ) - A curated list of awesome Coq libraries, plugins, tools, verification projects, and resources [maintainer=@palmskog]
- Awesome Cpp - (Source ⭐ 73K, 📝 08/22 ) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Crystal - (Source ⭐ 3.6K, 📝 08/20 ) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Awesome D - (Source ⭐ 754, 📝 06/28 ) - A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
- Awesome Dart - (Source ⭐ 2.5K, 📝 05/25 ) - A curated list of awesome Dart frameworks, libraries, and software
- Awesome Django - (Source ⭐ 11K, 📝 08/15 ) - A curated list of awesome things related to Django
- Awesome Elixir - (Source ⭐ 13K, 📝 25/11/24 ) - A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
- Awesome Elm - (Source ⭐ 3.7K, 📝 07/21 ) - A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. 🚀
- Awesome Embedded Rust - (Source ⭐ 8.1K, 📝 08/28 ) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome Erlang - (Source ⭐ 1.4K, 📝 18/11/02 ) - A curated list of awesome Erlang libraries, resources and shiny things.
- Awesome Eslint - (Source ⭐ 4.7K, 📝 05/14 ) - A list of awesome ESLint plugins, configs, etc.
- Awesome Eta - (Source ⭐ 59, 📝 19/08/14 ) - ⭐ Useful resources for the Eta programming language
- Awesome Fortran - (Source ⭐ 411, 📝 07/03 ) - Awesome list of Fortran libs
- Awesome Fp Js - (Source ⭐ 6K, 📝 02/08 ) - 😎 A curated list of awesome functional programming stuff in js
- Awesome Frege - (Source ⭐ 27, 📝 19/08/14 ) - ⭐ Useful resources for the Frege programming language
- Awesome Go - (Source ⭐ 182K, 📝 08/29 ) - A curated list of awesome Go frameworks, libraries and software
- Awesome Go - (Source ⭐ 6, 📝 08/13 ) - Structured collection of Go frameworks, libraries, tools, and resources. Automatically maintained and up-to-date with metadata, filtering, and comprehensive categorization.
- Awesome Groovy - (Source ⭐ 720, 📝 23/07/11 ) - A curated list of awesome groovy libraries, frameworks and resources
- Awesome Haskell - (Source ⭐ 2.8K, 📝 22/12/16 ) - A collection of awesome Haskell links, frameworks, libraries and software. Inspired by awesome projects line.
- Awesome Idris - (Source ⭐ 353, 📝 20/01/24 ) - 𝛌 Awesome Idris resources
- Awesome Imba - (Source ⭐ 122, 📝 21/10/18 ) - ⭐ A curated list of awesome Imba frameworks, libraries, software and resources
- Awesome Java - (Source ⭐ 48K, 📝 07/19 ) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome Javascript - (Source ⭐ 35K, 📝 08/20 ) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Lua - (Source ⭐ 3.2K, 📝 18/04/06 ) - A curated list of quality Lua packages and resources.
- Awesome Mad Science - (Source ⭐ 1K, 📝 17/02/08 ) - Delightful npm packages that make you say "wow, didn't know that was possible!"
- Awesome Micro Npm Packages - (Source ⭐ 4.5K, 📝 23/09/13 ) - A curated list of small, focused npm packages.
- Awesome Micropython - (Source ⭐ 1.8K, 📝 07/20 ) - A curated list of awesome MicroPython libraries, frameworks, software and resources.
- Awesome Network Js - (Source ⭐ 518, 📝 20/07/15 ) - A 🎩 list of network layer resources written pure JS.
- Awesome Npm - (Source ⭐ 4.7K, 📝 04/20 ) - Awesome npm resources and tips
- Awesome Npm Scripts - (Source ⭐ 742, 📝 07/24 ) - Everything awesome related to npm scripts and using npm as a build tool.
- Awesome Observables - (Source ⭐ 316, 📝 21/10/13 ) - Awesome Observable related stuff - An Observable is a collection that arrives over time.
- Awesome Ocaml - (Source ⭐ 3.1K, 📝 06/15 ) - A curated collection of awesome OCaml tools, frameworks, libraries and articles.
- Awesome Pascal - (Source ⭐ 2K, 📝 02/28 ) - A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
- Awesome Perl - (Source ⭐ 665, 📝 24/04/07 ) - A curated list of awesome Perl frameworks and libraries. Come on Pull Requests!
- Awesome Php - (Source ⭐ 33K, 📝 04/24 ) - A curated list of amazingly awesome PHP libraries, resources and shiny things.
- Awesome Polars - (Source ⭐ 1.1K, 📝 08/26 ) - A curated list of Polars talks, tools, examples & articles. Contributions welcome !
- Awesome Ponyfills - (Source ⭐ 46, 📝 20/08/14 ) - A curated list of awesome ponyfills for writing cross-platform and cross-browser code.
- Awesome Promises - (Source ⭐ 1.5K, 📝 16/11/17 ) - A curated list of useful resources for JavaScript Promises
- Awesome Purescript - (Source ⭐ 418, 📝 22/02/14 ) - A curation of awesome PureScript libraries, resources and shiny things.
- Awesome Python - (Source ⭐ 314K, 📝 08/23 ) - The definitive list that answers "I want to do X in Python, which tool should I use?"
- Awesome Python Data Science - (Source ⭐ 3.4K, 📝 04/13 ) - Probably the best curated list of data science software in Python.
- Awesome Python Scientific Audio - (Source ⭐ 1.7K, 📝 06/12 ) - Curated list of python software and packages related to scientific research in audio
- Awesome Python Typing - (Source ⭐ 2K, 📝 05/27 ) - Collection of awesome Python types, stubs, plugins, and tools to work with them.
- Awesome Qsharp - (Source ⭐ 132, 📝 22/08/11 ) - A curated list of Q# code and resources.
- Awesome R - (Source ⭐ 6.4K, 📝 25/11/24 ) - A curated list of awesome R packages, frameworks and software.
- Awesome R Learning Resources - (Source ⭐ 566, 📝 24/12/20 ) - A curated collection of free resources to help deepen your understanding of the R programming language. Updated regularly. Contributions encouraged via pull request (see contributing.md).
- Awesome Ruby - (Source ⭐ 14K, 📝 08/13 ) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Rust - (Source ⭐ 59K, 📝 08/29 ) - A curated list of Rust code and resources.
- Awesome Rxjava - (Source ⭐ 283, 📝 16/08/30 ) - Useful resources for working with RxJava
- Awesome Scala - (Source ⭐ 9K, 📝 24/09/19 ) - A community driven list of useful Scala libraries, frameworks and software.
- Awesome Scala Native - (Source ⭐ 266, 📝 25/07/14 ) - Compilation of Scala Native resources and libraries
- Awesome Standard - (Source ⭐ 351, 📝 21/05/07 ) - Documenting the explosion of packages in the standard ecosystem!
- Awesome Swift - (Source ⭐ 26K, 📝 08/03 ) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Swift Playgrounds - (Source ⭐ 4.4K, 📝 04/02 ) - A List of Awesome Swift Playgrounds
- Awesome V - (Source ⭐ 2.1K, 📝 08/26 ) - A curated list of awesome V frameworks, libraries, software and resources.
- Awesome Vala - (Source ⭐ 227, 📝 08/07 ) - A curated list of Vala projects
- Awesome Zig - (Source ⭐ 2.4K, 📝 08/14 ) - A collaborative list of awesome Zig libraries and resources.
- Go Recipes - (Source ⭐ 4.5K, 📝 25/12/21 ) - 🦩 Tools for Go projects
- Js Must Watch - (Source ⭐ 13K, 📝 22/01/20 ) - Must-watch videos about javascript
- Jstips - (Source ⭐ 12K, 📝 21/12/07 ) - This is about useful JS tips!
- Julia.jl - (Source ⭐ 1.3K, 📝 22/07/09 ) - Curated decibans of Julia programming language.
Security
- Android Security Awesome - (Source ⭐ 9.6K, 📝 08/22 ) - A collection of android security related resources
- Awesome Ctf - (Source ⭐ 7.4K, 📝 20/05/18 ) - A curated list of CTF frameworks, libraries, resources and softwares
- Awesome Cyber Security University - (Source ⭐ 2.6K, 📝 25/11/24 ) - 🎓 Because Education should be free. Contributions welcome! 🕵️
- Awesome Cybersecurity Blueteam - (Source ⭐ 4.1K, 📝 24/07/07 ) - 💻🛡️ A curated collection of awesome resources, tools, and other shiny things for cybersecurity blue teams.
- Awesome Devsecops - (Source ⭐ 1.3K, 📝 24/07/07 ) - Curating the best DevSecOps resources and tooling.
- Awesome Embedded and Iot Security - (Source ⭐ 1.4K, 📝 23/10/17 ) - A curated list of awesome embedded and IoT security resources.
- Awesome Evm Security - (Source ⭐ 77, 📝 22/05/16 ) - 🕶 A high-level overview of the EVM security ecosystem
- Awesome Executable Packing - (Source ⭐ 1.6K, 📝 05/31 ) - A curated list of awesome resources related to executable packing
- Awesome Fuzzing - (Source ⭐ 979, 📝 07/09 ) - A curated list of awesome Fuzzing(or Fuzz Testing) for software security
- Awesome Gdpr - (Source ⭐ 253, 📝 06/01 ) - Protection of natural persons with regard to the processing of personal data and on the free movement of such data.
- Awesome Hacking - (Source ⭐ 11K, 📝 23/12/27 ) - A curated list of awesome Hacking tutorials, tools and resources
- Awesome Hacking Locations - (Source ⭐ 1.1K, 📝 25/11/24 ) - 💻 ☕ List of Awesome Hacking Locations, organised by Country and City, listing if it features power and wifi
- Awesome Honeypots - (Source ⭐ 10K, 📝 06/01 ) - an awesome list of honeypot resources
- Awesome Incident Response - (Source ⭐ 9.3K, 📝 07/15 ) - A curated list of tools for incident response
- Awesome Keycloak - (Source ⭐ 1.9K, 📝 04/17 ) - A curated list of resources for learning about http://www.keycloak.org
- Awesome Lockpicking - (Source ⭐ 961, 📝 21/03/06 ) - 🔓😎 A curated list of awesome guides, tools, and other resources related to the security and compromise of locks, safes, and keys.
- Awesome Malware Analysis - (Source ⭐ 11K, 📝 24/07/07 ) - Defund the Police.
- Awesome Malware Persistence - (Source ⭐ 310, 📝 08/25 ) - A curated list of awesome malware persistence tools and resources.
- Awesome Pci Dss - (Source ⭐ 0, 📝 25/04/23 ) - A curated list of PCI DSS–related resources: standards, SAQs, guidance, tooling, training, community, and example projects.
- Awesome Pentest - (Source ⭐ 27K, 📝 07/25 ) - A collection of awesome penetration testing resources, tools and other shiny things
- Awesome Piracy - (Source ⭐ 23K, 📝 21/04/23 ) - A curated list of awesome warez and piracy links
- Awesome Privacy - (Source ⭐ 19K, 📝 07/05 ) - Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
- Awesome Security - (Source ⭐ 14K, 📝 02/08 ) - A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
- Awesome Vehicle Security - (Source ⭐ 4.3K, 📝 05/30 ) - 🚗 A curated list of resources for learning about vehicle security and car hacking.
- Awesome Web Security - (Source ⭐ 14K, 📝 08/21 ) - 🐶 A curated list of Web Security materials and resources.
Testing
- Awesome Api Clients - (Source ⭐ 1.1K, 📝 05/11 ) - List of awesome API clients. Postman and Insomnia alternatives
- Awesome Appium - (Source ⭐ 387, 📝 21/09/28 ) - A curated list of delightful Appium resources.
- Awesome Gatling - (Source ⭐ 80, 📝 08/09 ) - A collection of resources covering different aspects of Gatling load testing tool usage.
- Awesome Jmeter - (Source ⭐ 791, 📝 07/01 ) - A collection of resources covering different aspects of JMeter usage.
- Awesome K6 - (Source ⭐ 772, 📝 08/19 ) - A curated list of awesome tools, content and projects using k6
- Awesome Playwright - (Source ⭐ 1.3K, 📝 01/06 ) - A curated list of awesome tools, utils and projects using Playwright
- Awesome Regression Testing - (Source ⭐ 2.4K, 📝 05/28 ) - 🕶️ A curated list of resources around the topic: visual regression testing
- Awesome Selenium - (Source ⭐ 1.1K, 📝 03/18 ) - A curated list of delightful Selenium resources.
- Awesome Tap - (Source ⭐ 634, 📝 25/11/24 ) - Useful resources for the Test Anything Protocol
- Awesome Testing - (Source ⭐ 2.4K, 📝 08/28 ) - A curated list of testing resources
Theory
- Awesome Agi Cocosci - (Source ⭐ 373, 📝 04/04 ) - An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.
- Awesome Algorithms - (Source ⭐ 25K, 📝 04/19 ) - A curated list of awesome places to learn and/or practice algorithms.
- Awesome Artificial Intelligence - (Source ⭐ 16K, 📝 08/15 ) - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
- Awesome Audit Algorithms - (Source ⭐ 118, 📝 06/17 ) - A curated list of algorithms and papers for auditing black-box algorithms.
- Awesome Math - (Source ⭐ 16K, 📝 08/14 ) - A curated list of awesome mathematics resources
- Awesome Osint - (Source ⭐ 28K, 📝 08/26 ) - 😱 A curated list of amazingly awesome OSINT
- Awesome Recursion Schemes - (Source ⭐ 1.1K, 📝 20/11/25 ) - Resources for learning and using recursion schemes.
- Awesome Talks - (Source ⭐ 6.2K, 📝 08/27 ) - Awesome online talks and screencasts
- Papers We Love - (Source ⭐ 107K, 📝 07/01 ) - Papers from the computer science community to read and discuss.
- Search Engine Optimization - (Source ⭐ 2.5K, 📝 25/02/24 ) - 🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Work
- Awesome Code Review - (Source ⭐ 4.3K, 📝 24/09/15 ) - An "Awesome" list of code review resources - articles, papers, tools, etc
- Awesome Internships - (Source ⭐ 352, 📝 24/04/08 ) - A curated list of tech internships resources.
- Awesome Interview Questions - (Source ⭐ 69K, 📝 21/11/11 ) - 🐙 A curated awesome list of lists of interview questions. Feel free to contribute! 🎓
- Awesome Job Boards - (Source ⭐ 1.8K, 📝 07/29 ) -
- Awesome Productivity - (Source ⭐ 1.9K, 📝 23/05/26 ) - A curated list of delightful productivity resources.
- Awesome Remote Job - (Source ⭐ 48K, 📝 08/17 ) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Slack - (Source ⭐ 893, 📝 08/29 ) - A curated list of awesome Slack related things
- Awesome Slack - (Source ⭐ 307, 📝 23/05/26 ) - 🕶️ List of communities powered by Slack.
Social Media
Contribution
This repo is generated by trackawesomelist-source, if you want to add your awesome list here, please edit config.yml, and send a pull request, or just open an issue, I'll add it manually.
If you want to add badge (
) to your awesome list, please add the following code to your README.md:
[](https://www.trackawesomelist.com/your_repo_pathname/)The doc is still under construction, if you have any question, please open an issue