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 · 📝 07/03 · ✅ 07/03
Table of Contents
Recently Updated
Jul 03, 2026
1. Awesome Docker
Developer Workflow / CI/CD
- Self Hosted Runner (⭐114) - Dockerized solution for setting up a self-hosted GitHub Actions runner with support for Linux, macOS, and Windows.
2. Awesome Selfhosted
Software / Photo Galleries
- Ente - An end-to-end encrypted photo-sharing platform (alternative to Google Photos, Apple Photos). (Source Code)
AGPL-3.0Docker/Nodejs/Go
3. Awesome Rust
Libraries / Artificial Intelligence
- openinfer-project/openinfer (⭐501) - LLM inference engine in pure Rust + CUDA with no PyTorch and no Python runtime — OpenAI-compatible API, paged KV cache, CUDA Graph, serving models from Qwen3 to the trillion-parameter Kimi-K2.
4. Awesome Fortran
Formatting
- ffmt (⭐6) - Fast, configurable Fortran formatter with support for Fypp, Doxygen, and OpenACC/OpenMP directives. Written in Rust, installable via pip.
5. Awesome Crystal
Configuration
- ucl.cr (⭐1) - Bindings to libucl (⭐1.7k), load, dump and validate UCL/JSON configuration
Framework Components
- rbacr (⭐2) - Role-Based Access Control system with a clean, type-safe DSL for roles, privileges, and authorization logic
TUI
- termisu - Minimalistic API for writing text-based user interfaces
6. Awesome V
Command-line
- anyside - Transport-Agnostic Covert Tunneling Sandbox & Protocol Gateway.
Scientific computing
- vnm (⭐3) - A minimalist, compiled neural network library written in the V programming language.
7. Awesome Claude Code
Start Here
- andrej-karpathy-skills (⭐187k) by multica-ai - A drop-in CLAUDE.md distilling four behavioral guidelines for LLM-assisted coding into Claude Code — a low-friction quick win. Karpathy-inspired, derived from Andrej Karpathy's public notes on LLM coding pitfalls and authored by multica-ai.\
- Claude Code Guide (⭐4.4k) by zebbern - A current single-page reference for Claude Code: install, environment variables, slash commands, MCP, hooks, and subagents, kept in sync with the official changelog.\
- Claude Code Hooks: Complete Guide by Hidekazu Konishi - A thorough walkthrough of every hook event, when each fires, the two return channels, common anti-patterns, and copy-ready settings.json examples.
- Claude Code: Everything You Need to Know (⭐2.2k) by wesammustafa - A conceptual, mental-models-first primer that explains what Claude Code is and how its agentic loop works, then layers setup, prompt-engineering workflows, skills, hooks, MCP, subagents, and agent teams, with an experience-tiered path for newcomers.\
- claude-howto by luongnv89 - A structured, chapter-based getting-started guide for Claude Code with a self-assessment quiz and a ten-module progressive learning path — slash commands, memory, skills, subagents, MCP, hooks, plugins, and checkpoints — with visual diagrams and copy-paste templates.\
- explore-claude-code (⭐232) by Luke Renton - An interactive click-through of an annotated Claude Code project where every file and folder — CLAUDE.md, settings.json, rules, commands, skills, agents, hooks, plugins, and .mcp.json — is a real, explained concept, teaching the tool's surface area by orientation rather than prose.\
- Writing a Good CLAUDE.md by HumanLayer - An essay on CLAUDE.md craft: instruction-budget reasoning, progressive disclosure, and the test of whether Claude would err without a given line.
From Anthropic
- Agent Skills (⭐158k) by Anthropic - Anthropic's official repository for Agent Skills — the SKILL.md format, a skill template, and example skills, the same format Claude Code loads natively.\
- Building Effective Agents by Anthropic - Anthropic's foundational taxonomy of agent patterns — prompt chaining, routing, orchestrator-workers, and evaluator-optimizer — and when to use each.
- Claude Code Best Practices by Anthropic - Anthropic's canonical guide to working effectively with Claude Code: the agentic-loop mental model, CLAUDE.md guidance, and workflow patterns.
- Claude Code Cheatsheet by Anthropic - Anthropic's official Claude Code cheatsheet — a quick reference for the core vocabulary (session, context window, CLAUDE.md), built-in slash commands, and keyboard shortcuts.
- Claude Code GitHub Action (⭐8.2k) by Anthropic - The official GitHub Action for running Claude Code in CI: mention @claude in issues and pull requests to delegate code changes, reviews, and fixes.\
- Claude Code Security Review by Anthropic - An official AI-powered security-review GitHub Action that uses Claude to analyze pull-request diffs for vulnerabilities.\
- Effective Context Engineering for AI Agents by Anthropic - Anthropic's guide to curating the context window — compaction, just-in-time retrieval, and note-taking — the discipline underlying effective long-horizon agent use.
- How Claude Code Works by Anthropic - The official conceptual explainer of Claude Code's agentic loop, tools, and context window, and how skills, hooks, and subagents layer on top.
- How We Built Our Multi-Agent Research System by Anthropic - A practical account of orchestrator and subagent coordination, prompt design, and evaluation that maps directly to Claude Code's subagents and agent teams.
- Official Plugin Directory (⭐31k) by Anthropic - Anthropic's official, curated directory of high-quality Claude Code plugins, installable from within Claude Code.\
- Steering Claude Code: Skills, Hooks, Rules, Subagents and More by Anthropic - A framework for choosing which extension mechanism to reach for, organized around deterministic-versus-probabilistic control and context isolation.
Documentation, Knowledge & Learning
- Bedrock (⭐56) by Iury Krieger - A Claude Code plugin that turns an Obsidian vault into a structured second brain via 8 skills, building an entity-typed (actors/people/teams/topics…) Zettelkasten graph with bidirectional wikilinks and ingesting Confluence, Google Docs, GitHub, and docling-supported files. Operates only on local markdown, with conscientious, opt-out error reporting that explicitly never transmits vault content or paths.\
- Bloom (⭐180) by Li-Evan - A self-contained Claude Code skill that turns Benjamin Bloom's "2-sigma" tutoring research into a personal AI tutor: it generates a structured syllabus, teaches one lesson at a time, and adapts each next lesson to the learner's annotations and feedback. The skill is dependency-free and makes no network calls beyond the configured LLM endpoint (an optional web app is also included).\
- cc-thinking-skills (⭐602) by tjboudreaux - A collection of installable thinking-framework skills with a meta-router, notable for publishing a replication-gated evaluation instead of unsupported quality claims.\
- claude-code-android (⭐127) by ferrumclaudepilgrim - A thorough, device-tested guide and toolkit for running Claude Code natively on Android via three paths (Termux, proot-Ubuntu, and the Android Virtualization Framework), with a verification harness and per-device results. Unusually security-aware for a setup guide — it ships a threat model, an SSRF-guard WebFetch hook, a biometric approval gate, and a permission matrix.\
- cxpak (⭐11) by Barnett Studios - A code-intelligence Claude Code plugin and MCP server (Rust, single binary, 43 languages) that builds a typed dependency graph and packs token-budgeted, annotated context bundles for any task. Exceptionally engineered and security-forward — 2,400+ tests, recorded ADRs, a sandboxed WASM plugin SDK, and cosign-signed, SBOM-attested release images.\
- Dive into Claude Code (⭐1.8k) by VILA-Lab - A research-lab systematic analysis of the Claude Code codebase whose headline finding — overwhelmingly infrastructure rather than model — reframes Claude Code as a harness.\
- Librarian (⭐9) by ngmeyer - A standalone MCP server that gives Claude a markdown second-brain over any Obsidian vault or folder of
.mdfiles, with trigram search, auto-wikilinks on write, and real graph analytics (Louvain communities, PageRank, shortest-path, D3 visualization). Runs entirely locally with no network calls or telemetry, productionizing the "LLM wiki" pattern.\ - MDXG Redline (⭐5) by oubakiou - A Claude Code skill plus single-file HTML tool that closes the human-review loop on AI-written docs: a person leaves inline comments in the browser, which export as structured JSON keyed by heading path and line, and the skill polls for that file and applies each comment to the exact lines. Strongly privacy-respecting — the local/CLI build enforces a strict CSP (
connect-src 'none'), so document text and comments never leave the machine.\ - NotebookLM MCP (⭐97) by Romain Peyrichou - A mature MCP server (plus a 33-endpoint REST API) that drives Google NotebookLM for citation-backed Q&A and full Studio generation (audio, video, infographics, reports), with multi-account TOTP re-auth. Notably well-maintained and security-attentive — batch-tested on overnight 1,000-question runs, with a documented changelog that includes patching a transitive XSS advisory.\
- RAG Learning Academy (⭐3) by Taka Goto - A multi-agent Claude Code learning environment for mastering Retrieval-Augmented Generation, with 20 specialist agents, 22 slash commands, and a 9-module hands-on curriculum that runs zero-config inside Claude Code. Quality is evident — 616 tests, CI, and weekly/monthly content-freshness automation that opens issues for stale material.\
- showreel by HeyRenan - A Claude Code plugin that turns CSS selectors + text into finished visual documentation — annotated screenshots, flow GIFs/MP4s, terminal recordings, and before/after composites — placing every annotation deterministically and pixel-verifying each artifact (PASS/FAIL) before it is saved. Self-contained (bundles its own headless Chromium, no browser MCP, no telemetry); every image in its README is generated by the tool itself.\
Research & Scientific Inquiry
- AI Research Skills (⭐118) by Wenyu Chiou - A catalog of 15 Claude Code skills mapped to 8 research-workflow stages (literature → gap analysis → design → drafting → reviewer response), where each stage emits an explicit YAML/Markdown deliverable the next stage consumes. Thoughtfully designed around anti-hallucination — schemas force "gap" status on unsupported claims, and downstream skills refuse malformed, overconfident handoffs.\
Providers, Runtime & Integration Infrastructure
- chrome-cdp-ex (⭐4) by Endeavor Yen - A zero-dependency Claude Code skill (68 commands) that connects to your real Chrome — logged-in tabs, cookies, live page state — to give the agent a perception layer: layout, visible styles, per-action "what changed" evidence, CSS-cascade-to-source tracing, and session replay/Playwright export. Notably rigorous about its own claims, with a dogfood benchmark gate that blocks performance/adoption assertions unless it passes.\
- claude-code-wsl2-setup (⭐22) by congmnguyen - A focused collection of documented scripts that fix the most painful Claude Code papercuts on WSL2 + Windows Terminal — clipboard screenshot paste via a Go daemon, Windows notifications on Stop/PermissionRequest hooks, LSP wiring, a usage-aware status line, and voice-mode audio routing. Each fix is written up with root cause and exact config (including non-obvious traps like SessionEnd firing per subagent), and the work was upstreamed into Awesome-WSL.\
- Flue (⭐37) by S.F. Kislev - A tiny bridge that lets Claude Code drive desktop software — Photoshop, Premiere, Blender, Unity, InDesign, Office, 13 apps total — by writing one-time scripts against each app's own automation runtime (COM / AppleScript / CEP), instead of MCP servers or fragile screenshot-based computer use. A genuinely novel approach that unlocks the apps' full scripting surfaces (InDesign alone exposes ~28k objects) with low maintenance.\
- llm-router (⭐34) by Yali Pollak - A local-first router that sits under Claude Code (and Codex/Gemini CLI) and sends each prompt to the cheapest capable model, with three-layer token compression and automatic provider fallback — protecting your premium quota and cutting cost with zero config on a Claude subscription. Credibly engineered: 1,900+ tests, an independent RouterArena benchmark placement, and an honest local-only design with no hosted proxy.\
- OpenWeb (⭐11) by openweb-org - An agent-native skill that accesses 90+ websites by calling their underlying APIs directly (typed JSON in, JSON out) instead of screenshotting and parsing the DOM, with auth auto-resolved locally from your existing browser session. Security is first-class — every operation is tagged read/write/delete/transact behind permission tiers, SSRF protection runs on each request, and there is no vendor backend or proxy in the request path.\
- SPARDA (⭐2) by Zakaria Gharzouli (Residual Labs) - Converts a running Express or FastAPI app into an MCP server by AST-parsing its routes and injecting a marked, byte-for-byte-removable
/mcprouter, so the agent can operate your live application (real auth, real data) rather than just read files. Exceptionally safety-minded: writes are disabled by default behind two-phase confirmation, docstrings are sanitized against prompt injection, a circuit-breaker quarantines failing routes, nothing leaves the machine, and persistence stores structure never payloads.\
Remote Control, Notifications & Voice I/O
- ai-agent-notifier by Amin Dhouib (Devino Solutions) - A zero-dependency, cross-platform notifier that fires a desktop toast and a free phone push (via ntfy) the moment Claude Code (or Codex/Cursor/Gemini) finishes a task or needs input, wired up by a one-command setup. The standout among notifiers is its testing rigor — CI drives the real agent CLIs end to end and asserts real ntfy round-trips and real OS toast delivery, no mocks.\
- Claude Threads by Anne Schuth - Streams a locally-running Claude Code session live into a Slack or Mattermost thread so a whole team can watch, type, and approve actions together — "screen-sharing for AI pair programming, but everyone can type." Mature and well-maintained (npm-published with CI and coverage), with reaction-based tool approvals, git-worktree isolation, multi-account rotation, and per-thread sessions that survive restarts.\
- dictate (⭐7) by Vimal Kumar - Local, offline voice-to-text for Claude Code on Linux built on faster-whisper, with a warm daemon for instant transcription, system-wide push-to-talk, a voice-enabled editor, and per-project vocabulary hints that fix technical terms ("Claude" not "cloud"). Fully private — no cloud, no API keys, with thoughtful touches like mic-health monitoring and the ability to offload transcription to a LAN GPU; hardware-tested down to a Jetson Orin.\
- Lockpaw (⭐129) by Erik Nielsen - A native-Swift macOS menu-bar app (10 MB, no Electron) that covers and input-locks your screen with one hotkey while your agents keep running, then makes the locked screen glow when Claude Code pauses for permission or finishes. Polished and well-engineered — CI with 50 tests, signed/notarized builds, an honest "visual privacy tool, not a security boundary" disclosure, no analytics, and an idempotent hook installer that backs up and never clobbers foreign hooks.\
- Telegram-Claude (tg-claude) (⭐15) by Imolatte - A feature-rich Telegram bot that turns your machine into a remote Claude Code terminal driven from your phone: streaming tool progress, voice input, a git panel, Mac remote control, and 30+ commands. Its standout is the approval flow — dangerous-op Approve/Deny taps are injected straight into the real terminal prompt via
tmux send-keys, so you authorize from your phone without killing the session or losing context.\ - WhatsApp Channel Plugin (⭐29) by Richie Liu - Connects WhatsApp as a native Claude Code channel via Baileys linked-device (no bot token or API keys), with bidirectional messaging, full media, voice transcription, remote tool approval, access control, and per-group personalities. Runs entirely locally and was the first community plugin officially reviewed and published on Anthropic's plugin marketplace.\
Alternative Clients
- Cate (⭐1.7k) by 0-AI UG - A cross-platform desktop IDE built on an infinite zoomable canvas, where editors, terminals, browsers, and docs float in freeform space instead of tabs — and ships skills that let Claude Code spawn agent terminals on the canvas, coordinate through canvas notes, and drive browser panels. A genuinely novel UX, well-engineered (CI, e2e tests, context-isolated IPC, scoped filesystem access) and widely adopted.\
- CloudCLI (Claude Code UI) by siteboon - A web and mobile PWA for driving Claude Code (and Cursor/Codex/Gemini) from any device — file explorer, git, integrated shell, and full session management that reads and writes your real
~/.claudeconfig rather than duplicating it. By far the most-adopted Claude Code UI, with a self-hostable open-source core, an optional Docker microVM sandbox mode, a plugin ecosystem, and tools disabled by default for safety.\ - FlyCrys (⭐25) by Sergii Kamenskyi - A native Linux GUI for Claude Code agents built in Rust + GTK4 — single binary, no Electron, starts in under a second — with a file tree, syntax-highlighted viewer, markdown preview, embedded VTE4 terminal, streaming agent chat, workspace tabs, and tool-restricted agent profiles. Fills a real gap as essentially the only native (non-webview) Linux desktop client, using your own Claude Code CLI with no proxy.\
- Nimbalyst (⭐1k) by Greg Hinkle - A visual workspace for building with Claude Code (and Codex) where you and the agent co-edit visually — markdown, mockups, mermaid, Excalidraw, CSV, and data models — approving the agent's changes as red/green WYSIWYG diffs, with session/task kanban, worktrees, an extension SDK, and a native iOS companion app. A distinctive higher-bandwidth take on agent collaboration, open source with transparent, opt-out telemetry.\
- Sidekick for Max (⭐69) by César Andrés López - A VS Code extension and standalone terminal dashboard that adds visibility and AI conveniences on top of your Claude Max subscription — inline completions, code transforms, AI commit messages, plus deep session observability (token-burn, a 13-week quota heatmap, multi-account management, cross-session search, and asset extraction). Mature and well-maintained (CI, published to the marketplace and npm, extensive docs).\
- Vibeyard by Eliran Tutia - A cross-platform desktop IDE that wraps Claude Code sessions with a swarm mode (parallel agents in a grid), a real-time session inspector (cost, tokens, tool-usage, context), multiple isolated Claude profiles, a kanban board, and encrypted P2P session sharing over WebRTC. Signed/notarized, broadly adopted, and built squarely for the multi-agent, multi-session workflow.\
Status Lines
- claude-code-personalities (⭐8) by kumamaki - A delightfully different status line: 30+ kaomoji text-faces that react in real time to what Claude is doing — context-aware personas by file type, and a frustration-escalation system where mounting errors progress from
( ദ്ദി ˙ᗜ˙ )toward a table-flip(╯°□°)╯︵ ┻━┻. Pure Rust with sub-2ms rendering, a single binary, hook-based activity tracking, and an interactive config TUI — the standout creative pick in a sea of metrics bars.\ - claude-statusbar (⭐292) by leeguooooo - The most complete Claude Code status line: 5-hour and 7-day rate-limit usage with reset countdowns and learned end-of-window projections, context window, prompt-cache-expiry countdown, per-session cost, plus live todo/tool/git activity — across 3 styles and 9 themes, configurable by CLI or natural-language skill. Genuinely well-engineered (PyPI, 320+ tests, a sub-1%-CPU daemon, deep docs) and the clear standout of a very crowded field.\
- claudinho (⭐20) by Arturo Garrido - 2026 World Cup live scores in your terminal, Claude Code statusline & MCP. No API keys.\
Design & UI/UX
- Dev Browser (⭐6.4k) by Sawyer Hood - A browser-automation plugin/skill that lets Claude Code drive a browser to test and verify its own work — full Playwright API plus pixel- and DOM-level computer-use toolsets, connecting to your running Chrome or a fresh Chromium. Notably secure and fast: scripts execute inside a QuickJS WASM sandbox with no host filesystem or network access, and a published benchmark shows it beating Playwright MCP on time, cost, and turns.\
- Snip (⭐221) by rixinhahaha - A visual whiteboard between you and your agent: Claude renders diagrams, HTML, or UI components through Snip instead of describing them in text, you approve or annotate directly on the output (circle, arrow, note), and the agent gets structured feedback and iterates. Works via CLI or MCP, doubles as a full local screenshot/annotation app with on-device AI organization (Ollama), and adds a genuine human-in-the-loop visual review step to Claude Code.\
- StyleSeed (⭐636) by kiwiman - A design engine that takes a different tack from "feed the model more tokens": it teaches design judgment — ~74 rules pros carry but never write down ("the refined black isn't #000, it's #2A2A2A"; "one accent color, everything else grayscale") — as plain markdown the agent reads automatically, plus a brand-agnostic skin system, a named motion vocabulary, and
/ss-*review skills. Widely adopted and demonstrably effective (a live demo morphs one UI across Toss/Raycast/Arc via a single attribute).\ - UI Craft (⭐91) by Eduardo Calvo - A deep design-engineering skill that makes agents "design like they have taste" by default, layered so you can just install it, drive it with 22 single-lens commands, or wire its deterministic MCP gates and CLI into CI. Its signature is a scoreable, defensible critique — Nielsen's heuristics × classic design laws × persona walkthroughs, every finding tagged by business impact — backed by anti-slop rules, outcome recipes, accessibility-first review, and 31 domain references.\
Writing & Prose Quality
- Avoid AI Writing (⭐2.1k) by Conor Bronsdon - A portable writing skill that audits and rewrites prose to remove "AI-isms" — 49+ pattern categories and a tiered word-replacement vocabulary, with detect / rewrite / edit-in-place modes, content-type and voice profiles, and a two-pass re-check. Stands well above the crowded de-slop field: it ships a deterministic, zero-dependency detector engine (the single source of its 0–100 score) with CI tests, and frames itself honestly as a writing-quality tool, not a detector-evasion gimmick.\
- naming by GlacierPhonk - A Claude Code skill for naming products, SaaS tools, brands, and projects via a structured metaphor-driven process — naming brief, metaphor exploration, candidate generation, anti-slop filtering, a weighted evaluation rubric, and availability checks for domains/handles/package names. A genuinely different (and creative) take that produces names grounded in meaning instead of the random tech-syllable mush an unguided model reaches for.\
Creative Media
- capcut-cli by René Zander - A zero-dependency Node CLI (and Claude Code plugin/skill) that lets the agent edit CapCut / JianYing video projects programmatically — inspect timelines, build drafts, add text/audio, word-level captions and Whisper transcription, templates, and cut long-form into shorts — JSON in, JSON out, no server. Deeply mature for a media tool: 205 tests across macOS/Windows/Linux CI, a huge documented command surface, and a deliberately stateless "the CLI is the protocol" design.\
- motion-skills (⭐237) by iart.ai - An open-source collection of ~50 motion-graphics, animation, and video skills across 14 installable packs — kinetic typography, data-driven charts, explainers, TikTok/Reels, web/WebGL animation, and Manim math animation — that teach an agent how a professional would build each piece. Every visual skill ships a deliver-and-verify loop (render a frame → screenshot → check) plus a small verify toolkit, so the agent inspects its own output instead of guessing at timing and framing.\
Infrastructure & DevOps
- otelcol-doctor (⭐4) by s3onghyun - A focused, vendor-neutral skill that writes, fixes, and validates OpenTelemetry Collector configs — encoding the Collector's real footguns (memory_limiter/batch ordering, core-vs-contrib components, pull-vs-push exporters, deprecated exporters, pipelines that validate but were never wired) as an authoring workflow and diagnosis checklist. Its standout is honesty plus a verification loop: it always finishes by running
otelcol validateand ships CI-checked before/after example configs rather than handing back an unverified file.\ - terraform-skill (⭐2.1k) by Anton Babenko - A best-practices skill that teaches the agent to write safer Terraform and OpenTofu through a diagnose-first workflow, failure-mode routing, LLM-mistake checklists, and a feature-version guard table mapping features to their version floor and common errors — covering testing, modules, remote state, CI/CD, and security scanning across AWS/Azure/GCP. From an AWS Hero behind the terraform-aws-modules ecosystem, and the most authoritative, most-adopted IaC resource in the set.\
Security
- Agent Guard (⭐9) by JeongJaeSoon - Real-time secret-leak guardrails for AI coding agents (Claude Code, Codex), Git hooks, and CI.\
- aicontainer by stefanoginella - Sandboxed devcontainer for running Claude Code, Codex, and OpenCode in bypass / auto-approve mode.\
- Airut (⭐76) by airutorg - Airut is a system for running Claude Code tasks from email and Slack. It handles workspace provisioning, container isolation, network sandboxing, session persistence, and cleanup — a secure foundation for autonomous agentic development.\
- authsome (⭐61) by agentrhq - Credential gateway for AI agents. Log in once via Oauth2 or API Key. Every agent stays authenticated — headless, no SaaS, agents never see your credentials.\
- Brood Box by stacklok - CLI tool for running coding agents inside hardware-isolated microVMs\
- Claude Code Safety Guard (⭐0) by inoX-Network - 3-level override system for Claude Code - prevents destructive system operations. Born from a real incident.\
- Claude Code Safety Net by kenryu42 - A coding agent CLI hook that acts as a safety net, catching destructive git and filesystem commands before they execute. Supports Codex, Claude Code, OpenCode, Gemini CLI, Copilot CLI, Kimi Code and Pi.\
- Cleat by cleatdev - Give the agent a cage, not your keys. One-command Docker sandbox for AI coding agents: full autonomous permissions, per-project isolation, your host stays untouched.\
- Code on Incus (⭐559) by mensfeld - Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically..\
- compass (⭐13) by dshakes - Developer-grade Claude Code + Codex configuration: cost-tiered subagents, workflow commands, guardrail hooks, MCP parity, and an installable plugin/marketplace.\
- GouvernAI by Myr-Aya - Runtime guardrails for Claude Code. Auto-approve what's safe, gate what's risky, block what's dangerous. Dual enforcement, full audit trail. MIT.\
- machine (⭐9) by katspaugh - One isolated Lima VM per GitHub project — sandboxed Claude Code/Codex, Docker, Node, signed git\
- Node9 (⭐207) by node9-ai - The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.\
- SkilLock (⭐1) by skills-lock - Pin AI Skill behavior. Block unapproved drift in CI. See exactly what changed in every PR.\
- SkillSpector by NVIDIA - Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.\
Multi-Agent Orchestration
- Agent Collab Skills (⭐4) by Wenyu Chiou - Claude Code marketplace for multi-agent collaboration — task splitter, output reconciler, adversarial debate, shared memory, acceptance gate. Composes with codex-delegate / gemini-delegate.\
- gstack (⭐119k) by Garry Tan - Garry Tan's (Y Combinator) Claude Code setup and "open source software factory" for managing the development lifecycle end-to-end. Includes a set of agents and in-depth skills/tools along with workflows for advancing a product from ideation to production.\
Memory & Context Persistence
- agentcairn by ccf - Long-term, cross-project memory for AI coding agents. Your own Obsidian vault as the source of truth. Daemonless and without opaque databases, your memory belongs to you.\
- Callimachus (⭐15) by BetaBots-LLC - One local, searchable index of your AI coding-agent history Claude Code, Codex, Cursor, Gemini & more. Keyword + semantic search, MCP server, CLI & VS Code extension.\
- capy (⭐4) by serpro69 - 🦫 Privacy-first virtualization layer for LLM context with MCP protocol for tool access.\
- Claude Mnemonic (⭐12) by lukaszraczylo - Memory management and retrieval for Claude Code\
- fable (⭐3) by grooverLab - High-fidelity transcript memory for Claude Code — index every session, recall byte-identical, search, prune, compose. Local-first, stdlib-only, MCP.\
- Hivemind (⭐1.4k) by activeloopai - Hivemind turns your traces into reusable skills across agents\
- MAMA (⭐7) by jungjaehoon-lifegamez - Always-on companion for Claude that remembers your decisions and their evolution. Local-first memory using SQLite + transformers.js embeddings.\
- presence (⭐2) by sara-star-quant - Per-repo memory, outcome telemetry, and a calibrated-confidence gate for Claude Code, with MCP and AGENTS.md projections so other AI coding tools can read its context. Notes survive sessions; success claims need test evidence; your reverts are remembered. Local-only, stdlib runtime.\
- roampal-core (⭐45) by roampal-ai - Outcome-based persistent memory MCP server for Claude Code and OpenCode. Good advice promoted, bad advice demoted. pip install roampal.\
- Selvedge by masondelan - Long-term memory for AI-coded codebases. A git blame for AI agents — but for the why. MCP server that captures the agent's reasoning live, in context, as each change is made. Local SQLite, zero deps.\
Usage & Cost Monitoring
- AgentWatch by mishanefedov - Local-only observability for AI agents on your machine. One timeline across coding and non-coding agents.\
- cc-costline (⭐24) by Ventuss-OvO - Enhanced statusline for Claude Code — see your 7d/30d spend at a glance\
- cc-probeline (⭐1) by labzink - See where it leaks, stop paying for it — a live Claude Code status line that prices every turn, your subagents, cache rebuilds, plus limits, context and git.\
- CCDash (⭐68) by zihenghe04 - Open-source unified usage dashboard for Claude — track tokens, quota, costs across Claude Code, claude.ai & API in one panel. 开源 Claude 全平台用量监控面板,聚合 Claude Code / claude.ai / API 数据,适用于 Pro/Max 订阅用户与开发者。https://dyp23yngrtumg.ok.kimi.link\
- ccvitals (⭐2) by educlopez - The prettiest statusline for Claude Code — pure bash, never blocks your prompt. Usage quota, context window, git status & more.\
- claude-code-status-bar (⭐8) by briansmith80 - Configurable status bar for Claude Code: usage limits with pacing markers, context window, git state, live activity, session cost, and 8 colour themes. Pure bash, zero dependencies.\
- Claumon (⭐8) by fabioconcina - Claude Code dashboard for Pro/Max users: live rate-limit gauges, calibrated usage forecasts, session costs, memory browser. Single binary, zero config.\
- goccc by backstabslash - Fast, zero-dependency cost calculator and customizable statusline for Claude Code. Breakdowns by model, day, project, and branch. Lightweight, single binary, no runtime needed.\
- Pacer (⭐5) by EricAndrechek - Native macOS app for tracking Claude Code usage — tokens, cost, rate-limit pacing, per-project breakdowns. SwiftUI + SwiftData.\
- toktrack (⭐161) by mag123c - Ultra-fast token & cost tracker for LLM Token Usage (e.g. Claude Code)\
Linting
- agents-md-cookbook (⭐2) by Taiizor - The tested, tool-agnostic AGENTS.md kit — verified templates, a CI linter, and migrators from .cursorrules/CLAUDE.md/Copilot/Windsurf/Cline/Aider.\
- agnix (⭐315) by agent-sh - The linter and LSP for AI coding assistants — validates CLAUDE.md, AGENTS.md, SKILL.md, hooks, and MCP config, with autofixes and IDE plugins.\
- BlockWatch (⭐25) by mennanov - A language-agnostic linter (Rust) that keeps co-dependent code, docs, and config in sync, with a Claude Code plugin skill.\
- Ctxlint (⭐7) by ctxlint - A CLI linter for AI agent context files that catches stale references, dead commands, and hardcoded secrets, with a modular tested rule set.\
- Schliff (⭐4) by Zandereins - Deterministic quality scorer for AI agent instruction files — 8-dimension scoring with security, multi-format (SKILL.md, CLAUDE.md, .cursorrules, AGENTS.md), anti-gaming detection, zero dependencies\
- Upkeep by wei18 - Upkeep — an AI audit crew for your repo. Catches docs/spec/asset drift with evidence; output-only. Claude Code plugin/skill + reusable CI workflow.\
8. Awesome Rails
Gems / Other external resources
- tidewave (⭐475) - MCP server for agentic Rails development, runtime-level tools for your agent to talk to your running app. 🔴
9. Awesome Vue
Components & Libraries / UI Components
- @jasy/vue (⭐21) - Author PDFs as Vue 3 components and render them straight in the browser, no headless browser required. Real layout, pagination and tables, with XRechnung and ZUGFeRD e-invoicing out of the box (Nuxt module available).
10. Free for Dev
APIs, Data, and ML
- Proxmint GeoIP — Free IP → country/city/ASN JSON API, no key, CORS-open. MaxMind GeoLite2.
Tunneling, WebRTC, Web Socket Servers and Other Routers
- localtonet - Multi-protocol tunneling for HTTP, TLS, TCP, UDP, File Server (Default, SFTP, WebDAV), and Proxy Tunnel (HTTP, SOCKS5, Shadowsocks, VLESS). Free plan: 1 tunnel, 1GB/month bandwidth, 30 min timeout (excl. HTTP Tunnels).
11. Awesome Go
HTTP Clients
- impersonate-http (⭐0) - Drop-in net/http.Client with a byte-exact browser TLS (JA3/JA4) and HTTP/2 (Akamai) fingerprint.
Jul 02, 2026
1. Awesome Neovim
Programming Languages Support / Markdown and LaTeX
- dominic-righthere/markdown-pipetable.nvim (⭐3) - Interactive, fit-to-width inline Markdown table editor with cell navigation, visual selection, row/column operations, and CSV/TSV conversion.
2. Awesome Kde
Plasma desktop / Extensions
- Latte Dock NG (⭐24) is a Wayland-first dock for KDE Plasma 6.5+ that provides an elegant and intuitive experience for your tasks and widgets.
3. Collective Ai Tools
Audio & Speech
- Voqusa - Turns TikTok, YouTube, Instagram and other social videos into accurate transcripts and subtitles in seconds, no signup required.
#freemium#transcription
Image Editing
- igly.ai - Browser-based AI image editor for background removal, inpainting, upscaling, and generative fill.
#freemium - Machi Photos - Browser-based ID photo maker for compliant crops, AI background replacement, retouching, and convenience-store print sheets.
#freemium
Image Generator
- Image 2 - AI image and video generator for creating, editing, and transforming visuals from prompts.
#freemium
4. Awesome Developer First
Debugging
- Multiplayer - Debugging agent that runs locally next to your favorite coding agents (open source or SaaS), feeding them full-stack, unsampled runtime data to catch and fix bugs automatically.
5. Awesome Cli Apps
Files and Directories / File Managers
- elio (⭐668) - Snappy, batteries-included file manager.
6. Awesome Flame
Plugins & Libraries
7. Awesome Selfhosted
Software / Miscellaneous
- re:Director - Simple domain redirection management tool. (Source Code (⭐42))
Apache-2.0Java/Docker
8. Awesome Rust
Applications / Productivity
- ogulcancelik/herdr (⭐10k) - Terminal multiplexer designed for AI coding agents. Run multiple agents in one terminal with real terminal views, agent state detection (blocked/working/done), workspaces, tabs, and persistent sessions. Single Rust binary with detach/reattach support.
9. Awesome Azure Openai Llm
3. Research & Survey
- Landscape
- Training & Optimization
- Impact & Products
- Survey & Reference
10. Free for Dev
APIs, Data, and ML
- Doqlo - Bulk fill and mail merge PDF forms from CSV using the web app or Public API. The free plan includes 100 output PDFs/month.
11. Awesome Go
JSON
- silentjson (⭐26) - Zero-allocation JSON boundary scanner and splitter utilizing AVX2 SIMD instructions.
Jul 01, 2026
1. Public Apis
Currency Exchange
API: Exchangerate.dev
Description: Live & historical FX, 168 pairs back to 1999, Frankfurter-compatible, free 10k/mo
Auth: No
HTTPS: Yes
CORS: Unknown
Development
API: OpenQR
Description: Generate QR codes and manage dynamic (editable) QR codes with scan analytics
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Environment
API: Solematica
Description: Compare Italian solar (photovoltaic) installer offers, energy prices (PUN/ARERA) and satellite roof data
Auth: No
HTTPS: Yes
CORS: No
Finance
API: Goldprice.dev
Description: Cross-validated gold, silver & copper spot, futures & 30-year history in 13 currencies
Auth: No
HTTPS: Yes
CORS: Unknown
:
Open Data
API: Pan Africa Data
Description: Macroeconomic and subnational income distribution data for all 54 African countries
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
2. Awesome Mac
Terminal Apps / Databases
- Vesta (⭐1) - Native macOS terminal built on libghostty for running coding agents in parallel.
3. Awesome Integration
Projects / AI Gateway
- agentgateway (⭐3.6k) (⭐3.6k) - An open-source data plane for agentic AI connectivity, providing security, observability, and governance for agent-to-tool (MCP) and agent-to-agent (A2A) communication.
- LiteLLM (⭐52k) (⭐51k) - An LLM gateway that exposes 100+ model providers through a unified OpenAI-compatible API, with spend tracking, fallbacks, and rate limiting.
Projects / API Management
- Gravitee.io API Management (⭐425) (⭐421) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐993) (⭐988) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Documentation
- OpenAPI Explorer (⭐351) (⭐350) - Creates intuitive, interactive user interfaces from OpenAPI specs, simplifying API exploration and testing.
- Zudoku (⭐555) (⭐549) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Gloo Edge (⭐164) (⭐163) - An Envoy Proxy–based gateway offering advanced traffic control, enhanced security, and observability for microservices ecosystems.
- Higress (⭐8.7k) (⭐8.8k) - A next-generation cloud-native gateway based on Envoy and Istio, offering high performance, easy-to-use, and rich plugin extensibility.
Projects / API Testing
- MQ clients
- JMSToolBox (⭐230) (⭐228) - A universal JMS client offering broad compatibility and streamlined messaging testing across various brokers.
- kcat (⭐5.7k) (⭐5.8k) - A lightweight command-line tool for Apache Kafka, providing efficient message production and consumption.
- MQTT Explorer (⭐3.9k) (⭐4k) - A detailed MQTT client delivering structured topic visualization and intuitive debugging.
- Offset Explorer - A comprehensive GUI for managing Apache Kafka clusters with user-friendly monitoring and administration tools.
- Service Bus Explorer (⭐2.2k) (⭐2.2k) - An advanced GUI for Azure Service Bus that enables in-depth testing and seamless management of topics, queues, and subscriptions.
- Mocking tools
- Hoverfly (⭐2.5k) (⭐2.5k) - A lightweight API simulation tool that enables rapid HTTP(S) service virtualization for efficient testing.
- Imposter (⭐410) (⭐410) - A flexible mock server supporting REST, OpenAPI, SOAP, and more to simulate diverse API behaviors.
- Microcks (⭐1.9k) (⭐2k) - A Kubernetes-native tool for API mocking and testing that supports AsyncAPI, OpenAPI, and Postman Collections.
- Mock Service Worker (MSW) (⭐18k) (⭐18k) - A seamless API mocking library for browser and Node.js that intercepts requests at the network level.
- Mockable - An easy-to-configure service for creating custom HTTP responses, ideal for rapid prototyping and testing.
- Mockbin (⭐140) (⭐140) - A simple endpoint generator for testing HTTP requests with real-time logging and feedback.
- Mockoon (⭐8.3k) (⭐8.3k) - A user-friendly tool for designing and running mock REST APIs with real-time simulation and easy setup.
- MockServer (⭐4.9k) (⭐4.9k) - A powerful solution for mocking any HTTP/HTTPS-based service, streamlining integration testing.
- Mocky (⭐2k) (⭐2.1k) - A free online service that generates custom HTTP responses for testing API endpoints.
- Prism (⭐4.9k) (⭐5k) - An open-source HTTP mock server that replicates API behavior for early testing and validation.
- WireMock (⭐7.2k) (⭐7.3k) - A robust and flexible API mocking tool delivering reliable, real-time simulation for comprehensive testing.
Projects / B2B Integration
- phase4 (⭐223) (⭐223) - Embeddable, lightweight Java library implementing the AS4 messaging protocol, including the Peppol and CEF/eDelivery profiles.
Projects / Business Rules Engine
- ZEN Engine (⭐1.8k) (⭐1.8k) - A cross-platform, open-source Business Rules Engine written in Rust that executes JSON Decision Models through interconnected graphs of decision tables, functions, and expressions.
Projects / Data Integration
- dlt (⭐5.5k) (⭐5.5k) - Open-source Python library for building data pipelines as code, with schema evolution and incremental loading out of the box.
- Estuary Flow (⭐940) (⭐938) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
Projects / Data Mapping Solution
- AtlasMap (⭐213) (⭐212) - Interactive web-based tool that simplifies mapping across Java, XML, CSV, and JSON data sources with an intuitive interface.
- Kaoto (⭐109) (⭐108) - Visual data mapper for Apache Camel with a drag-and-drop interface supporting XML, JSON, CSV, and XSLT transformations. Successor to AtlasMap.
Projects / Enterprise Service Bus
- WSO2 Enterprise Integrator (⭐399) (⭐398) - API-centric, cloud-native integration platform offering robust, distributed capabilities for modern software architectures.
Projects / Integration Platform as a Service
- Camel K (⭐923) (⭐921) - Lightweight Kubernetes-native integration platform built on Apache Camel that runs integration routes directly on Kubernetes and OpenShift as cloud-native serverless services.
Projects / Message Broker
- Apache Iggy (⭐4.4k) (⭐4.4k) - Persistent message streaming platform written in Rust, supporting QUIC, TCP, and HTTP transports with high throughput and low latency.
- Apache Kafka (⭐33k) (⭐33k) - Distributed, high-throughput system designed for real-time data streaming and fault-tolerant processing.
- Apache Qpid (⭐71) (⭐70) - AMQP-compliant messaging tool with multi-language support for enterprise-grade message delivery.
- Eclipse Mosquitto (⭐11k) (⭐11k) - Lightweight MQTT broker optimized for low-power devices with robust encryption and authentication.
- LavinMQ (⭐974) (⭐969) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
- VerneMQ (⭐3.6k) (⭐3.6k) - High-performance distributed MQTT broker designed for scalable and efficient message delivery in modern environments.
Projects / Schema Registry
- Apicurio Registry (⭐820) (⭐820) - Open-source registry for API designs and schemas, supporting Avro, Protobuf, JSON Schema, OpenAPI, and AsyncAPI artifacts with configurable compatibility rules.
- Karapace (⭐619) (⭐619) - Open-source, drop-in replacement for Confluent Schema Registry and the Kafka REST API.
Projects / Self-Service Integration
- Activepieces (⭐23k) (⭐23k) - Open-source, self-hostable automation platform with a no-code visual builder and hundreds of connectors ("pieces"), positioned as a Zapier alternative.
- n8n (⭐194k) (⭐193k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Stream Processing
- ksqlDB (⭐308) (⭐308) - Database purpose-built for stream processing applications on Kafka, queried with SQL.
- RisingWave (⭐9.1k) (⭐9.1k) - Postgres-compatible streaming database for incremental, real-time materialized views over event streams.
Projects / Workflow Engine
- Elsa Core (⭐7.8k) (⭐7.8k) - .NET Core library that integrates seamlessly into any application to execute and manage workflows.
- LittleHorse (⭐382) (⭐382) - High-throughput, low-latency microservice orchestration engine built on Kafka Streams, with SDKs in multiple languages.
Resources / API Specification
- Arazzo Specification (⭐444) (⭐444) - A standard, programming language-agnostic representation for describing sequences of API calls (workflows) and their dependencies.
- CloudEvents (⭐5.8k) (⭐5.8k) - A specification for describing event data in common formats to provide interoperability across services, platforms and systems.
- Standard Webhooks (⭐1.7k) (⭐1.7k) - Open source tools and guidelines for sending webhooks easily, securely, and reliably.
Resources / Data Formats
- YAML (⭐482) (⭐478) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
4. Awesome Agents
Platforms
- Skales - Local-first desktop AI agent that runs goals autonomously in the background, with multi-agent teams, desktop and browser automation, and 15+ providers or fully offline via Ollama.
Blockchain and Rewards
- AgentsCoin - Give your AI agent its own money on AgentsCoin, a custom EVM chain (chainId 24368) - create a wallet, get coins from a faucet, send, and create/trade tokens. MCP server plus a one-click Claude Desktop extension.
Monitoring and Observability
- ax (agent telemetry) (⭐71) - Local-first telemetry graph for coding agents, with read-only MCP queries for sessions, tool calls, skills, and costs across Claude Code, Codex, Cursor, OpenCode, and Pi.
5. Awesome Gemini Cli
Commands & Extensions
- xberg-io plugins (⭐7) - A suite of Gemini CLI extensions from Kreuzberg, Inc.: document extraction (xberg — 97+ formats with OCR), web crawling (crawlberg), HTML→Markdown, a universal LLM client for 143 providers (liter-llm), and code intelligence for 300+ languages (tree-sitter-language-pack). Install via
gemini extensions install.
MCP Servers
- Unity-MCP - Open-source MCP server connecting AI agents (including Gemini CLI) to the Unity Editor and runtime, with 100+ built-in tools.
- Godot-MCP - Open-source MCP server connecting AI agents to the Godot Editor and runtime (Godot 4.x, C#).
- Unreal-MCP (⭐8) - Open-source MCP server connecting AI agents to Unreal Engine 5.7, editor and runtime (C++ plugin + .NET sidecar).
- GameDev-MCP-Server (⭐6) - Open-source, engine-agnostic MCP server shared by Unity-MCP, Godot-MCP, and Unreal-MCP.
6. Awesome Mqtt
Rust
- mqtt-typed-client (⭐9) - Type-safe async MQTT client built on rumqttc, with derive macros for typed topics, automatic (de)serialization, and tree-based message routing.
Visualization, Dashboards / Firmwares for ESP based Devices
- mqtt-dashboard (⭐9) - Self-hostable MQTT dashboard/explorer with drag-and-drop panels like cron, button, log and topic browser to help interact and monitor MQTT topics
7. Awesome Jmeter
Community / Blogs
- JMeter Basics - By João Farias.
8. Papers We Love
Info / Other Good Places to Find Papers
9. Awesome Osint
Domain and IP Research / GitHub
- CrawlGraph - Maps who links to any domain using the open Common Crawl hyperlink graph. Free, no-signup referring-domain and competitor link-footprint lookups for domain research.
- digga - Free and open-source domain and infrastructure research toolkit combining DNS, RDAP, WHOIS, passive subdomain discovery, IP and ASN data, email authentication checks, and TLS certificate inspection. No account required.
Image Analysis / GitHub
- ChronoVerify - API and free web tool that reads EXIF and XMP, validates C2PA Content Credentials against official trust lists, and runs classical pixel forensics, returning one typed verdict for any image.
10. Awesome Ios Books
iOS
Swift
SwiftUI
- SwiftUI Apprentice by Caroline Begbie, Audrey Tam
- SwiftUI Cookbook by Team Kodeco
- SwiftUI Essentials by Mark Moeykens
- Advanced SwiftUI Views Mastery by Mark Moeykens
Architecture
Database
macOS
11. Awesome Selfhosted
Software / Money, Budgeting & Management
- Budget Board - Simple app for tracking monthly spending and working towards financial goals. (Source Code (⭐842))
GPL-3.0Docker
Software / Pastebins
- Snipo (⭐62) - Lightweight, self‑hosted snippet manager for saving and organizing code and text snippets with folders, tags, API, and GitHub Gist sync. (Demo)
AGPL-3.0Go/Docker
12. Awesome Rust
Applications / Database
- Goldziher/scythe (⭐51) - Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.
Applications / Text processing
- Goldziher/uncomment (⭐49) [uncomment] - Blazingly fast CLI to remove comments from code using tree-sitter grammars.
Libraries / Artificial Intelligence
- xberg-io/liter-llm (⭐221) [liter-llm] - Universal LLM API client for 142+ providers with a unified interface, streaming, and native bindings for 11 languages.
Libraries / Parsing
- xberg-io/tree-sitter-language-pack (⭐415) [tree-sitter-language-pack] - Pre-built tree-sitter grammars for 300+ languages with a unified parser API and bindings for 14 languages.
Libraries / Text processing
- xberg-io/html-to-markdown (⭐790) [html-to-markdown-rs] - Fast, CommonMark-compliant HTML to Markdown converter with a Rust core and bindings for 12 languages.
- xberg-io/xberg (⭐8.6k) [xberg] - Document intelligence library that extracts text, tables, and metadata from 97+ formats (PDF, Office, images with OCR, HTML, email, archives), with bindings for 11 languages.
13. Awesome Vue
Projects Using Vue.js / Open Source
- MarkerOn (⭐115) - Lightweight screen annotation tool built with Tauri v2, Vue 3, and Canvas API for drawing, highlighting, and annotating anywhere on desktop.
Projects Using Vue.js / Apps/Websites
- Text to Handwriting - Convert typed text into realistic handwritten notes online.
Components & Libraries / UI Components
- custom-highlight (⭐1) - A Vue directive for styling arbitrary text within elements using the CSS Custom Highlight API. Docs
Components & Libraries / Utilities
- @stitchapi/vue (⭐5) - Streaming-first StitchAPI bindings: typed, validated
useStitch/useStitchStreamcomposables that re-render as response deltas arrive.
Components & Libraries / Scaffold
- ILUMINATY (⭐2) - Vue 3 + Vite SSG template for editorial sites, directories, events and blogs with Sanity CMS integration.
14. Free for Dev
Tools for Teams and Collaboration
- Knocket - Free-forever contact layer for indie developers and small teams: live chat widget for websites and mobile apps (iOS/Android/Flutter/React Native via WebView), a shareable contact page (Linktree-style with socials, booking links, and blog), and a unified Telegram/email inbox. Reply from Telegram directly (no dashboard needed). Meeting scheduler, multi-language, light/dark themes. Companion open-source AI auto-reply agent. No ads, no seat limits.
Security and PKI
- HimitsuShell - A shell script DRM compiler that converts shell scripts into obfuscated binaries using an embedded shell interpreter and anti-debugging (alternative to shc). Free unlimited web edition.
15. Awesome Go
Mock
- fabricator (⭐28) - Type-safe factories for generating mock and fake data in Go, inspired by factory_boy and interface-forge.
Utilities
- go-utils (⭐57) - Simple, performant generic utilities for Go inspired by JavaScript and Python (map, filter, reduce, and more).
16. Awesome Ruby
Admin Interface
- RailsAdmin - A Rails engine that provides an easy-to-use interface for managing your data.
AI and LLMs
- anthropic-sdk-ruby (⭐353) - The official Ruby SDK for the Anthropic API, for building applications with Claude.
- openai-ruby (⭐438) - The official Ruby SDK for the OpenAI API.
- RubyLLM - A delightful Ruby way to work with AI, providing one unified interface to OpenAI, Anthropic, Gemini, and other LLM providers.
- Model Context Protocol (MCP)
- ruby-sdk (⭐856) - The official Ruby SDK for the Model Context Protocol (MCP), for building MCP servers and clients.
- tidewave (⭐475) - MCP server for better agentic Rails development, runtime-level tools for your agent to talk to your running app.
API Builder and Discovery
- Blueprinter (⭐1.3k) - Simple, Fast, and Declarative Serialization Library for Ruby.
- Her (⭐2.1k) - an ORM that maps REST resources to Ruby objects. Designed to build applications that are powered by a RESTful API instead of a database.
- Roar (⭐1.8k) - Resource-Oriented Architectures in Ruby.
Authentication and OAuth
- Oath (⭐372) - A very simple and extensible user authentication library for rails (formerly Monban).
- warden (⭐2.5k) - General Rack Authentication Framework.
Authorization
- Pundit (⭐8.5k) - Minimal authorization through OO design and pure Ruby classes.
- Rabarber (⭐191) - Simple role-based authorization for Rails with multi-tenancy support.
Automation
- Huginn (⭐49k) - Huginn is a system for building agents that perform automated tasks for you online.
- Neovim (⭐366) - Ruby bindings for Neovim to make your own neovim editor plugins in Ruby.
Breadcrumbs
- loaf (⭐405) - Manages and displays breadcrumb trails in Rails app - lean & mean.
Business logic
- Dentaku (⭐960) - A parser and evaluator for mathematical and logical formulas, safely evaluating user-supplied expressions at runtime.
Caching
- Dalli (⭐3.1k) - A high performance pure Ruby client for accessing memcached servers.
CLI Builder
- TTY (⭐2.5k) - Toolbox for developing CLI clients.
CLI Utilities
- Pastel (⭐670) - Terminal output styling with intuitive and clean API.
Cloud
- browse-everything (⭐115) - Multi-provider Rails engine providing access to files in cloud storage.
- humidifier (⭐56) - Programmatically generate and manage AWS CloudFormation templates, stacks, and change sets.
Code Analysis and Metrics
- Pronto (⭐2.7k) - Quick automated code review of your changes.
- rails_best_practices (⭐4.2k) - A code metric tool for rails projects.
- rubydex (⭐275) - A high-performance static analysis suite for Ruby, built in Rust with Ruby APIs.
- SimpleCov (⭐4.9k) - Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites.
Code Formatting
- RuboCop (⭐13k) - A static code analyzer, based on the community Ruby style guide.
- Rubocop Rails (⭐875) - A RuboCop extension focused on enforcing Rails best practices and coding conventions.
- Rubocop Rspec (⭐856) - Code style checking for RSpec files
- Rubocop Performance (⭐739) - A RuboCop extension focused on code performance checks.
- Standard (⭐2.9k) - Ruby Style Guide, with linter & automatic code fixer
Code Highlighting
- pygments.rb (⭐579) - A Ruby wrapper for the Python pygments syntax highlighter.
- Rouge (⭐3.4k) - A pure Ruby code highlighter that is compatible with Pygments.
Coding Style Guides
- fast-ruby (⭐5.7k) - Writing Fast Ruby. Collect Common Ruby idioms.
- Rails style guide (⭐6.5k) - Community-driven Rails best practices and style for Rails 3 and 4.
- RSpec style guide (⭐3.5k) - Better Specs { rspec guidelines with ruby }.
- Ruby style guide (⭐17k) - Community-driven Ruby coding style.
Configuration
- Econfig (⭐65) - Flexible configuration for Rails applications.
- RailsConfig - Multi-environment yaml settings for Rails3.
Core Extensions
- Finishing Moves - Small, focused, incredibly useful methods added to core Ruby classes. Includes the endlessly useful
nil_chain. - Hanami::Utils - Lightweight, non-monkey-patch class utilities for Hanami and Ruby app.
- Hash
- Hashie (⭐3k) - A collection of tools that extend Hashes and make them more useful.
Country Data
- Carmen (⭐1.2k) - A repository of geographic regions.
- Countries (⭐2.4k) - All sorts of useful information about every country packaged as pretty little country objects.
Cryptocurrencies and Blockchains
- Blockchain Lite (⭐238) - Build your own blockchains with crypto hashes; revolutionize the world with blockchains, blockchains, blockchains one block at a time.
Data Processing and ETL
- CSV Reader (⭐176) - A modern tabular data (line-by-line records) reader supports "classic" CSV but also CSV Numerics,
CSV <3 JSON,CSV <3 YAML, tab, space or fixed width fields (FWF) and many more flavors and dialects.
Database Tools
- Scenic - Versioned database views for Rails.
Date and Time Processing
- ice_cube (⭐2.5k) - A date recurrence library which allows easy creation of recurrence rules and fast querying.
Debugging Tools
- did_you_mean (⭐1.9k) - Adds class, method & attribute suggestions to error messages.
- pry-rails (⭐1.4k) - Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. This is a small gem which causes rails console to open pry. It therefore depends on pry.
- tracer - A Ruby tracing tool for following method calls, line execution, and object allocations via TracePoint.
Developer Tooling
- Language Servers
- Fuzzy Ruby Server (⭐235) - A Ruby language server offering fuzzy search-based definitions, references, and completions.
- Ruby LSP (⭐2k) - An opinionated language server for Ruby with support for pull diagnostics, formatting, and more.
- Solargraph (⭐2k) - A Ruby language server providing IntelliSense, code completion, and inline documentation.
- Editor Extensions
- Ruby LSP (VS Code) - VS Code extension providing a rich Ruby development experience powered by Ruby LSP.
- VSCode RuboCop (⭐74) - VS Code extension for RuboCop with autocorrection and lint support.
- VSCode Standard (⭐123) - VS Code extension for StandardRB.
- VSCode rdbg Ruby Debugger - VS Code extension for the debug gem with DAP support.
- Developer Experience
- debug (⭐1.3k) - The official Ruby debugger with Debug Adapter Protocol (DAP) support.
- ruby-lsp-rails (⭐683) - A Ruby LSP addon for Rails that provides route, model, and association support.
- ruby-lsp-rspec (⭐218) - A Ruby LSP addon that provides enhanced RSpec support, including code lens for running and debugging tests.
DevOps Tools
- Einhorn (⭐1.6k) - Einhorn will open one or more shared sockets and run multiple copies of your process. You can seamlessly reload your code, dynamically reconfigure Einhorn, and more.
Documentation
- Hanna - An RDoc formatter built with simplicity, beauty and ease of browsing in mind.
E-Commerce and Payments
- Pay (⭐2.2k) - A payments engine for Rails, supporting Stripe, Braintree, Paddle, and Lemon Squeezy.
- PayPal Server SDK (⭐6) - PayPal's official Ruby SDK for the PayPal Server APIs (Orders and Payments).
Ebook
- bookpub (⭐13) - Bookshop is a an open-source agile book development and publishing framework for authors, editors.
- Postal (⭐17k) - A fully featured open source mail delivery platform for incoming & outgoing e-mail.
Encryption
- bcrypt-ruby (⭐2k) - bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm.
- RbNaCl (⭐985) - Ruby binding to the Networking and Cryptography (NaCl) library.
Environment Management
- rbenv (⭐17k) - Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.
- ruby-build (⭐4k) - Compile and install Ruby.
- rv - A fast Ruby version and toolchain manager written in Rust.
Error Handling
- Better Errors (⭐6.9k) - Better error page for Rack apps.
Feature Flippers and A/B Testing
- flipper (⭐4k) - Feature flipping for ANYTHING. Make turning features on/off so easy that everyone does it. Whatever your data store, throughput, or experience.
- Unleash (⭐62) - Ruby client for Unleash, a powerful feature toggle system that gives you a great overview over all feature toggles across all your applications and services.
File Upload
- Shrine (⭐3.3k) - Toolkit for handling file uploads in Ruby.
Form Builder
- bootstrap_form (⭐1.6k) - Rails form builder that makes it super easy to create beautiful-looking forms with Twitter Bootstrap 3+.
- Formtastic (⭐5.2k) - A Rails form builder plugin with semantically rich and accessible markup.
- Rapidfire (⭐328) - Making dynamic surveys should be easy!
- Reform (⭐2.5k) - Gives you a form object with validations and nested setup of models. It is completely framework-agnostic and doesn't care about your database.
Game Development and Graphics
- Mittsu (⭐539) - Mittsu makes 3D graphics easier by providing an abstraction over OpenGL, and is based heavily off of THREE.js.
Git Tools
- Overcommit (⭐4k) - A fully configurable and extendable Git hook manager.
GraphQL
- graphql-client (⭐77) - A library for declaring, composing and executing GraphQL queries.
HTML/XML Parsing
- HappyMapper (⭐152) - Object to XML mapping library, using Nokogiri.
- HTML::Pipeline (⭐2.3k) - HTML processing filters and utilities.
Image Processing
- ruby-vips (⭐904) - A binding for the libvips image processing library.
Implementations/Compilers
- TruffleRuby (⭐3.2k) - A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.
Internationalization
- i18n (⭐1k) - Ruby Internationalization and localization solution.
- r18n (⭐512) - Advanced i18n library for Rails, Sinatra, desktop apps, models, works well with complex languages like Russian.
Machine Learning
- TensorFlow (⭐383) - The end-to-end machine learning platform for Ruby.
Music and Sound
- Sonic Pi (⭐12k) - A live coding synth for everyone originally designed to support computing and music lessons.
Networking
- RubyDNS (⭐727) - A high-performance DNS server which can be easily integrated into other projects or used as a stand-alone daemon.
Optimizations
- bootsnap (⭐2.7k) - Boot large Ruby/Rails apps faster.
- fast_underscore (⭐37) - Provides a C-optimized method for transforming a string from any capitalization into underscore-separated
ORM/ODM
- NoBrainer (⭐386) - A RethinkDB ORM for Ruby
ORM/ODM Extensions
- Social
- Merit (⭐1.5k) - Adds reputation behavior to Rails apps in the form of Badges, Points, and Rankings for ActiveRecord or Mongoid.
- PublicActivity (⭐3k) - Provides easy activity tracking for your ActiveRecord, Mongoid 3 and MongoMapper models in Rails 3 and 4. Similar to Github's Public Activity.
- Simple Feed (⭐335) - Fast and highly scalable read-optimized social activity feed library in pure Ruby, backed by Redis.
- Unread (⭐742) - Manage read/unread status of ActiveRecord objects - and it's fast.
- Sorting
- ActsAsList (⭐2.1k) - Provides the capabilities for sorting and reordering a number of objects in a list.
- positioning (⭐416) - Simple positioning for Active Record models. Supports multiple lists per model and relative positioning.
- ranked-model (⭐1.1k) - A modern row sorting library for ActiveRecord. It uses ARel aggressively and is better optimized than most other libraries.
- Squid (⭐221) - Squid · A Ruby library to plot charts in PDF files
Performance Monitoring
- Instrumental (⭐59) - Measure your application in real time with Instrumental.
- New Relic (⭐1.2k) - Find and fix Ruby errors with New Relic application monitoring and troubleshooting.
Processes
- childprocess (⭐597) - Cross-platform ruby library for managing child processes.
Profiler and Optimization
- Derailed Benchmarks (⭐3.1k) - A series of things you can use to benchmark any Rack based app.
- Rbkit (⭐354) - profiler for Ruby. With a GUI.
- test-prof (⭐2k) - Ruby Tests Profiling Toolbox
Queues and Messaging
- Que (⭐2.3k) - A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.
- Shoryuken (⭐2.1k) - A super efficient AWS SQS thread based message processor for Ruby.
RSS
- feedparser (⭐168) - A feed parser and normalizer (Atom, RSS, JSON, etc) library.
- Stringer (⭐4.1k) - A self-hosted, anti-social RSS reader.
Serverless
- Jets (⭐2.6k) - A Ruby Serverless Framework to create and deploy serverless microservices with ease, and to seamlessly glue AWS services.
Scheduling
- Sidekiq-Cron (⭐1.9k) - A scheduling add-on for Sidekiq.
Scientific
- Bindings
- PyCall (⭐1.1k) - Calling Python functions from the Ruby language.
- ruby-opencv (⭐811) - An OpenCV wrapper for Ruby.
- Data analysis/structures
- daru (⭐1.1k) - A library for storage, analysis, manipulation and visualization of data in pure Ruby.
- Daru::View - A library for easy and interactive plotting on Jupyter Notebooks and web applications.
- Rgl (⭐421) - A framework for graph data structures and algorithms.
Search
- Mongoid Search (⭐315) - Simple full text search implementation for Mongoid.
Security
- Rack::Attack (⭐5.7k) - Rack middleware for blocking & throttling abusive requests.
- SecureHeaders (⭐3.2k) - Automatically apply several headers that are related to security, including: Content Security Policy (CSP), HTTP Strict Transport Security (HSTS), X-Frame-Options (XFO), X-XSS-Protection, X-Content-Type-Options, X-Download-Options & X-Permitted-Cross-Domain-Policies.
Services and Apps
- OctoLinker (⭐5.4k) - Navigate through projects on GitHub.com efficiently with the OctoLinker browser extension.
State Machines
- FiniteMachine (⭐804) - A plain Ruby state machine with a straightforward and expressive syntax.
Third-party APIs
- Notion Ruby Client (⭐131) - A Ruby wrapper for the Notion API.
- Restforce (⭐823) - A Ruby client for the Salesforce REST api.
- Slack Notifier (⭐1.5k) - A simple wrapper for posting to Slack channels.
- twitter (⭐4.6k) - A Ruby interface to the Twitter API.
- Yt (⭐754) - An object-oriented Ruby client for YouTube API V3.
- x-cli (⭐5.6k) - A command-line power tool for X/Twitter.
Type Signatures and Type Checking
- RBS (⭐2.2k) - The official language for describing the structure of Ruby programs. Ships with Ruby and powers type checkers like Steep.
- rbs-inline (⭐352) - Write RBS type signatures inline in Ruby source code as comments.
- Sord (⭐334) - Generate RBS and RBI type signatures from YARD documentation.
- Spoom (⭐264) - A toolset for using Sorbet in Ruby projects, including strictness management, dead code detection, and more.
- Steep (⭐1.5k) - A gradual type checker for Ruby using RBS type signatures.
- Tapioca (⭐867) - The swiss army knife of RBI generation for Sorbet, generating type definitions for gems, DSLs, and more.
- Typeprof (⭐827) - A type analysis tool for Ruby that generates RBS type signatures from code.
- Runtime Typing
- dry-types (⭐897) - A simple and extendable type system for Ruby with constraints, coercion, and default values.
- Literal (⭐339) - Runtime type checking for Ruby with typed properties, structs, data, and enums.
Video
- Video Transcoding (⭐2.5k) - Tools to transcode, inspect and convert videos.
View components
- Phlex (⭐1.5k) - A framework for building object-oriented views in Ruby.
- ViewComponent (⭐3.6k) - View components for Rails.
View helpers
- Bh (⭐832) - Bootstrap Helpers for Ruby.
- render_async (⭐1.1k) - Render partials to your views asynchronously and increase load performance of your pages.
WebSocket
- CableReady (⭐771) - CableReady completes the ActionCable story and expands the utility of web sockets in your Rails app.
- StimulusReflex (⭐2.3k) - Build reactive applications with the Rails tooling you already know and love.
- Next: Jun 30, 2026
Top 50 Awesome List
- Public Apis - (Source ⭐ 445K 📝 07/01) - A collective list of free APIs
- Awesome Selfhosted - (Source ⭐ 300K 📝 07/03) - A list of Free Software network services and web applications which can be hosted on your own servers
- Free Programming Books (English, By Programming Language) - (Source ⭐ 391K 📝 06/30) - 📚 Freely available programming books
- Awesome List - (Source ⭐ 478K 📝 06/25) - 😎 Awesome lists about all kinds of interesting topics
- Awesome Python - (Source ⭐ 305K 📝 06/29) - An opinionated list of Python frameworks, libraries, tools, and resources
- Awesome Go - (Source ⭐ 176K 📝 07/03) - A curated list of awesome Go frameworks, libraries and software
- Free for Dev - (Source ⭐ 128K 📝 07/03) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Papers We Love - (Source ⭐ 107K 📝 07/01) - Papers from the computer science community to read and discuss.
- Awesome Mac - (Source ⭐ 106K 📝 07/01) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Awesome Vue - (Source ⭐ 74K 📝 07/03) - 🎉 A curated list of awesome things related to Vue.js
- Awesome Rust - (Source ⭐ 58K 📝 07/03) - A curated list of Rust code and resources.
- Awesome Claude Code - (Source ⭐ 41K 📝 07/03) - A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
- Awesome Docker - (Source ⭐ 36K 📝 07/03) - 🐳 A curated list of Docker resources and projects
- Awesome Java - (Source ⭐ 48K 📝 06/26) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome Ios - (Source ⭐ 53K 📝 06/25) - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- Awesome Osint - (Source ⭐ 27K 📝 07/01) - 😱 A curated list of amazingly awesome OSINT
- Awesome Neovim - (Source ⭐ 21K 📝 07/02) - Collections of awesome neovim plugins.
- Awesome Cli Apps - (Source ⭐ 20K 📝 07/02) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Datascience - (Source ⭐ 29K 📝 06/28) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Machine Learning - (Source ⭐ 73K 📝 06/18) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Zsh Plugins - (Source ⭐ 18K 📝 06/30) - A collection of ZSH frameworks, plugins, themes and tutorials.
- Awesome Raspberry Pi - (Source ⭐ 17K 📝 06/30) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome Ruby - (Source ⭐ 14K 📝 07/01) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Sysadmin - (Source ⭐ 34K 📝 06/21) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Vscode - (Source ⭐ 29K 📝 06/21) - 🎨 A curated list of delightful VS Code packages and resources.
- Awesome Dotfiles - (Source ⭐ 11K 📝 06/30) - A curated list of dotfiles resources.
- Awesome Readme - (Source ⭐ 21K 📝 06/23) - A curated list of awesome READMEs
- Awesome Tailwindcss - (Source ⭐ 15K 📝 06/26) - 😎 Awesome things related to Tailwind CSS
- Awesome Django - (Source ⭐ 11K 📝 06/25) - A curated list of awesome things related to Django
- Awesome Fastapi - (Source ⭐ 11K 📝 06/25) - A curated list of awesome things related to FastAPI
- Awesome Swift - (Source ⭐ 26K 📝 06/16) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Godot - (Source ⭐ 10K 📝 06/24) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Awesome Rails - (Source ⭐ 3.9K 📝 07/03) - A curated list of awesome things related to Ruby on Rails
- Awesome React - (Source ⭐ 74K 📝 06/03) - A collection of awesome things regarding React ecosystem
- Awesome Crystal - (Source ⭐ 3.6K 📝 07/03) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Magictools - (Source ⭐ 17K 📝 06/16) - 🎮 📝 A list of Game Development resources to make magic happen.
- Awesome Terraform - (Source ⭐ 6.5K 📝 06/26) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Data Engineering - (Source ⭐ 8.7K 📝 06/22) - A curated list of data engineering tools for software developers
- Awesome Wpo - (Source ⭐ 8.9K 📝 06/22) - A curated list of Web Performance Optimization.
- Awesome Talks - (Source ⭐ 6.2K 📝 06/25) - Awesome online talks and screencasts
- Awesome Cpp - (Source ⭐ 71K 📝 05/31) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome WSL - (Source ⭐ 6.5K 📝 06/24) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Deno - (Source ⭐ 4.4K 📝 06/26) - Curated list of awesome things related to Deno
- Awesome V - (Source ⭐ 2.1K 📝 07/03) - A curated list of awesome V frameworks, libraries, software and resources.
- Awesome Mqtt - (Source ⭐ 2.4K 📝 07/01) - Curated list of MQTT brokers, clients, tools, resources and more.
- Awesome Terminals - (Source ⭐ 2.8K 📝 06/29) - Terminal Emulators
- Awesome Cl - (Source ⭐ 2.9K 📝 06/28) - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Awesome Zig - (Source ⭐ 2.4K 📝 06/30) - A collaborative list of awesome Zig libraries and resources.
- Awesome Developer First - (Source ⭐ 1.7K 📝 07/02) - A curated list of awesome developer-first tools products.
- Static Analysis - (Source ⭐ 15K 📝 06/10) - ⚙️ 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.
All Tracked List
Agentic AI
- Awesome Gemini Cli - (Source ⭐ 479, 📝 07/01 ) - A curated list of awesome tools, extensions, and resources for Gemini CLI.
Artificial Intelligence
- Awesome Agents - (Source ⭐ 93, 📝 07/01 ) - A curated list of AI agent platforms, frameworks, protocols, tools, and resources
Back-End Development
- Awesome Cakephp - (Source ⭐ 933, 📝 05/26 ) - 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 ⭐ 36K, 📝 07/03 ) - 🐳 A curated list of Docker resources and projects
- Awesome Dropwizard - (Source ⭐ 83, 📝 18/10/30 ) -
- Awesome Fastapi - (Source ⭐ 11K, 📝 06/25 ) - A curated list of awesome things related to FastAPI
- Awesome Fiber - (Source ⭐ 819, 📝 04/25 ) - ✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
- Awesome Flask - (Source ⭐ 1.7K, 📝 05/13 ) - A curated list of awesome things related to Flask
- Awesome Iam - (Source ⭐ 2.2K, 📝 06/21 ) - 👤 Identity and Access Management knowledge for cloud platforms
- Awesome Laravel - (Source ⭐ 11K, 📝 20/05/08 ) - A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
- Awesome Laravel Education - (Source ⭐ 356, 📝 19/04/02 ) - A curated list of resources for learning about the Laravel PHP Framework
- Awesome Laravel Filament - (Source ⭐ 5, 📝 03/19 ) - A list for the topic laravel and filament
- Awesome Lumen - (Source ⭐ 318, 📝 20/06/11 ) - 👓 📚 Curated list of awesome resources: books, videos, articles about using Lumen (PHP Microframework by Laravel)
- Awesome Phalcon - (Source ⭐ 606, 📝 23/07/17 ) - A curated list of awesome Phalcon libraries and resources
- Awesome Play1 - (Source ⭐ 39, 📝 15/08/07 ) - A collection of modules, tools and resources for play1
- Awesome Pyramid - (Source ⭐ 530, 📝 21/07/08 ) - A curated list of awesome Pyramid apps, projects and resources.
- Awesome Rails - (Source ⭐ 3.9K, 📝 07/03 ) - 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.5K, 📝 06/26 ) - 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, 📝 06/10 ) - 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 ⭐ 14K, 📝 05/19 ) - A curated list of awesome big data frameworks, ressources and other awesomeness.
- Awesome Data Engineering - (Source ⭐ 8.7K, 📝 06/22 ) - 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, 📝 05/14 ) - a curated list of awesome streaming frameworks, applications, etc
Books
- Awesome Book Authoring - (Source ⭐ 283, 📝 19/12/06 ) - 📚 A collection of awesome resources for technical book authors
- Awesome Ios Books - (Source ⭐ 685, 📝 07/01 ) - 📚 Directory of iOS books
- ElixirBooks - (Source ⭐ 1.2K, 📝 22/08/14 ) - List of Elixir books
- Free Programming Books (English, By Programming Language) - (Source ⭐ 391K, 📝 06/30 ) - 📚 Freely available programming books
- GoBooks - (Source ⭐ 19K, 📝 02/27 ) - List of Golang books
- Rbooks - (Source ⭐ 192, 📝 17/10/11 ) - A curated list of #rstats books
Business
- Awesome Billing - (Source ⭐ 1.3K, 📝 06/21 ) - 💰 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.7K, 📝 07/02 ) - A curated list of awesome developer-first tools products.
- Awesome Engineering Team Management - (Source ⭐ 2.4K, 📝 25/06/09 ) - 👔 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.5K, 📝 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 ⭐ 163K, 📝 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.3K, 📝 04/27 ) - 😎 Awesome list of tools and projects with the awesome LangChain framework
Computer Science
- Asdf Plugins - (Source ⭐ 1.3K, 📝 23/02/13 ) - Convenience shortname repository for asdf community plugins
- Awesome Ai - (Source ⭐ 8, 📝 06/11 ) - Comprehensive collection of AI/ML tools, frameworks, libraries, and resources. Automatically curated and continuously updated with rich metadata and categorization.
- Awesome Ai in Finance - (Source ⭐ 6K, 📝 06/03 ) - 🔬 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 ⭐ 29K, 📝 06/28 ) - 📝 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 ⭐ 73K, 📝 06/18 ) - 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 ⭐ 191, 📝 07/02 ) - AI tools platform with 800+ curated tools, built-in workspace tools for developers and researchers.
- 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, 📝 06/10 ) - ⚙️ 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.6K, 📝 06/19 ) - 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
- Awesome Mysql - (Source ⭐ 2.6K, 📝 04/21 ) - A curated list of awesome MySQL software, libraries, tools and resources
- Awesome Neo4j - (Source ⭐ 453, 📝 18/05/21 ) - A curated list of Neo4j resources.
- Awesome Nosql Guides - (Source ⭐ 184, 📝 22/03/29 ) - 💻 Curated list of awesome resources and links about using NoSQL databases
- Awesome Postgres - (Source ⭐ 12K, 📝 05/21 ) - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
- Awesome Rethinkdb - (Source ⭐ 109, 📝 16/05/09 ) - A curated list of awesome RethinkDB resources, libraries, tools and applications
- Awesome Tdengine - (Source ⭐ 43, 📝 23/03/31 ) - 🎉 A curated list of awesome projects related to TDengine
- Awesome Tinkerpop - (Source ⭐ 161, 📝 17/12/08 ) - A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2
- Typedb Awesome - (Source ⭐ 74, 📝 03/06 ) - A curated list of awesome TypeDB frameworks libraries, software and resources.
Decentralized Systems
- Alternative Internet - (Source ⭐ 5.4K, 📝 25/09/15 ) - A collection of interesting new networks and tech aiming at decentralisation (in some form).
- Awesome Algorand - (Source ⭐ 215, 📝 06/30 ) - ⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
- Awesome Bitcoin - (Source ⭐ 1.3K, 📝 06/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 ⭐ 190, 📝 05/13 ) - 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, 📝 05/28 ) - The list of continuous integration services and tools
- Awesome Cli Apps - (Source ⭐ 20K, 📝 07/02 ) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Cli Apps in a Csv - (Source ⭐ 2.5K, 📝 06/09 ) - 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, 📝 06/30 ) - A curated list of dotfiles resources.
- Awesome Git - (Source ⭐ 2.9K, 📝 25/02/04 ) - 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 ⭐ 25, 📝 03/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 ⭐ 34K, 📝 06/21 ) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Terminals - (Source ⭐ 2.8K, 📝 06/29 ) - Terminal Emulators
- Awesome Tmux - (Source ⭐ 9.9K, 📝 05/21 ) - A list of awesome resources for tmux
- Awesome WSL - (Source ⭐ 6.5K, 📝 06/24 ) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Zsh Plugins - (Source ⭐ 18K, 📝 06/30 ) - 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, 📝 03/22 ) - 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, 📝 03/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, 📝 07/02 ) - 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.3K, 📝 06/01 ) - 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 ⭐ 842, 📝 04/23 ) - 📒 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, 📝 05/08 ) - 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, 📝 06/12 ) - A curated list of awesome Lit resources.
- Awesome Marionette - (Source ⭐ 154, 📝 17/01/01 ) - A list of resources for marionette.js
- Awesome Material - (Source ⭐ 593, 📝 22/10/05 ) - 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, 📝 03/25 ) - 📔 📚 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 ⭐ 994, 📝 06/17 ) - 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, 📝 06/03 ) - A collection of awesome things regarding React ecosystem
- Awesome React Components - (Source ⭐ 47K, 📝 02/08 ) - Curated List of React Components & Libraries.
- Awesome React Hooks - (Source ⭐ 1.1K, 📝 19/05/27 ) - A curated list about React Hooks
- Awesome Redux - (Source ⭐ 363, 📝 17/01/27 ) - Catalog of Redux Libraries & Learning Material
- Awesome Relay - (Source ⭐ 257, 📝 17/01/09 ) - Awesome resources for Relay
- Awesome Sass - (Source ⭐ 1.8K, 📝 20/11/07 ) - 🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources.
- Awesome Seed Rs - (Source ⭐ 218, 📝 25/01/11 ) - A curated list of awesome things related to Seed
- Awesome Service Workers - (Source ⭐ 1.6K, 📝 18/10/30 ) - 🔩 A collection of awesome resources for learning Service Workers
- Awesome Static Website Services - (Source ⭐ 2K, 📝 02/09 ) - 📄 🛠 A curated list of awesome static websites services
- Awesome Storybook - (Source ⭐ 394, 📝 25/07/14 ) - A collection of awesome resources about @storybookjs ecosystem 🎨
- Awesome Svelte - (Source ⭐ 2.1K, 📝 05/31 ) - ⚡ A curated list of awesome Svelte resources
- Awesome Tailwindcss - (Source ⭐ 15K, 📝 06/26 ) - 😎 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/03 ) - 🎉 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 ⭐ 127, 📝 04/27 ) - ⚡️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 ⭐ 8.9K, 📝 06/22 ) - 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 ⭐ 29K, 📝 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.2K, 📝 05/09 ) - Tools Online
- Typography - (Source ⭐ 696, 📝 04/21 ) - 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.5K, 📝 06/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, 📝 07/02 ) - An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.
- Awesome Game Engine Dev - (Source ⭐ 1.4K, 📝 06/17 ) - Awesome list of resources for Game Engine Development.
- Awesome Game Remakes - (Source ⭐ 1.4K, 📝 06/26 ) - Actively maintained open-source game remakes.
- Awesome Games of Coding - (Source ⭐ 2.1K, 📝 03/25 ) - A curated list of games that can teach you how to learn a programming language.
- Awesome Gametalks - (Source ⭐ 919, 📝 16/07/07 ) - 💬 A curated list of gaming talks (development, design, etc)
- Awesome Gbdev - (Source ⭐ 4.4K, 📝 06/09 ) - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
- Awesome Gideros - (Source ⭐ 23, 📝 19/10/07 ) - A curated list of awesome Gideros resources, classes and tips.
- Awesome Godot - (Source ⭐ 10K, 📝 06/24 ) - 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 ⭐ 185, 📝 05/21 ) - 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.4K, 📝 06/19 ) - 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 ⭐ 2.8K, 📝 05/30 ) - Collection of Games that have the source code available on GitHub
- Awesome PICO 8 - (Source ⭐ 3K, 📝 02/18 ) - A curated list of awesome PICO-8 resources, carts, tools and more
- Awesome Playcanvas - (Source ⭐ 462, 📝 06/26 ) - 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, 📝 06/09 ) - 🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
- Magictools - (Source ⭐ 17K, 📝 06/16 ) - 🎮 📝 A list of Game Development resources to make magic happen.
Hardware
- Awesome Beacon - (Source ⭐ 841, 📝 19/05/03 ) - A curated list of awesome Bluetooth beacon software and tools.
- Awesome Electronics - (Source ⭐ 7.1K, 📝 01/06 ) - A curated list of awesome resources for Electronic Engineers and hobbyists
- Awesome Iot - (Source ⭐ 4K, 📝 06/16 ) - 🤖 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 ⭐ 822, 📝 05/27 ) - 🛠Helpful items for making open source hardware projects.
- Awesome Plotters - (Source ⭐ 1.3K, 📝 25/12/04 ) - A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
- Awesome Robotic Tooling - (Source ⭐ 2.5K, 📝 23/04/30 ) - Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
- Awesome Robotics - (Source ⭐ 4.2K, 📝 24/09/23 ) - A list of awesome Robotics resources
- Guitarspecs - (Source ⭐ 197, 📝 20/12/27 ) - Overview of the electric guitar's parts specs
Health and Social Science
- Awesome Animal Care - (Source ⭐ 10, 📝 06/16 ) - 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 ⭐ 328, 📝 06/12 ) - 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 ⭐ 402, 📝 07/02 ) - A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.
- Awesome Claude Code - (Source ⭐ 41K, 📝 07/03 ) - A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
- Awesome Firebase Genkit - (Source ⭐ 119, 📝 04/29 ) - 🔥 List of Genkit talks, plugins, tools, examples & articles! Contributions welcome!
Learn
- Awesome Computer History - (Source ⭐ 2.3K, 📝 18/09/30 ) - An Awesome List of computer history videos, documentaries and related folklore
- Awesome Css Learning - (Source ⭐ 2.4K, 📝 22/08/09 ) - A tiny list limited to the best CSS Learning Resources
- Awesome Educational Games - (Source ⭐ 667, 📝 21/10/10 ) - A curated list of awesome educational games to learn editors, languages, programming, etc
- Awesome Javascript Learning - (Source ⭐ 5.4K, 📝 24/11/19 ) - A tiny list limited to the best JavaScript Learning Resources
- Awesome Language Learning - (Source ⭐ 47, 📝 25/05/27 ) - Awesome resources for learning languages
- Awesome Product Management - (Source ⭐ 2K, 📝 25/11/24 ) - 🚀 A curated list of awesome resources for product/program managers to learn and grow.
- Awesome Programming for Kids - (Source ⭐ 1.1K, 📝 24/11/15 ) - A curated list of resources for teaching kids programming.
- Awesome Roadmaps - (Source ⭐ 6.9K, 📝 05/14 ) - A curated list of roadmaps.
- Awesome Speaking - (Source ⭐ 1.5K, 📝 23/11/21 ) - Resources about public speaking
- Awesome Tech Videos - (Source ⭐ 579, 📝 16/10/12 ) - 📺 A curated list of tech conferences from youtube, vimeo, etc for us to get inspired ;)
- Dive Into Machine Learning - (Source ⭐ 11K, 📝 22/06/17 ) - Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
- Learn to Program - (Source ⭐ 4.3K, 📝 24/10/12 ) - Educational resources to learn to program (Foundation in Web Development)
Library systems
- Awesome Ai4lam - (Source ⭐ 45, 📝 24/07/07 ) - A list of awesome AI in libraries, archives, and museum collections from around the world 🕶️
Media
- Awesome Audio Visualization - (Source ⭐ 4.9K, 📝 01/07 ) - A curated list about Audio Visualization.
- Awesome Audiovisual - (Source ⭐ 169, 📝 24/07/07 ) - 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.1K, 📝 25/11/24 ) - 👻 A curated list of awesome FFmpeg resources.
- Awesome Fonts - (Source ⭐ 2K, 📝 06/01 ) - Curated list of fonts and everything
- Awesome Gif - (Source ⭐ 680, 📝 03/13 ) - A curated list of awesome GIF resources.
- Awesome Icons - (Source ⭐ 916, 📝 02/11 ) - 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, 📝 05/18 ) - 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.8K, 📝 05/02 ) - 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, 📝 06/27 ) - 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 ⭐ 411, 📝 06/30 ) - 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, 📝 06/03 ) - 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 ⭐ 99, 📝 21/04/01 ) - 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 ⭐ 86, 📝 05/21 ) - A curated list of Build123d code and resources.
- Awesome Calculators - (Source ⭐ 109, 📝 20/10/22 ) - 😎 A curated list of resources related to calculators!
- Awesome Captcha - (Source ⭐ 1.1K, 📝 23/10/04 ) - 🔑 Curated list of awesome captcha libraries and crack tools.
- Awesome Chatops - (Source ⭐ 782, 📝 21/10/14 ) - 🤖 A collection of awesome things about ChatOps – managing operations through a chat
- Awesome Cheminformatics - (Source ⭐ 625, 📝 24/03/15 ) - A curated list of Cheminformatics libraries and software.
- Awesome Ciandcd - (Source ⭐ 2K, 📝 22/07/25 ) - continuous integration and continuous delivery
- Awesome Codepoints - (Source ⭐ 754, 📝 24/04/21 ) - Awesome Code Points
- Awesome Coins - (Source ⭐ 3.6K, 📝 21/12/07 ) - ₿ A guide (for humans!) to cryto-currencies and their algos.
- Awesome Competitive Programming - (Source ⭐ 13K, 📝 24/12/08 ) - 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
- Awesome Computational Biology - (Source ⭐ 137, 📝 06/21 ) - 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 ⭐ 0, 📝 24/03/12 ) - 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, 📝 25/07/14 ) - 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 ⭐ 626, 📝 25/07/14 ) - 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 ⭐ 27K, 📝 04/28 ) - 😱 Falsehoods Programmers Believe in
- Awesome Flutter - (Source ⭐ 60K, 📝 04/22 ) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
- Awesome Food - (Source ⭐ 221, 📝 03/17 ) - A curated list of food related projects on Github
- Awesome for Beginners - (Source ⭐ 86K, 📝 04/11 ) - A list of awesome beginners-friendly projects.
- Awesome Foss Apps - (Source ⭐ 296, 📝 24/08/07 ) - A curated list of awesome production grade free and open source software organized by category
- Awesome Framer - (Source ⭐ 614, 📝 03/22 ) - A curated list of awesome things related to Framer prototyping tool
- Awesome Frc - (Source ⭐ 93, 📝 23/07/23 ) - A curated list of packages and resources regarding the FIRST Robotics Competition.
- Awesome Free Software - (Source ⭐ 1.9K, 📝 25/04/30 ) - Curated list of open-source, free as in freedom software.
- Awesome Funny Markov - (Source ⭐ 186, 📝 22/09/13 ) - A curated list of delightfully amusing and facetious Markov chain output.
- Awesome Generative Deep Art - (Source ⭐ 3.3K, 📝 25/12/18 ) - A curated list of Generative AI tools, works, models, and references
- Awesome Geojson - (Source ⭐ 2.5K, 📝 02/08 ) - GeoJSON utilities that will make your life easier.
- Awesome Git Addons - (Source ⭐ 1.9K, 📝 24/10/04 ) - 😎 A curated list of add-ons that extend/enhance the git CLI.
- Awesome Github Wiki - (Source ⭐ 462, 📝 05/26 ) - :neckbeard: Awesome list GitHub Wikis
- Awesome Glp1 - (Source ⭐ 0, 📝 24/02/20 ) - Awesome resources around the GLP1 Receptor Agonist class of treatments. Sponsored by GLP1.Guide
- Awesome Graphql - (Source ⭐ 15K, 📝 06/08 ) - 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, 📝 06/19 ) - Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.
- Awesome Hacking - (Source ⭐ 112K, 📝 04/24 ) - A collection of various awesome lists for hackers, pentesters and security researchers
- Awesome Homematic - (Source ⭐ 157, 📝 21/01/16 ) - A curated list of Homematic related links ✨
- Awesome Icons - (Source ⭐ 1.5K, 📝 06/09 ) - 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, 📝 05/17 ) - A curated list of awesome IRC resources.
- Awesome It Quotes - (Source ⭐ 440, 📝 21/01/26 ) - This is a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
- Awesome Json - (Source ⭐ 1.5K, 📝 06/19 ) - A curated list of awesome JSON libraries and resources.
- Awesome Json Datasets - (Source ⭐ 3.6K, 📝 22/03/28 ) - A curated list of awesome JSON datasets that don't require authentication.
- Awesome Jupyter - (Source ⭐ 4.6K, 📝 03/26 ) - A curated list of awesome Jupyter projects, libraries and resources
- Awesome Katas - (Source ⭐ 3.1K, 📝 25/11/24 ) - 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.6K, 📝 03/22 ) - Curated list of LaTeX awesomeness
- Awesome Ledger - (Source ⭐ 126, 📝 18/04/25 ) - ⭐ Useful resources for the Ledger command-line accounting system
- Awesome List - (Source ⭐ 478K, 📝 06/25 ) - 😎 Awesome lists about all kinds of interesting topics
- Awesome Lowcode - (Source ⭐ 579, 📝 06/19 ) - 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, 📝 06/30 ) - 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 ⭐ 204, 📝 25/11/24 ) - A curated list of awesome marketing tools and resources
- Awesome Microservices - (Source ⭐ 14K, 📝 06/10 ) - 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, 📝 07/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 ⭐ 2.2K, 📝 23/06/16 ) - 🚀 Awesome (free) web apps that work without login
- Awesome Open Source Supporters - (Source ⭐ 674, 📝 24/05/15 ) - ⭐️ A curated list of companies that offer their services for free to Open Source projects
- Awesome Opengl - (Source ⭐ 2.4K, 📝 02/08 ) - A curated list of awesome OpenGL libraries, debuggers and resources.
- Awesome Opensource Apps - (Source ⭐ 3.7K, 📝 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.5K, 📝 25/07/14 ) - 📊 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, 📝 06/23 ) - 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.5K, 📝 02/19 ) - 😎 Curated list of awesome software for numerical analysis and scientific computing
- Awesome Scientific Writing - (Source ⭐ 920, 📝 25/11/24 ) - ⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
- Awesome Scriptable - (Source ⭐ 1.5K, 📝 25/11/24 ) - A curated list of awesome Scriptable scripts and widgets.
- Awesome Selfhosted - (Source ⭐ 300K, 📝 07/03 ) - 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.5K, 📝 24/10/05 ) - A curated list of awesome TikZ documentations, libraries and resources
- Awesome Transit - (Source ⭐ 1.7K, 📝 05/12 ) - 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.4K, 📝 03/25 ) - 📖 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, 📝 06/26 ) - 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.5K, 📝 04/28 ) - 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 ⭐ 269, 📝 06/13 ) - 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 ⭐ 128K, 📝 07/03 ) - 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, 📝 06/08 ) - 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 ⭐ 445K, 📝 07/01 ) - 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 ⭐ 347, 📝 06/20 ) - Community list of data & technology resources concerning the built environment and communities. 🏙️🌳🚌🚦🗺️
Networking
- Awesome Network Analysis - (Source ⭐ 4K, 📝 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 ⭐ 426, 📝 24/09/23 ) - 😎 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 ⭐ 599, 📝 02/21 ) - 😎 Awesome lists of capacitor plugins. Made by Capgo
- Awesome Capacitorjs - (Source ⭐ 169, 📝 25/11/24 ) - ⚡️ 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, 📝 06/26 ) - 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 ⭐ 537, 📝 07/01 ) - 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 ⭐ 790, 📝 07/02 ) - 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 ⭐ 106K, 📝 07/01 ) - 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 ⭐ 14, 📝 06/21 ) - Curated collection of awesome macOS applications, tools, and resources. Auto-updated and always current with metadata, categorization, and quality filtering.
- Awesome Nix - (Source ⭐ 5.1K, 📝 05/02 ) - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]
- Awesome Nodejs - (Source ⭐ 66K, 📝 02/08 ) - ⚡ Delightful Node.js packages and resources [BECAUSE OF TOO MUCH SPAM AND LOW-QUALITY SUBMISSIONS, SUBMISSIONS ARE PAUSED UNTIL JULY]
- Awesome Nodered - (Source ⭐ 351, 📝 23/02/23 ) - A collection of interesting nodes and resources for Node-RED
- Awesome Qt - (Source ⭐ 1.1K, 📝 21/10/15 ) - A curated list of awesome tools, libraries, and resources for the Qt framework.
- Awesome Raspberry Pi - (Source ⭐ 17K, 📝 06/30 ) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome React Native - (Source ⭐ 32K, 📝 21/04/25 ) - 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.3K, 📝 06/14 ) - ⚡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.5K, 📝 06/19 ) - 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 ⭐ 48K, 📝 02/23 ) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Productivity Tools
- Awesome Productivity Tools - (Source ⭐ 51, 📝 24/05/22 ) - My Awesome list of productivity tools and products
Programming Languages
- Awesome Actionscript3 - (Source ⭐ 188, 📝 22/11/13 ) - A curated list of awesome libraries and components for ActionScript 3 and Adobe AIR.
- Awesome Ada - (Source ⭐ 836, 📝 05/31 ) - A curated list of awesome resources related to the Ada and SPARK programming language
- Awesome Asyncio - (Source ⭐ 4.9K, 📝 25/12/02 ) - A curated list of awesome Python asyncio frameworks, libraries, software and resources
- Awesome AutoHotkey - (Source ⭐ 2.1K, 📝 22/09/04 ) - A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
- Awesome AutoIt - (Source ⭐ 756, 📝 22/07/10 ) - ⭐ A curated list of awesome UDFs, example scripts, tools and useful resources for AutoIt.
- Awesome Ava - (Source ⭐ 333, 📝 22/09/12 ) - Awesome AVA resources
- Awesome C - (Source ⭐ 3K, 📝 19/10/17 ) - Continuing the development of awesome-c list on GitHub
- Awesome Circuitpython - (Source ⭐ 681, 📝 25/07/22 ) - A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.
- Awesome Cl - (Source ⭐ 2.9K, 📝 06/28 ) - 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, 📝 05/11 ) - 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 ⭐ 880, 📝 25/07/16 ) - 😎 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 ⭐ 71K, 📝 05/31 ) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Crystal - (Source ⭐ 3.6K, 📝 07/03 ) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Awesome D - (Source ⭐ 754, 📝 06/28 ) - A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
- Awesome Dart - (Source ⭐ 2.5K, 📝 05/25 ) - A curated list of awesome Dart frameworks, libraries, and software
- Awesome Django - (Source ⭐ 11K, 📝 06/25 ) - 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, 📝 25/11/24 ) - A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. 🚀
- Awesome Embedded Rust - (Source ⭐ 7.9K, 📝 06/09 ) - 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 ⭐ 176K, 📝 07/03 ) - A curated list of awesome Go frameworks, libraries and software
- Awesome Go - (Source ⭐ 4, 📝 06/27 ) - 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, 📝 06/26 ) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome Javascript - (Source ⭐ 35K, 📝 04/23 ) - 🐢 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, 📝 03/19 ) - 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 ⭐ 678, 📝 22/09/23 ) - 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, 📝 06/08 ) - 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 ⭐ 305K, 📝 06/29 ) - An opinionated list of Python frameworks, libraries, tools, and resources
- Awesome Python Data Science - (Source ⭐ 3.4K, 📝 04/13 ) - Probably the best curated list of data science software in Python.
- Awesome Python Scientific Audio - (Source ⭐ 1.7K, 📝 06/12 ) - Curated list of python software and packages related to scientific research in audio
- Awesome Python Typing - (Source ⭐ 2K, 📝 05/27 ) - Collection of awesome Python types, stubs, plugins, and tools to work with them.
- Awesome Qsharp - (Source ⭐ 132, 📝 22/08/11 ) - A curated list of Q# code and resources.
- Awesome R - (Source ⭐ 6.4K, 📝 25/11/24 ) - A curated list of awesome R packages, frameworks and software.
- Awesome R Learning Resources - (Source ⭐ 566, 📝 24/12/20 ) - A curated collection of free resources to help deepen your understanding of the R programming language. Updated regularly. Contributions encouraged via pull request (see contributing.md).
- Awesome Ruby - (Source ⭐ 14K, 📝 07/01 ) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Rust - (Source ⭐ 58K, 📝 07/03 ) - 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, 📝 06/16 ) - 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, 📝 07/03 ) - A curated list of awesome V frameworks, libraries, software and resources.
- Awesome Vala - (Source ⭐ 207, 📝 25/11/24 ) - A curated list of Vala projects
- Awesome Zig - (Source ⭐ 2.4K, 📝 06/30 ) - 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.4K, 📝 05/19 ) - A collection of android security related resources
- Awesome Ctf - (Source ⭐ 7.4K, 📝 20/05/18 ) - A curated list of CTF frameworks, libraries, resources and softwares
- Awesome Cyber Security University - (Source ⭐ 2.6K, 📝 25/11/24 ) - 🎓 Because Education should be free. Contributions welcome! 🕵️
- Awesome Cybersecurity Blueteam - (Source ⭐ 4.1K, 📝 24/07/07 ) - 💻🛡️ A curated collection of awesome resources, tools, and other shiny things for cybersecurity blue teams.
- Awesome Devsecops - (Source ⭐ 1.3K, 📝 24/07/07 ) - Curating the best DevSecOps resources and tooling.
- Awesome Embedded and Iot Security - (Source ⭐ 1.4K, 📝 23/10/17 ) - A curated list of awesome embedded and IoT security resources.
- Awesome Evm Security - (Source ⭐ 77, 📝 22/05/16 ) - 🕶 A high-level overview of the EVM security ecosystem
- Awesome Executable Packing - (Source ⭐ 1.6K, 📝 05/31 ) - A curated list of awesome resources related to executable packing
- Awesome Fuzzing - (Source ⭐ 966, 📝 05/22 ) - 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 ⭐ 9K, 📝 05/06 ) - 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 ⭐ 279, 📝 03/31 ) - 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 ⭐ 25K, 📝 25/12/18 ) - 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, 📝 03/21 ) - 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 ⭐ 13K, 📝 06/03 ) - 🐶 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 ⭐ 79, 📝 06/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 ⭐ 588, 📝 24/08/27 ) - 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.3K, 📝 06/19 ) - 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 ⭐ 14K, 📝 05/18 ) - 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 ⭐ 15K, 📝 05/19 ) - A curated list of awesome mathematics resources
- Awesome Osint - (Source ⭐ 27K, 📝 07/01 ) - 😱 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, 📝 06/25 ) - 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.7K, 📝 04/20 ) -
- Awesome Productivity - (Source ⭐ 1.9K, 📝 23/05/26 ) - A curated list of delightful productivity resources.
- Awesome Remote Job - (Source ⭐ 46K, 📝 05/08 ) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Slack - (Source ⭐ 858, 📝 23/05/26 ) - 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