MoreRSS

site iconTrack Awesome listModify

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

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Track Awesome list

Awesome List Updated on Jul 03, 2026

2026-07-03 08:29:49

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.0 Docker/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

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.
  • 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.

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.\ created  last-commit  license  stars
  • 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).\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • Librarian (⭐9) by ngmeyer - A standalone MCP server that gives Claude a markdown second-brain over any Obsidian vault or folder of .md files, 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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 /mcp router, 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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 ~/.claude config 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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).\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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).\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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 validate and ships CI-checked before/after example configs rather than handing back an unverified file.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

Security

  • aicontainer by stefanoginella - Sandboxed devcontainer for running Claude Code, Codex, and OpenCode in bypass / auto-approve mode.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • Brood Box by stacklok - CLI tool for running coding agents inside hardware-isolated microVMs\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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..\ created  last-commit  license  stars
  • compass (⭐13) by dshakes - Developer-grade Claude Code + Codex configuration: cost-tiered subagents, workflow commands, guardrail hooks, MCP parity, and an installable plugin/marketplace.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • machine (⭐9) by katspaugh - One isolated Lima VM per GitHub project — sandboxed Claude Code/Codex, Docker, Node, signed git\ created  last-commit  license  stars
  • Node9 (⭐207) by node9-ai - The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.\ created  last-commit  license  stars
  • SkilLock (⭐1) by skills-lock - Pin AI Skill behavior. Block unapproved drift in CI. See exactly what changed in every PR.\ created  last-commit  license  stars
  • SkillSpector by NVIDIA - Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • capy (⭐4) by serpro69 - 🦫 Privacy-first virtualization layer for LLM context with MCP protocol for tool access.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

Usage & Cost Monitoring

  • AgentWatch by mishanefedov - Local-only observability for AI agents on your machine. One timeline across coding and non-coding agents.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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\ created  last-commit  license  stars
  • ccvitals (⭐2) by educlopez - The prettiest statusline for Claude Code — pure bash, never blocks your prompt. Usage quota, context window, git status & more.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • Pacer (⭐5) by EricAndrechek - Native macOS app for tracking Claude Code usage — tokens, cost, rate-limit pacing, per-project breakdowns. SwiftUI + SwiftData.\ created  last-commit  license  stars

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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars
  • 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\ created  last-commit  license  stars
  • 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.\ created  last-commit  license  stars

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.

Awesome List Updated on Jul 02, 2026

2026-07-02 12:18:22

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

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

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

4. Awesome Cli Apps

Files and Directories / File Managers

5. Awesome Flame

Plugins & Libraries

6. Awesome Selfhosted

Software / Miscellaneous

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

8. Awesome Azure Openai Llm

3. Research & Survey

9. Awesome Neovim

Programming Languages Support / Markdown and LaTeX

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.

Awesome List Updated on Jul 01, 2026

2026-07-01 12:50:51

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: apiKey

    HTTPS: 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: apiKey

    HTTPS: Yes

    CORS: Unknown

2. Awesome Mac

Terminal Apps / Databases

  • Vesta (⭐1) - Native macOS terminal built on libghostty for running coding agents in parallel. Open-Source Software Freeware

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

Projects / API Documentation

  • 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

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.

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

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

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

Projects / Workflow Engine

  • LittleHorse (⭐382) (⭐382) - High-throughput, low-latency microservice orchestration engine built on Kafka Streams, with SDKs in multiple languages.

Resources / API Specification

  • CloudEvents (⭐5.8k) (⭐5.8k) - A specification for describing event data in common formats to provide interoperability across services, platforms and systems.

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

5. Awesome Jmeter

Community / Blogs

6. Papers We Love

Info / Other Good Places to Find Papers

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

8. Awesome Ios Books

iOS

Swift

SwiftUI

Architecture

Database

macOS

9. Awesome Selfhosted

Software / Money, Budgeting & Management

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.0 Go/Docker

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

Libraries / Artificial Intelligence

Libraries / Parsing

Libraries / Text processing

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

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

Components & Libraries / UI Components

Components & Libraries / Utilities

  • @stitchapi/vue (⭐5) - Streaming-first StitchAPI bindings: typed, validated useStitch / useStitchStream composables 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.

12. Awesome Ruby

Admin Interface

  • RailsAdmin - A Rails engine that provides an easy-to-use interface for managing your data.

AI and LLMs

  • 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

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

Authentication and OAuth

  • Oath (⭐372) - A very simple and extensible user authentication library for rails (formerly Monban).

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

CLI Utilities

Cloud

  • humidifier (⭐56) - Programmatically generate and manage AWS CloudFormation templates, stacks, and change sets.

Code Analysis and Metrics

  • 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

Code Highlighting

  • Rouge (⭐3.4k) - A pure Ruby code highlighter that is compatible with Pygments.

Coding Style Guides

Configuration

  • 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

  • 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

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

Ebook

  • bookpub (⭐13) - Bookshop is a an open-source agile book development and publishing framework for authors, editors.

Email

  • 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.
  • rv - A fast Ruby version and toolchain manager written in Rust.

Error Handling

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

Form Builder

  • bootstrap_form (⭐1.6k) - Rails form builder that makes it super easy to create beautiful-looking forms with Twitter Bootstrap 3+.
  • 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

GraphQL

HTML/XML Parsing

Image Processing

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

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

  • fast_underscore (⭐37) - Provides a C-optimized method for transforming a string from any capitalization into underscore-separated

ORM/ODM

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.

PDF

  • Squid (⭐221) - Squid · A Ruby library to plot charts in PDF files

Performance Monitoring

  • New Relic (⭐1.2k) - Find and fix Ruby errors with New Relic application monitoring and troubleshooting.

Processes

Profiler and Optimization

Queues and Messaging

  • Que (⭐2.3k) - A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.

RSS

Serverless

  • Jets (⭐2.6k) - A Ruby Serverless Framework to create and deploy serverless microservices with ease, and to seamlessly glue AWS services.

Scheduling

Scientific

  • 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

Security

  • 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

Third-party APIs

  • Yt (⭐754) - An object-oriented Ruby client for YouTube API V3.

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

View components

  • Phlex (⭐1.5k) - A framework for building object-oriented views in Ruby.

View helpers

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

13. 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 (⭐3.4k) - Open-source MCP server connecting AI agents (including Gemini CLI) to the Unity Editor and runtime, with 100+ built-in tools.
  • Godot-MCP (⭐160) - 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).

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

Awesome List Updated on Jun 30, 2026

2026-06-30 12:21:53

1. Awesome Amazon Seller

Software and Tools

  • Acalcia - Free, no-signup browser suite of seller calculators including an Amazon FBA fee and profit calculator, plus pricing, margin, and break-even tools. No login or paywall.

2. Awesome Raspberry Pi

Projects

3. Awesome Algorand

Projects

  • Algo Snow - Interactive browser-based Algorand-themed game.
  • AlgoRadio - Experimental Algorand-themed radio experience.
  • Sign Zero - Lightweight demo app exploring authentication and signing flows.

4. Awesome Dotfiles

Articles / Tutorials

Archive/abandoned projects / macOS

5. Awesome Magento2

Podcasts / Other

  • MageTalk - Weekly Magento podcast hosted by Phillip Jackson and Kalen Jordan covering Magento news, interviews, and community topics.
  • Talk Commerce - Brent Peterson's interviews with digital commerce practitioners, merchants, and platform experts.
  • The JetRails Podcast - Ecommerce-focused podcast from JetRails covering hosting, performance, and platform strategy.

Newsletters / Other

  • M Bytes Newsletter - Weekly developer newsletter from M.academy delivering three free Magento video lessons every Thursday.
  • Mage Dispatch - Community-driven newsletter collecting links the Magento community should know about.
  • Mageres Monthly Digest - Hand-curated monthly newsletter by Alessandro Ronchi collecting useful Magento resources.
  • The Devletter - Free weekly email digest by Max Pronko covering Magento 2 development tips and news.

Community / Other

  • Dutchento - The Magento community in the Netherlands.
  • ExtDN - A network of leading Magento extension developers committed to quality and best practices.
  • Firegento - A group of Magento enthusiasts developing open-source modules and organizing hackathons.
  • Mage-OS Association - The community alliance ensuring the accessibility, longevity, and success of Magento Open Source.
  • OpenGento - The Magento community in France.
  • Reddit r/Magento - Magento community on Reddit — questions, news, and discussion.

List of trustworthy Extension Developers / Other

  • Hyva Themes - Creators of the Hyva frontend framework for Magento 2; open-sourced in November 2025.
  • integer_net - German Magento agency and extension vendor; ExtDN member; known for Solr search and code quality tooling.
  • run-as-root - German Magento agency and open-source contributor; maintainer of awesome-magento2 and multiple community extensions.
  • Smile.io - Loyalty and rewards platform with Magento 2 integration (formerly Sweet Tooth).

Influencing People / Other

  • Andreas von Studnitz - Mage-OS Technical Working Group member; Magento architect at Hyva Themes; 2x Magento Master; formerly co-owner of integer_net.
  • David Lambauer - Vice President of Mage-OS; Adobe Certified Master Architect; creator of Mage-OS DevDocs; founder of run-as-root GmbH.
  • Fabrizio Balliano - Mage-OS Technical Working Group member; release manager for the Mage-OS 2.0 distribution; 5x Magento certified freelance engineer.
  • Jisse Reitsma - Vice President of the Magento Association; 3x Magento Master; founder of Yireo; trainer on Hyva, GraphQL, and Loki Checkout; Mage-OS Open Source Task Force member.
  • Noah Oken-Berg - Chair of the Magento Association Board of Directors; CEO of Above The Fray; focused on community governance and sustainable ecosystem growth.
  • Ryan Hoerr - Mage-OS board member and Technical Working Group contributor; primary release engineer for Mage-OS distributions throughout 2025–2026; ParadoxLabs.
  • Sanne Bolkenstein - Commercial Director and Partner at Hyva Themes; chairs Mage-OS Netherlands.
  • Sergej Derzap - Treasurer of the Magento Association; CEO and CPO of Amasty, one of the largest Magento 2 extension vendors; 18+ years in the ecosystem.
  • Vinai Kopp - President of Mage-OS; Technical Director at Hyva Themes; 3x Magento Master; creator of Mage2Katas; lead of the Mage-OS Technical Working Group.
  • Willem Poortman - Senior Developer at Hyva Themes; creator of the Magewire framework for server-side Magento 2 components.
  • Willem Wigman - Founder and CEO of Hyva Themes; creator of the Hyva frontend framework for Magento 2; released Hyva as open source in November 2025.

6. Awesome Zig

Network & Web / Network

  • zora (⭐0) - Telegram bot server that runs hot-reloadable Lua 5.4 rules, with coroutine-based async I/O, SQLite-backed state, and a durable scheduler. Targets Linux and FreeBSD.

7. Awesome Mac

Reading and Writing Tools / Markdown Tools Awesome List

  • Edmund (⭐77) - Minimal, native macOS Markdown editor with live preview; works with your existing files, no vault. Open-Source Software FreewareNative App

8. Awesome Kde

Plasma desktop / Extensions

  • KDoit (⭐1) - Lightweight to-do list plasmoid for KDE Plasma 6 with nested sublists, priorities, due dates, and UUID-based file sync.

9. Awesome Developer First

Analytics

  • Zoho Apptics - Unified, simplified, and actionable product analytics.

CI/CD

  • RunMyJob - Cloud runners for GitHub Actions and GitLab CI.

10. Awesome Cli Apps

Productivity / Time Tracking

  • Focusd (⭐34) - [Windows] A local, privacy-first screen time monitor.

11. Awesome Rust

Applications / Database

  • VelesDB (⭐72) [velesdb-core] - Embeddable, local-first database whose tri-engine fuses vector search, a property graph, and a columnar store behind one query language (VelesQL), in a single binary. Ships an in-core agentic-memory SDK — semantic / episodic / procedural — with cross-session why() recall that traverses the graph to surface linked facts vector search alone misses.

Applications / Productivity

12. Awesome Azure Openai Llm

1. App & Agent

13. Awesome Zsh Plugins

Plugins / superconsole - Windows-only

  • better-chmod (⭐0) - Adds a bchmod command (and an optional chmod replacement) that accepts symbolic and octal permission formats with input validation and colored output.
  • warp-claude-tab (⭐0) - A ZSH plugin and Claude Code agent skill to open a new Warp terminal tab with a pre-loaded Claude Code session — ideal for handing off tasks between sessions without copy-pasting.

Themes / superconsole - Windows-only

  • n1ghtfall (⭐0) - Dark theme with decorators for current directory and user@hostname.

Other References / superconsole - Windows-only

14. Awesome Neovim

Project / Markdown and LaTeX

  • Rimkomatic/vimtagger.nvim (⭐5) - Semantic file tagging for projects with Telescope integration. Organize files using custom tags, search them quickly, and manage tags through an interactive UI.

Resource / OS-specific

  • Neovim Cheatsheet - Searchable, interactive cheatsheet with per-keypress search, remappable keybindings, and JSON import/export.

15. Awesome Go

Artificial Intelligence

  • llm-box (⭐2) - Terminal-based AI workflow engine with YAML-driven pipelines, 20+ LLM providers (DeepSeek, Qwen, GLM, Mistral, etc.), and a TUI for workflow management.

Awesome List Updated on Jun 29, 2026

2026-06-29 12:56:24

1. Awesome Magento2

Open Source Extensions / Search

Open Source Extensions / Marketing

  • magento2-withdrawl (⭐22) - Magento 2 module providing a compliant EU withdrawal button required from June 19, 2026 (§356a BGB / Directive (EU) 2023/2673). Enables customers and guests to revoke orders via a simple form (name, order number, email), sends automatic confirmation emails, and allows admin management in the backend.
  • module-blog (⭐13) - Blog module for Mage-OS / Magento 2 with posts, categories, tags, authors, scheduled publishing, SEO, RSS, sitemap, 6 widgets, and a full GraphQL API. Luma + Hyvä.

2. Awesome Mac

Developer Tools / IDEs

  • Orca - An open-source IDE for running parallel AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode), each in its own isolated git worktree. Open-Source Software Freeware

3. Awesome Python

Projects / Machine Learning

  • mindsdb (⭐39k) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.

Projects / Database

  • zvec (⭐13k) - An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases.

Projects / GUI Development

  • Web-based
    • buridan/ui (⭐244) - Composable, themeable components designed for Reflex. Extend, override, and ship without fighting the framework. Open source.
    • flet (⭐16k) - Cross-platform GUI framework for building modern apps in pure Python.
    • nicegui (⭐16k) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
    • pywebview (⭐5.9k) - A lightweight cross-platform native wrapper around a webview component.

4. Awesome Osint

Speciality Search Engines

  • packet.guru - Browser-fingerprint and connection-trust audit: WebRTC/DNS leak tests, JA4/JA3 TLS and passive TCP/IP fingerprints, ECH state, and IP reputation (VPN, proxy, datacenter, Tor), returning two independent 0–100 Privacy & Trust scores. No signup, runs client-side.

Social Media Tools / TikTok

Company Research / GitHub

  • Fylings - Free company-intelligence platform for Africa: search and verify companies across 18+ official national registries (Nigeria's CAC, Tanzania's BRELA, Mauritius's CBRD, Senegal's RCCM and more), with the official source and a last-verified date on every record.

Video Search and Other Video Tools / GitHub

  • AudienceCue - Downloads the latest public YouTube video or Shorts comments as CSV for research workflows.

Geospatial Research and Mapping Tools / GitHub

  • ShadowFinder-Web - Geolocate photos by shadow analysis. Browser port of Bellingcat's ShadowFinder. No Jupyter, no accounts, client-side.

5. Awesome Ios Books

iOS

Swift

Functional Swift

UI

SwiftUI

Combine

Architecture

Multithreading

Database

Machine Learning

Metal

Testing

watchOS

macOS

6. Awesome Terminals

Tools / Python

7. Awesome Rust

Applications / Database

8. Free for Dev

Monitoring

  • UptimeRobot - Free uptime monitoring for hobby projects. Includes 50 monitors with 5-minute check intervals, supports HTTP, ping, port, and keyword monitoring.

Forms

  • Jotform.com - Create online forms for free, collect submissions, accept payments, automate workflows, and get documents signed with built-in e-signatures. Free plan includes 5 forms, 100 monthly submissions, 10 e-sign documents, 10 payment submissions, and more.

Generative AI

  • Latitude - Open-source (MIT) LLM observability and evaluation platform to trace, monitor, and evaluate AI agents in production. Free Starter plan includes 20K credits/month, 30-day data retention, and unlimited seats. #opensource (⭐4.3k)

Analytics, Events and Statistics

  • HitKeep - Privacy-focused, open-source web and product analytics platform with a free cloud plan for 3 websites, 3 team members, 60-day data retention, AI analytics, goals, funnels, events, and hits.

9. Awesome Go

Artificial Intelligence

  • skillreaper (⭐31) - CLI that scans AI agent session transcripts to identify and safely quarantine unused skills, MCP servers, and agents across Claude Code, Codex CLI, Hermes, OpenCode, Cursor, and OpenClaw.

Awesome List Updated on Jun 28, 2026

2026-06-28 12:47:42

1. Awesome D

Official Websites / Status page

  • status.dlang.rocks - Public infrastructure monitoring of services associated with or used by the D Language Foundation and its project contributors.

Programming Languages / Status page

  • arsd.script (⭐555) - A small script interpreter that builds on arsd.jsvar to be easily embedded inside and to have easy two-way interop with the host D program.

Game Libraries / Status page

  • PixmapPresenter (⭐555) - High-level display library for blitting fully-rendered frames to the screen (→ software-rendering, retro graphics).

Games / Status page

Image Processing / Status page

Configuration / Language Processing

  • arsd.ini (⭐555) - A configurable INI parser with support for multiple “dialects” of the format.

Blog Engine / Language Processing

  • adrdox (⭐48) - A documentation generator that can also be used for blogging. (Used by the This Week in ARSD blog.)

Dependency Injection / Language Processing

2. Awesome Cl

Iteration

  • transducers (⭐157) - Ergonomic, efficient data processing. MPL-2.0.
    • "Transducers are an ergonomic and extremely memory-efficient way to process a data source. Here “data source” means simple collections like Lists or Vectors, but also potentially large files or generators of infinite data."
    • "It is, in general, the most complete implementation of the Transducer pattern."
    • a "modern" API with map, filter, take, repeat, cycle, fold

HTML generators and templates / Isomorphic web frameworks

  • html (⭐0) - Spinneret-style HTML generation but with no dependencies. Avoids advanced features for simplicity (Parenscript integration, pretty printing customization, etc.). MPL-2.0.

3. Awesome Datascience

Datasets / Book Deals (Affiliated)

  • Movebank - Free platform archiving 6B+ animal movement records from GPS and satellite telemetry. Open REST API, useful for spatiotemporal modeling and trajectory ML.
  • Encyclopedia of Life - Open structured data on 1.9M+ species, including traits, classification, and media. Free API and bulk downloads for biodiversity and species-classification tasks.

4. Public Apis

Business

  • API: Meirra

    Description: SEO monitoring, email verification, lead generation, and marketing analytics

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Cryptocurrency

  • API: BitPanda

    Description: Cryptocurrency Information

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

  • API: Block Lottos

    Description: On-chain lottery, draw history, jackpot and advertising endpoints

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: Mexc

    Description: Cryptocurrency info, place order

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Currency Exchange

  • API: TaxID

    Description: EU VAT number validation with company name and address lookup across all 27 member states

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Development

  • API: Webclaw

    Description: Web content extraction for LLMs with scrape, crawl, search, and summarize

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Documents & Productivity

  • API: PDFFleet

    Description: HTML and URL to PDF API with templates and a free tier

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

  • API: PolyDoc

    Description: HTML/URL to PDF and screenshots, plus Factur-X/ZUGFeRD e-invoices; free tier

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

Finance

  • API: Edgrapi

    Description: Clean SEC EDGAR company financials, ratios, filings and 10-K/10-Q sections as normalized JSON

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

    :

  • API: StockFit

    Description: SEC filings, financial statements, earnings, ETF holdings and ownership data

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

    :

Machine Learning

  • API: Not Human Search

    Description: AI tool discovery with agentic scoring for 8,600+ tools and MCP servers

    Auth: No

    HTTPS: Yes

    CORS: Yes

Tracking

  • API: Mapbox

    Description: Maps, directions, geocoding

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

5. Awesome Cli Apps

Development / Chat

  • ota (⭐55) - Unified diagnosable repo setup across stacks (local, deploy, CI, agents).

Development / Text Editors

Productivity / Testing

Utilities / Terminal Sharing Utilities

Command Line Learning / Professional: Resume

  • explainshell - Type a snippet to see the help text for each argument.

Data Manipulation / Text

  • figlet - Creates large text out of ASCII characters.

6. Awesome Flame

Open Source / Strategy

  • Age of New Worlds (⭐4) - An open-source 4X strategy game built with Flutter and Flame, featuring hex maps, turn-based empire building, AI players, and multiplayer foundations. By ernestwisniewski.

7. Free for Dev

APIs, Data, and ML

  • Firecrawl - API that crawls websites and converts them into clean, LLM-ready markdown or structured data, handling JavaScript rendering, proxies, and rate limits. The free plan includes 1,000 credits per month with no credit card required.

8. Awesome Go

Security

  • Sentinel (⭐1) - Local pre-commit secret scanner using an Aho-Corasick automaton.