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 · 📝 09/14 · ✅ 09/14
Table of Contents
Recently Updated
Sep 14, 2026
1. Awesome Testing
Software / AI & LLM Testing
- OrcaReplay (⭐171) - Records a coding-agent session below the harness, keeping the verbatim request and response bytes, then replays the same run offline with the network off or forks it from a checkpoint onto other models with a verify command deciding the verdict.
- flight-recorder (⭐1) - Record every nondeterministic input your code reads (LLM answers, HTTP, database, clock, randomness) as one JSONL tape per request, then replay the tape against the real code offline, bit for bit, with the first divergence named. Open format with Python, Node, .NET, Go, Java and PHP implementations.
Software / UI & End-to-End Testing
- Drengr - Mobile tests written as plain-English tasks instead of selectors, driven by an agent on real Android devices and iOS simulators. Works where there is no accessibility tree — canvas, games, Flutter without semantics labels — by falling back to vision and coordinates. Runs locally or in CI; bring your own model key.
- Drengr Runner (⭐1) - Drive an iOS simulator over HTTP from any language. A 479-line Swift XCTest target replacing WebDriverAgent on simulators. Apache-2.0.
Software / Test Data Management
- ARADURU File Format Test Corpus - Open CC0 corpus of deterministic healthy and intentionally broken XLSX, DOCX, PPTX, ZIP, and PDF fixtures with SHA-256 manifests for file validation, parser, upload, and QA testing.
2. Awesome Deno
Modules / Image
- kavel (⭐0) - Generate and edit images with AI without an API key or account.
3. Awesome Cyber Security University
Free Beginner Blue Team Path / Level 1 - Tools
- Introduction to diGital forensics - Intro to DiGital Forensics.
Bonus CTF practice and Latest CVEs / Level 5 - Malware and Reverse Engineering
- The Great Escape (Docker) - Escaping Docker container.
4. Awesome Claude Code
Writing & Prose Quality / Obsidian
- Claude Style Patch (⭐138) by Andrew Roxby - A CLAUDE.md section that constrains Claude's prose style. It bans specific habits, including announcing a point before making it, colon-hinged sentences where the left side labels the right, verbless fragment openers, and stacked compression. Each rule names the habit, shows an example, and gives the rewrite.\
5. Awesome Gemini Cli
MCP Servers
- Glasser (⭐1) - One key to 1,000+ paid third-party data APIs, pay per call: person and company enrichment, SEO and SERP, web scraping, places, news, scholar and social data. The agent searches the catalog, inspects the exact price, runs the endpoint and reports the charge; failed calls and empty results cost $0.00. Remote Streamable HTTP with OAuth sign-in. Works with Gemini CLI:
gemini mcp add --transport http glasser https://api.glasser.ai/mcp.
6. Free Programming Books (English, By Subjects)
Graphics Programming
- Computer Graphics from Scratch - Gabriel Gambetta (HTML)
7. Awesome Mysql
Deployment
- dbdeployer (⭐47) - A tool that installs one or more MySQL servers within seconds, easily, securely, and with full control.
HA
- Orchestrator (⭐55) - MySQL replication topology management and High Availability solution.
8. Awesome Bitcoin
Utilities
- BackPoW - Solo block odds, cost of production and break-even electricity per rig, from live difficulty.
Additional Resources
- LearnBitcoin.com - Bitcoin-only education: a guided six-chapter journey, 17 long-form rabbit holes, and a ~470-entry glossary, CC-BY-SA with no ads or affiliates.
9. Awesome Neovim
Utility / Cursorline
- javanoo6/persist-toggle.nvim (⭐1) - Persistent registry for runtime toggle states and preferences.
Animation / CSV Files
- josstei/whisk.nvim (⭐58) - Smooth, high‑performance motion and scrolling animations — 60fps fluid cursor moves, word jumps, and viewport scrolling, all in one.
10. Awesome Blazor
AI
- Caveman (⭐4) -
🦴 A self-contained C# prompt compressor for LLMs (GPT-4, Gemma, Llama, …): strips grammatical "noise" and lemmatizes text for up to 70% token reduction, across 50+ embedded languages, with zero NLP-model runtime dependency. Content-aware routing auto-detects JSON/diffs/logs/code/tables and applies the best compression strategy for each; ships
Light/Semantic/Aggressivelevels and ready-made compression profiles. NuGet. - Caveman.SemanticKernel (⭐1) -
Optional add-on package exposing Caveman's prompt compression, conversation-fitting/summarization, and project-analysis tools as Microsoft Semantic Kernel plugins (kernel functions ready to register with
Kernel.CreateBuilder()). - Caveman.mcp (⭐1) -
An MCP (Model Context Protocol) server exposing Caveman's token compression, language detection, content-aware routing and extractive summarization as tools for AI agents and MCP-compatible editors — integrates directly with Claude Code, Cursor, Windsurf and similar.
- Caveman.PrivacyGuard (⭐1) -
🛡️ Enterprise-grade PII/privacy analyzer for AI/LLM pipelines: detects, risk-scores and auto-masks sensitive data across 27 EU countries (heuristic regex + Luhn/IBAN/checksum validators + Shannon-entropy analysis), with GDPR/PCI-DSS/NIST-800-53 compliance mapping and runtime-configurable YAML rules. NuGet.
- Signs of AI Writing (⭐24) -
Free, privacy-first toolkit for writing integrity. An explainable AI-writing linter that suggests a fix for every flagged tell, plus an originality checker that surfaces shared passages as evidence a human judges. Runs almost entirely in the browser, English and Spanish. Blazor WebAssembly. Demo.
Editors
- Stilo (⭐1) -
A professional suite of pure-C# Blazor libraries, zero native dependencies, working in both Blazor Server and WebAssembly: Stilo.Editor, a full Microsoft Word–style WYSIWYG HTML editor (Office-style ribbon, Pages mode with millimeter rulers, offline multilingual spell checking, DOCX/PDF/Markdown import & export, dozens of insertable content types from tables to barcodes/QR); and Stilo.Reports, a self-contained RDL/RDLC-compatible report designer & viewer (drag-and-drop designer, Tablix with true Matrix pivot, 10 chart types rendered as SVG, barcode/QR items, PDF export). Individual developers get a free annual license. Stilo.Editor NuGet · Stilo.Reports NuGet.
Component bundles
- BlazorWinOld (⭐14) -
A Blazor UI component library bringing back the retro look of Windows 98, XP, 7 and 10 desktop styles, compatible with Blazor Server and WebAssembly. Documentation.
2D/3D Rendering engines / Diagrams
- FlowState (⭐27) -
A high-performance node editor for Blazor. Build visual programming tools, node-based workflows, and interactive graph editors with complete styling control.
Routing & Navigation / Others
- BlazorMemoire (⭐29) -
A highly-performant Blazor
<Memo>component, similar toReact.memo, that freezes its child subtree until explicit dependency keys change, preventing unnecessary re-renders and making lifecycle methods fire only when there's been a true change. - IOSwipeView (⭐1) -
Fluid swipe actions and interactive list primitives for Blazor with authentic spring physics, rubber banding, and customizable deletion animations. Demo.
Tools & Utilities / Others
- Pkl.Net (⭐1) -
A type-safe configuration management library for .NET bringing Apple's Pkl configuration language to C#, zero external dependencies. Catches config errors (type mismatches, out-of-range values) at evaluation time instead of at runtime, with a clean typed-deserialization API, an
IConfigurationextension for ASP.NET Core/Blazor apps, and a public MessagePack encoder/decoder.
Tooling / Others
- Blazor Developer Tools (⭐119) -
The first visual DevTools for Blazor. Browser extension that adds a "Blazor" tab to Chrome/Edge DevTools with component tree visualization, timeline profiler, flamegraph, and "why did this render?" diagnostics. No code changes required for basic tracking. blazordevelopertools.com.
11. Awesome Design Systems
More resources
- Button Hover Specimens - Catalogue of 131 button hover mechanisms and 117 press states on one identical button, each with its own markup and code to copy. Same label, same box, same rule, so the interaction is the only variable. No dependencies.
12. Magictools
Graphics / Texture Tools
- 🆓 Nebula Forge - Browser-based procedural nebula background generator with adjustable controls and PNG export. Runs locally without signup.
Books / Voxel Editors
13. Awesome Electronics
CAD Specific / KiCad
- Awesome KiCad Projects (⭐107) - Curated list of open source hardware projects whose PCBs are designed in KiCad.
14. Awesome Scientific Writing
Bibliography
- citecheck (⭐3) - Command-line tool that matches BibTeX, RIS, and CSL-JSON references against Crossref and OpenAlex and flags retractions reported by Crossref.
15. Awesome Lowcode
Online database creator apps
- Busabase - Open-source database and workspace for AI agents that turns agent output into data, docs, skills, and apps with human-reviewed changes.
16. Awesome Mac
AI Tools / Other Tools
- DeepDeck - Desktop AI workspace built on DeepSeek Harness for creating and reusing WebMCP tools for website tasks.
Input Methods / Audio Record and Process
- Qingjian 青简 - Rust-based cross-platform Pinyin input method that displays translations in the language you are learning alongside candidate words.
Utilities / Cleanup and Uninstall
- MangoDisk - Free, open-source disk cleaner and space analyzer that scans locally and shows paths and sizes before deletion.
17. Awesome Rust
Applications / Video
- tonhowtf/omniget (⭐12k) - A desktop app to download videos, courses, music and books from 1,800+ sites, with a built-in player, reader and study library.
Libraries / Caching
- kunobi-ninja/kache (⭐794) [kache] - Content-addressed compiler cache for Rust and C/C++ (website)
18. Awesome Go
Goroutines
- go-future (⭐103) - A Future/Promise library with generic combinators and a DAG execution engine.
Logging
- gslog (⭐2) - Google Cloud Logging handler for log/slog, with OpenTelemetry trace and baggage, and Kubernetes podinfo labels.
Workflow Frameworks / Libraries for creating HTTP middlewares
- GopherFlow (⭐14) - Durable workflow engine with a built-in web console, backed by Postgres, MySQL or SQLite.
19. Awesome Web Security
Miscellaneous / Server-Side Request Forgery
- From DNS Evidence to a Finding: DNS and Mail Security Methodology - How DNSSEC, DANE, SPF/DKIM/DMARC and SMTP transport evidence becomes a finding, with the decision logic for each, the
diginvocations to reproduce it independently, and the false positives to expect.
20. Awesome Fuzzing
Papers / The Network and Distributed System Security Symposium (NDSS)
- ADGFUZZ: Assignment Dependency-Guided Fuzzing for Robotic Vehicles, 2026
- An LLM-Driven Fuzzing Framework for Detecting Logic Instruction Bugs in PLCs, 2026
- BSFuzzer: Context-Aware Semantic Fuzzing for BLE Logic Flaw Detection, 2026
- DOM-XSS Detection via Webpage Interaction Fuzzing and URL Component Synthesis, 2026
- FirmAgent: Leveraging Fuzzing to Assist LLM Agents with IoT Firmware Vulnerability Discovery, 2026
- Fuzzilicon: A Post-Silicon Microcode-Guided x86 CPU Fuzzer, 2026
- GoldenFuzz: Generative Golden Reference Hardware Fuzzing, 2026
- HyperMirage: Direct State Manipulation in Hybrid Virtual CPU Fuzzing, 2026
- MUTATO: Enhancing Fuzz Drivers with Adaptive API Option Mutation, 2026
- PhyFuzz: Detecting Sensor Vulnerabilities with Physical Signal Fuzzing, 2026
- PortRush: Detect Write Port Contention Side-Channel Vulnerabilities via Hardware Fuzzing, 2026
- ReFuzz: Reusing Tests for Processor Fuzzing with Contextual Bandits, 2026
- RTCON: Context-Adaptive Function-Level Fuzzing for RTOS Kernels, 2026
Papers / IEEE Symposium on Security and Privacy (IEEE S&P)
- Batch Me If You Can: Coverage-guided RPKI Fuzzing at Scale, 2026
- Camveil: Unveiling Security Camera Vulnerabilities through Multi-Protocol Coordinated Fuzzing, 2026
- deepSURF: Detecting Memory Safety Vulnerabilities in Rust Through Fuzzing LLM-Augmented Harnesses, 2026
- Fizzle: A Framework for Deterministic and Reproducible Network Fuzzing, 2026
- Fuzzing the Physical Space: Physics-Aware Testing of Black-Box Industrial Control Systems, 2026
- Jazzer: Coverage-Guided Fuzzing for Semantic Vulnerabilities in the Java Ecosystem, 2026
- PILOT: Command-line Interface Fuzzing via Path-Guided, Iterative Large Language Model Prompting, 2026
- SmuFuzz: Enable Deep System Management Mode Fuzzing in Fully Featured UEFI Runtime Environment, 2026
- Specializing Language Models for Textual Fuzzing via Reinforcement Learning, 2026
- StepStone: LLM-Based GPU Kernel Driver Fuzzing via User-Space Libraries, 2026
- Stop Starving or Stuffing Me: Boosting Firmware Fuzzing Efficiency with On-demand Input Delivery, 2026
- TrigFuzz: Triggering Conditions Guided Directed Fuzzing, 2026
- Web Application Vulnerability Repair via Context-Aware Fault Localization and Directed Differential Fuzzing, 2026
- zkFuzz: Foundation and Framework for Effective Fuzzing of Zero-Knowledge Circuits, 2026
Papers / USENIX Security
- Bond: Constraint-Directed Fuzzing for Automated Validation of Taint Analysis Results in Linux-based IoT Firmware, 2026
- CombiSan: Unifying Software Sanitizers for Comprehensive Fuzzing, 2026
- FirmReBugger: A Benchmark Framework for Monolithic Firmware Fuzzers, 2026
- PANGOLIN: Fuzzing Multilingual IoT Firmware with LLM-Driven Code Analysis, 2026
Tools / File
- G2FUZZ (⭐30) (2025) - An AFL++-based fuzzer that uses LLMs to synthesize and mutate input generators for grammar-aware fuzzing of non-textual formats.
- LibAFL (⭐2.6k) (2022) - A Rust framework for building custom fuzzers from reusable components, with support for multiple platforms and scaling across cores and machines.
- WINNIE (⭐576) (2021) - A Windows application fuzzer that combines harness synthesis with fast process cloning to test code beyond graphical interfaces.
- MOpt-AFL (⭐214) (2019) - An AFL-based fuzzer that uses particle swarm optimization to adapt mutation operator selection probabilities for more effective fuzzing.
- REDQUEEN (⭐401) (2019) - A binary fuzzer that uses input-to-state correspondence to overcome magic bytes and checksums without symbolic execution.
- InsTrim (⭐84) (2018) - A lightweight instrumentation approach for AFL that uses control-flow analysis to reduce the number of instrumented basic blocks while preserving execution path distinguishability.
- QSYM (⭐654) (2018) - A concolic execution engine designed for hybrid fuzzing that works with AFL to generate inputs for new execution paths.
- AFLGo (⭐559) (2017) - An AFL-based directed greybox fuzzer that generates inputs to reach specified target locations in a program.
- VUzzer (⭐183) (2017) - An application-aware binary fuzzer that uses static analysis and dynamic taint analysis to guide input mutations, with a 64-bit implementation.
- AFLFast (⭐424) (2016) - An AFL-based greybox fuzzer that uses power schedules to focus fuzzing effort on low-frequency execution paths.
- Driller (⭐981) (2016) - A hybrid fuzzer that augments AFL with selective symbolic execution using angr to generate inputs for paths that fuzzing cannot reach.
- AFL (2014) - A coverage-guided fuzzer that uses instrumentation and genetic mutations to discover bugs. Its GitHub repository is archived; AFL++ is recommended for new projects.
- Valgrind (2000) - A dynamic analysis framework with tools for detecting memory management and threading errors and profiling program execution.
Tools / Kernel
- Moneta (⭐27) (2025) - A GPU driver fuzzer that recalls execution states captured on real hardware for ex-vivo fuzzing.
- SyzSpec (⭐17) (2025) - A specification generator for Linux kernel fuzzing that uses under-constrained symbolic execution to infer syscall interfaces.
- CountDown (⭐29) (2024) - A kernel fuzzer that uses shared reference counts to guide syscall sequences toward use-after-free bugs.
- MOCK (⭐24) (2024) - A Linux kernel fuzzer that learns contextual dependencies between syscalls to generate context-aware test cases.
- SyzTrust (⭐19) (2024) - An on-device fuzzer for IoT trusted operating systems that uses state and branch coverage to guide input generation.
- VirtFuzz (⭐135) (2024) - A LibAFL-based Linux kernel fuzzer that injects inputs through VirtIO devices to test wireless stacks.
- FuzzNG (⭐36) (2023) - A Linux kernel syscall fuzzer designed to minimize reliance on manually written system call descriptions.
- KextFuzz (⭐97) (2023) - A fuzzing prototype for macOS kernel extensions on Apple Silicon that instruments extensions and patches entitlement checks.
- SegFuzz (⭐32) (2023) - A kernel concurrency fuzzer that uses interleaving segment coverage and mutation-based thread scheduling to discover bugs.
- SyzDirect (⭐41) (2023) - A directed greybox fuzzer for reaching target locations in the Linux kernel.
- DR.FUZZ (⭐29) (2022) - A semantic-informed driver fuzzer that tests Linux device drivers without their hardware devices or device emulators.
- Drifuzz (⭐5) (2022) - A hardware-free device driver fuzzer that combines concolic execution with high-quality initial seed generation.
- FuzzUSB (⭐37) (2022) - A hybrid stateful fuzzing framework for USB gadget stacks in the Linux kernel.
- StateFuzz (⭐101) (2022) - A Linux driver fuzzer that identifies state variables through static analysis and uses their values as fuzzing feedback.
- SyzGen (⭐48) (2021) - A syscall specification generator that analyzes closed-source macOS drivers to enable interface-aware fuzzing.
- PeriScope (⭐71) (2019) - A probing and fuzzing framework that tests device drivers at the hardware-OS boundary through MMIO and DMA inputs.
Tools / Libraries & APIs
- Hopper (⭐266) (2023) - A library fuzzer that interprets generated API calls and learns argument constraints without requiring manually written fuzz drivers.
Tools / Network & Protocols
- ChatAFL (⭐395) (2024) - An AFLNet-based protocol fuzzer that uses LLMs to infer message grammars, enrich seeds, and generate messages that explore new protocol states.
- ResolverFuzz (⭐20) (2024) - A DNS fuzzer that combines query-response generation with differential analysis to detect non-crash vulnerabilities in resolvers.
- SGFuzz (⭐99) (2022) - A libFuzzer-based fuzzer that adds state-transition feedback to explore stateful software, including network protocol implementations.
Tools / Browsers
- FuzzOrigin (⭐18) (2022) - A browser fuzzer that tests origin handling to discover universal cross-site scripting vulnerabilities.
- FreeDom (⭐159) (2020) - A DOM fuzzer that generates HTML documents and DOM interactions to discover browser vulnerabilities.
Tools / Compilers & Language Runtimes
- RGFuzz (⭐25) (2025) - A WebAssembly runtime fuzzer that uses compiler rules to guide test generation and compares execution results across runtimes and architectures.
- FuzzJIT (⭐82) (2023) - A Fuzzilli-based JavaScript engine fuzzer that uses an oracle to detect incorrect behavior introduced by JIT compilation.
- CodeAlchemist (⭐243) (2019) - A JavaScript engine fuzzer that assembles code fragments while respecting semantic constraints to generate valid test programs.
Tools / Firmware & Embedded Systems
- Hoedur (⭐73) (2023) - An embedded firmware fuzzer that uses multiple input streams to represent interactions with different hardware interfaces.
- Fuzzware (⭐385) (2022) - A firmware fuzzer that models memory-mapped I/O accesses to test microcontroller firmware without full peripheral emulation.
- FIRM-AFL (⭐463) (2019) - An IoT firmware fuzzer that combines user-mode and system-mode emulation to improve fuzzing throughput for POSIX-compatible firmware.
Tools / Hypervisors & Virtual Devices
- HyperPill (⭐65) (2024) - A hypervisor fuzzer that uses the hardware virtualization interface to exercise hypervisor behavior without hypervisor-specific input grammars.
- ViDeZZo (⭐40) (2023) - A virtual device fuzzing framework that models dependencies within and between messages to test devices in QEMU and VirtualBox.
- V-SHUTTLE (⭐100) (2021) - An AFL-based fuzzer for virtual devices in hosted hypervisors, with semantics-aware input generation.
Tools / Android & Mobile Systems
- AHA-Fuzz (⭐18) (2025) - An intent-aware greybox fuzzer that uses eBPF-based analysis to test hardened Android applications.
- MALintent (⭐37) (2025) - A coverage-guided Android fuzzer that generates and mutates intents to test application intent receivers.
Tools / Blockchain & Smart Contracts
- ILF (⭐155) (2019) - An Ethereum smart contract fuzzer that learns a transaction-generation policy from symbolic execution through imitation learning.
Tools / DBMS
- BuzzBee (⭐9) (2024) - A DBMS fuzzer that uses semantic abstraction, context-sensitive constraints, and dependency-guided mutations to generate database queries.
- SQLRight (⭐66) (2022) - A DBMS fuzzer that combines coverage feedback, validity-oriented query mutations, and result-checking oracles to detect logical bugs.
21. Awesome Polars
Polars plugins / Mathematical & Statistical Functions
- polars-stats (⭐35) - Polars expression plugin that exposes scipy.stats-style probability distributions by @FBruzzesi.
22. Awesome Mac
Design & Graphics / Screen Capture
- apoorvdarshan/TetherShot (⭐16) — Native macOS menu bar utility for capturing the actual iPhone display over USB or Wi-Fi and saving pixel-perfect PNGs locally. ☆
16
Developer Tools / API Tools
- RockxyApp/Rockxy (⭐1.4k) — Native macOS HTTP debugging proxy ☆
1,368
Developer Tools / Developer Utilities
- yylo-dev/yylo (⭐57) — Cross-platform command-line orchestrator for coding agents with typed task, validation, merge, and release-readiness boundaries. ☆
59
Networking / Network Analysis
- RockxyApp/Tracexy (⭐132) — Native, local-first network intelligence for macOS ☆
132
23. Awesome Cli Apps in a Csv
Git and accessories
- relnote - Offline stdlib Python CLI and GitHub Action for conventional-commit release notes with no API and no config.
Sep 13, 2026
1. Awesome Godot
2D / Godot 4
- Worlds Upon The Wind (⭐70) - A commercial roguelite deckbuilder released as public domain.
2. Awesome Cli Apps
Development / Release
- vmn (⭐65) - Stamp semantic versions into git tags and restore any release across repos.
3. Open Source Flutter Apps
Tools
- SubnetDesk (⭐549) - SubnetDesk is a cross-platform remote desktop for devices already connected by a LAN, routed private network, or VPN, with direct IP or hostname connections and local mDNS discovery.
4. Public Apis
Business
API: GlobalEntity
Description: Official company data from 56 European business registers as normalized JSON
Auth:
apiKeyHTTPS: Yes
CORS: Yes
API: KontragentPro
Description: Russian company data from state registers by INN or OGRN: profile, finances, timeline
Auth: No
HTTPS: Yes
CORS: Yes
Cryptocurrency
API: 1inch
Description: API for querying decentralize exchange
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
API: CoinNudge
Description: Current crypto market breadth, funding and open-interest research datasets
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Currency Exchange
API: FXpeek
Description: Source-linked historical reference exchange rates with CSV, JSON and an MCP server
Auth: No
HTTPS: Yes
CORS: Unknown
Development
API: Fair Draw
Description: Verifiable random draws bound to the drand public randomness beacon
Auth: No
HTTPS: Yes
CORS: Yes
API: Hex (⭐53)
Description: Elixir and Erlang package versions and docs
Auth: No
HTTPS: Yes
CORS: Unknown
API: Is This Site Down?
Description: Check if any website is down, from two continents; live status, uptime history and TLS expiry
Auth: No
HTTPS: Yes
CORS: Yes
API: Serply
Description: Google, Bing, News, Scholar and Maps search results and page scraping as JSON
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Documents & Productivity
API: PDFMint
Description: HTML, Markdown or a URL to PDF or PNG, with a no-key demo endpoint and a free tier
Auth:
apiKeyHTTPS: Yes
CORS: No
API: Best Temp Mail
Description: Disposable inboxes for automated email testing, with OTP extraction
Auth: No
HTTPS: Yes
CORS: No
API: inboxsink
Description: Disposable inboxes for end-to-end tests that wait for the email and extract OTP codes
Auth:
apiKeyHTTPS: Yes
CORS: No
Finance
API: VoxOdds
Description: Polymarket and Kalshi odds, all-in executable quotes, EV checks and audited forecast scores
Auth: No
HTTPS: Yes
CORS: No
:
API: XFINLAB
Description: Market events, sentiment, technical analysis and macro data for stocks
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
:
Geocoding
API: TrustyData
Description: French address checks, INSEE company search and routing on official open data
Auth:
apiKeyHTTPS: Yes
CORS: Yes
API: Unblock Master IP
Description: IP geolocation plus datacenter and VPN detection for any IPv4 or IPv6 address
Auth: No
HTTPS: Yes
CORS: Yes
Government
API: Right to Disconnect
Description: Right-to-disconnect employment law by EU country: binding status, statute, and sanctions
Auth: No
HTTPS: Yes
CORS: Yes
Health
-
Description: Verify FDA DSCSA and EU FMD pharmaceutical serialization barcodes
Auth:
apiKeyHTTPS: Yes
CORS: No
Personality
API: PositiveQuotation
Description: Source-verified public-domain English proverbs with provenance
Auth: No
HTTPS: Yes
CORS: Yes
Science & Math
API: MyGene.info
Description: Gene annotation queries and ID lookup
Auth: No
HTTPS: Yes
CORS: Yes
API: RCSB PDB
Description: 3D structures of proteins and nucleic acids
Auth: No
HTTPS: Yes
CORS: Yes
Security
API: Presend
Description: Security and developer utility API -- malware, vulnerability, and domain checks, no signup
Auth: No
HTTPS: Yes
CORS: Yes
Social
API: SwarmMemo
Description: Public bulletin board where AI agents and humans read, post and reply, no account or key needed
Auth: No
HTTPS: Yes
CORS: Yes
Sports & Fitness
API: QiuXiaoCe Football
Description: Football teams, leagues, standings, scorers and match intelligence data
Auth:
NoHTTPS:
YesCORS:
Unknown
Test Data
API: Sampuli
Description: Format-true synthetic test data for 90 countries: IDs, IBANs, cards, addresses
Auth: No
HTTPS: Yes
CORS: Yes
Transportation
API: ArcNautical
Description: Screen any ship by IMO for OFAC/EU/UN/UK sanctions, ownership opacity and a vetting grade
Auth: No
HTTPS: Yes
CORS: Yes
API: Windsock
Description: Aircraft valuations, FAA registry lookups, cost of ownership and aviation market data
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Vehicle
API: TransparentCars
Description: Fair-price valuation and yearly road tax (IUC) for used cars in Portugal
Auth: No
HTTPS: Yes
CORS: Yes
Weather
API: KNMI
Description: Dutch weather, radar and climate data
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
API: Météo-France
Description: French weather forecasts and alerts
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
5. Awesome Python
Projects / AI and Agents
- Fine-tuning
- peft (⭐22k) - A library for parameter-efficient fine-tuning of large pretrained models.
- unsloth (⭐75k) - A library for faster LLM fine-tuning and training with reduced memory usage.
- axolotl (⭐12k) - A framework for fine-tuning and post-training large language models.
6. Awesome Zig
Fundamentals / Utility
- lkraider/keywise (⭐1) - View saved logins from a local Firefox profile. Single binary, TUI and native GUI on macOS and Windows, five OS/arch targets. AI-assisted.
Data & Science / Machine Learning Framework
- myzonerocks/gosslens (⭐7) - Real-time visual plumbing for agents, with a from-scratch ONNX engine that runs published models on device. AI-assisted.
7. Collective Ai Tools
Image Generator
- AI Image - Generate and edit images from text prompts and reference pictures in a browser.
#paid#design
Resume
- ResumeAI - Free ATS checker (3/day anonymous, 10/day free account) and AI resume builder; State of ATS 2026 (738 employers, Workday 37.9%).
#freemium
Video
- C2Anime - AI Anime Agent that turns stories into animated short films with voices and sound.
#paid#animation
8. Awesome Gemini Cli
Agent Orchestration & CLI Tools
- VibeFuse - Free Windows desktop harness that runs Gemini CLI alongside Claude Code, Codex, Cursor, and Qwen as live draggable widgets on one canvas, with named sessions, local Whisper/Piper voice, an MCP tool panel, and a marketplace where skill and widget sellers keep 80% (Stripe Connect).
Commands & Extensions
- LintLang (⭐67) - Static linter and Gemini CLI extension for agent instructions, tool descriptions, and prompt configuration.
- Cohesivity (⭐1) - cohesivity.ai offers free agent native backend services. Anonymous account (no-signup) to get started through MCP or API. Hosting, postgres, email, storage, containers, LLMs, voice and third-party APIs. Includes free tiers and 5 USD/mo in AI and Search credits. Top-ups through x402.
MCP Servers
- dsh-skills-anywhere (⭐2) - MCP server that exposes every Agent Skill installed for Gemini CLI, Claude Code, Codex, Cursor and 60+ other agents, plus Claude Code plugin marketplaces and any GitHub skills repo, as
find_skills/open_skilltools andskill://resources, read in place with zero copies or symlinks.
9. Free Programming Books (English, By Subjects)
Mathematics
Programming / Mathematics For Computer Science
- Composing Programs - John DeNero (HTML) (CC BY-NC-SA) ( 🚧 in process)
10. Awesome Neovim
Utility / Cursorline
- 7KiLL/copybara.nvim (⭐2) - Copy absolute or relative file paths, line and column references, or an LLM-friendly path and selection snippet to your clipboard.
11. Awesome Mac
Reading and Writing Tools / Markdown Tools 
- JustMD - Open-source Markdown editor for local files that hides syntax outside the line being edited.
AI Tools / Other Tools
- Wayfinder - Local-first visual voyage map for preserving Codex and Claude Code sessions, branches, failures, decisions, and file changes.
Finance / Audio Record and Process
- MRRDock - Menu bar app that adds up your MRR from Stripe, RevenueCat, Paddle, Lemon Squeezy, Polar, Dodo Payments and Gumroad into one total. Multi-currency, keys stay in the Keychain, no account.
Gaming Software / System Related Tools
- Highball - Run Windows games on Apple Silicon through Wine, with the graphics layer (DXMT, DXVK or D3DMetal) chosen per game from an open compatibility database.
12. Awesome Rust
Applications / Audio and Music
- rusty-amp (⭐52) - A complete guitar amp and pedalboard rig with external plugins support that runs right in your terminal.
Applications / Productivity
- alphaXiv/OpenResearch (⭐1.7k) - A local-first workspace for running parallel research agents with Claude Code, Codex, OpenCode, or Cursor, with reproducible experiment tracking.
13. Awesome Go
Audio and Music
- gocue (⭐1) - Audio analysis CLI that detects cue-in, cue-out, and overlay points and measures EBU R128 loudness, emitting JSON for Liquidsoap.
Sep 12, 2026
1. Awesome Preact
Contents / Example Apps
- Authier - Open-source password manager with Preact-powered autofill and password-generation interfaces in its browser extension (GitHub Project (⭐22)).
2. Awesome Machine Learning
JavaScript / Natural Language Processing
- Glyph (⭐3) - Framework-agnostic TypeScript library for generating, searching, and comparing MinHash fingerprints for fast text similarity, deduplication, and retrieval.
3. Webcomponents the Right Way
Accessibility
Usage Patterns
Case Studies
Podcasts
4. Awesome Cl
Others / Web project skeletons and generators
- trivial-download (⭐0) - Download files.
- currently archived and unmaintained. MIT.
Compression / decompression / Third-party APIs
- chipz (⭐15) - A decompression library. 3-clause BSD.
Date and time / Third-party APIs
- ⭐ local-time (⭐117) - A development library for manipulating date and time information in a semi-standard manner. 3-clause BSD.
5. Awesome Neovim
Code Runner / Quickfix
- wurli/jet.nvim (⭐24) - A LSP-enabled, extensible Jupyter client that just works.
Editing Support / Scrollbar
- Nagato-Yuzuru/bang.nvim (⭐5) -
g!operator that filters a motion, text object or Visual selection through a shell command, like!without the whole-line limit.
6. Awesome Rust
Development tools / Workflow Automation
- firelock-ai/kin (⭐57) - A graph-native code repository for people and AI agents. Kin helps you and your AI agents understand what a code change might affect before you make it.
- Terrain (⭐140) - AI-native engineering environment management that makes your codebase agent-ready.
- Next: Sep 11, 2026
Top 50 Awesome List
- Public Apis - (Source ⭐ 476K 📝 09/13) - A collective list of free APIs
- Awesome Python - (Source ⭐ 318K 📝 09/13) - The definitive list that answers "I want to do X in Python, which tool should I use?"
- Free Programming Books (English, By Programming Language) - (Source ⭐ 396K 📝 09/10) - 📚 Freely available programming books
- Awesome Selfhosted - (Source ⭐ 319K 📝 09/11) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Go - (Source ⭐ 184K 📝 09/14) - A curated list of awesome Go frameworks, libraries and software
- Awesome Mac - (Source ⭐ 113K 📝 09/14) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Free for Dev - (Source ⭐ 137K 📝 09/10) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Awesome Machine Learning - (Source ⭐ 74K 📝 09/12) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Rust - (Source ⭐ 59K 📝 09/14) - A curated list of Rust code and resources.
- Awesome Claude Code - (Source ⭐ 53K 📝 09/14) - 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
- Open Source Mac Os Apps - (Source ⭐ 50K 📝 09/10) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
- Awesome Cpp - (Source ⭐ 73K 📝 09/06) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome React - (Source ⭐ 74K 📝 09/04) - A collection of awesome things regarding React ecosystem
- Awesome Neovim - (Source ⭐ 21K 📝 09/14) - Collections of awesome neovim plugins.
- Awesome Flutter - (Source ⭐ 61K 📝 09/03) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
- Awesome Javascript - (Source ⭐ 35K 📝 09/09) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Osint - (Source ⭐ 29K 📝 09/10) - 😱 A curated list of amazingly awesome OSINT
- Awesome Cli Apps - (Source ⭐ 20K 📝 09/13) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Magictools - (Source ⭐ 17K 📝 09/14) - 🎮 📝 A list of Game Development resources to make magic happen.
- Awesome Datascience - (Source ⭐ 30K 📝 09/09) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Readme - (Source ⭐ 21K 📝 09/11) - A curated list of awesome READMEs
- Awesome Web Security - (Source ⭐ 14K 📝 09/14) - 🐶 A curated list of Web Security materials and resources.
- Awesome Sysadmin - (Source ⭐ 35K 📝 09/02) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Graphql - (Source ⭐ 15K 📝 09/10) - Awesome list of GraphQL
- Awesome Blazor - (Source ⭐ 9.4K 📝 09/14) - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
- Awesome Godot - (Source ⭐ 11K 📝 09/13) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Awesome Electronics - (Source ⭐ 8.1K 📝 09/14) - A curated list of awesome resources for Electronic Engineers and hobbyists
- Awesome Zsh Plugins - (Source ⭐ 18K 📝 09/06) - A collection of ZSH frameworks, plugins, themes and tutorials.
- Static Analysis - (Source ⭐ 15K 📝 09/08) - ⚙️ 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 Nextjs - (Source ⭐ 11K 📝 09/10) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Embedded Rust - (Source ⭐ 8.1K 📝 09/11) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome React Native - (Source ⭐ 36K 📝 08/27) - Awesome React Native components, news, tools, and learning material!
- Awesome Django - (Source ⭐ 11K 📝 09/06) - A curated list of awesome things related to Django
- Awesome Data Engineering - (Source ⭐ 9K 📝 09/07) - A curated list of data engineering tools for software developers
- Awesome Deno - (Source ⭐ 4.4K 📝 09/14) - Curated list of awesome things related to Deno
- Awesome Terraform - (Source ⭐ 6.6K 📝 09/09) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Open Source Flutter Apps - (Source ⭐ 4.3K 📝 09/13) - 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.
- Awesome WSL - (Source ⭐ 6.5K 📝 09/09) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Ai in Finance - (Source ⭐ 6.5K 📝 09/08) - 🔬 A curated list of awesome LLMs & deep learning strategies & tools in financial market.
- Awesome Cyber Security University - (Source ⭐ 3.5K 📝 09/14) - 🎓 Because Education should be free. Contributions welcome! 🕵️
- Awesome Postgres - (Source ⭐ 12K 📝 08/31) - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
- Webcomponents the Right Way - (Source ⭐ 3.6K 📝 09/12) - A curated list of awesome Web Components 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 Cli Apps in a Csv - (Source ⭐ 2.6K 📝 09/14) - The largest Awesome Curated list of command line programs (CLI/TUI) with source data organized into CSV files
- Awesome Mysql - (Source ⭐ 2.6K 📝 09/14) - A curated list of awesome MySQL software, libraries, tools and resources
- Awesome Docker - (Source ⭐ 37K 📝 08/19) - 🐳 A curated list of Docker resources and projects
- Awesome Cl - (Source ⭐ 3K 📝 09/12) - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Awesome Testing - (Source ⭐ 2.4K 📝 09/14) - A curated list of testing resources
- Awesome No Login Web Apps - (Source ⭐ 3.4K 📝 09/10) - 🚀 Awesome (free) web apps that work without login
- Awesome Zig - (Source ⭐ 2.5K 📝 09/13) - A collaborative list of awesome Zig libraries and resources.
All Tracked List
Agentic AI
- Awesome Gemini Cli - (Source ⭐ 505, 📝 09/14 ) - A curated list of awesome tools, extensions, and resources for Gemini CLI.
Artificial Intelligence
- Awesome Agents - (Source ⭐ 99, 📝 09/08 ) - 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 ⭐ 104, 📝 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.3K, 📝 09/08 ) - 👤 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, 📝 09/04 ) - 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, 📝 09/09 ) - 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 ⭐ 9K, 📝 09/07 ) - 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, 📝 09/02 ) - 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, 📝 09/01 ) - 📚 Directory of iOS books
- ElixirBooks - (Source ⭐ 1.2K, 📝 22/08/14 ) - List of Elixir books
- Free Programming Books (English, By Programming Language) - (Source ⭐ 396K, 📝 09/10 ) - 📚 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, 📝 09/08 ) - 💰 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, 📝 09/08 ) - 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 ⭐ 12, 📝 09/08 ) - 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.5K, 📝 09/08 ) - 🔬 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, 📝 09/09 ) - 📝 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, 📝 09/12 ) - 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 ⭐ 233, 📝 09/13 ) - 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, 📝 09/08 ) - ⚙️ 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, 📝 09/14 ) - 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, 📝 08/31 ) - 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.7K, 📝 09/01 ) - A collection of interesting new networks and tech aiming at decentralisation (in some form).
- Awesome Algorand - (Source ⭐ 217, 📝 09/03 ) - ⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
- Awesome Bitcoin - (Source ⭐ 1.4K, 📝 09/14 ) - 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 ⭐ 206, 📝 09/08 ) - 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, 📝 09/13 ) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Cli Apps in a Csv - (Source ⭐ 2.6K, 📝 09/14 ) - 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, 📝 09/02 ) - 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, 📝 09/09 ) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Zsh Plugins - (Source ⭐ 18K, 📝 09/06 ) - 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, 📝 09/14 ) - 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, 📝 09/14 ) - 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 ⭐ 885, 📝 09/14 ) - 📒 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, 📝 09/10 ) - 📔 📚 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, 📝 09/12 ) - 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, 📝 09/04 ) - 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.9K, 📝 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.2K, 📝 09/08 ) - ⚡ 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, 📝 09/12 ) - 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, 📝 08/31 ) - 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.5K, 📝 09/08 ) - 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 ⭐ 11K, 📝 09/13 ) - 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 ⭐ 3.1K, 📝 09/09 ) - 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 ⭐ 485, 📝 09/06 ) - 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, 📝 09/11 ) - 🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
- Magictools - (Source ⭐ 17K, 📝 09/14 ) - 🎮 📝 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 ⭐ 8.1K, 📝 09/14 ) - 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/31 ) - 🛠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 ⭐ 350, 📝 09/05 ) - 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 ⭐ 410, 📝 07/17 ) - A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.
- Awesome Claude Code - (Source ⭐ 53K, 📝 09/14 ) - 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 ⭐ 2.3K, 📝 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 ⭐ 2K, 📝 09/11 ) - 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, 📝 09/01 ) - 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, 📝 09/02 ) - 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, 📝 09/07 ) - 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.4K, 📝 09/10 ) - 🔑 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 ⭐ 153, 📝 08/31 ) - 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 ⭐ 61K, 📝 09/03 ) - 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 ⭐ 487, 📝 09/06 ) - :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, 📝 09/10 ) - 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, 📝 08/31 ) - 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 ⭐ 211, 📝 09/05 ) - A curated list of Homematic related links ✨
- Awesome Icons - (Source ⭐ 1.6K, 📝 09/08 ) - 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.7K, 📝 09/07 ) - 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 ⭐ 588, 📝 09/14 ) - 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, 📝 09/01 ) - 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 ⭐ 3.4K, 📝 09/10 ) - 🚀 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, 📝 09/11 ) - 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 ⭐ 998, 📝 09/14 ) - ⌨️ 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 ⭐ 319K, 📝 09/11 ) - 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 ⭐ 137K, 📝 09/10 ) - 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, 📝 09/13 ) - 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 ⭐ 476K, 📝 09/13 ) - 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 ⭐ 360, 📝 09/11 ) - 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/31 ) - ⚡️ 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, 📝 09/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 ⭐ 560, 📝 09/11 ) - 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 ⭐ 843, 📝 09/01 ) - 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 ⭐ 113K, 📝 09/14 ) - 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 ⭐ 22, 📝 09/14 ) - 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 ⭐ 67K, 📝 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.8K, 📝 09/03 ) - 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, 📝 09/10 ) - 🚀 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, 📝 09/12 ) - 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, 📝 09/06 ) - 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 ⭐ 762, 📝 09/11 ) - 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, 📝 09/06 ) - 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, 📝 09/11 ) - 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 ⭐ 184K, 📝 09/14 ) - 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, 📝 09/09 ) - 🐢 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, 📝 09/14 ) - 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 ⭐ 318K, 📝 09/13 ) - 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, 📝 09/11 ) - 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, 📝 09/14 ) - 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, 📝 09/08 ) - 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.5K, 📝 09/13 ) - 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 ⭐ 3.5K, 📝 09/14 ) - 🎓 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 ⭐ 990, 📝 09/14 ) - 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, 📝 09/14 ) - 🐶 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, 📝 09/14 ) - 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 ⭐ 29K, 📝 09/10 ) - 😱 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