Skip to content

ofcskn/awesome-repo-graph

Repository files navigation

awesome-repo-graph

Sources Stars Tracked License

A curated, structured collection of open-source repositories, grouped by sector and category, cross-linked by shared tags. sources.json is the single source of truth; this file and the graph visualization are both generated from it.

View the live graph →

Demo of the interactive graph: filtering by tag, inspecting a node, and zooming into a cluster

Contents

How this repository works

  • sources.json holds every tracked source: URL, provider, taxonomy path, tags, license, and GitHub star score.
  • This file (README.MD) is generated from sources.json by scripts/generate-readme.js — do not edit it directly.
  • AGENTS.MD documents the ruleset for adding sources correctly (dedup, taxonomy, tagging conventions) for both humans and AI agents.
  • web/ is a Next.js app that renders the same data as an interactive graph (node size = stars, edges = shared tags, clusters = sector).

Adding a source

node scripts/add-source.js \
  --url "https://github.com/owner/repo" \
  --path "Sector>Category>Subcategory" \
  --tags tag-one,tag-two

This automatically rejects duplicates, detects the provider, fetches GitHub stars/license, and regenerates this README. See AGENTS.MD for full conventions. Refresh star counts periodically with:

node scripts/refresh-scores.js

Contributing securely (approved agents)

Entries only enter sources.json through an approved, verifiable agent. A pull request that changes sources.json or README.MD must carry a cryptographic attestation, committed as agent-attestation.json, proving the change was produced by an agent listed in agents/approved-agents.json. The approved-agent-gate CI check re-validates the added entries against the mechanical policy and verifies the attestation's Ed25519 signature and content digests; a raw, hand-edited catalog change fails the check.

Only public keys live in the repository — signing keys are held as CI secrets or on an operator's machine and are never committed. See docs/agent-gateway.md for the trust model and how to become an approved agent.

Graph visualization

The live version is deployed via GitHub Pages: https://ofcskn.github.io/awesome-repo-graph/.

To run it locally instead:

cd web && npm install && npm run dev

Renders an interactive, GSAP-animated graph of every source at localhost:3000 — circle size reflects star count, edges connect sources sharing tags.

Demo GIF

The animated demo above (assets/demo.gif) is generated, not hand-made. On every push to main, a workflow builds the graph, drives it through a scripted scene (initial render → tag filter → zoom → inspect a node → settle) with a headless browser, and assembles the frames into an optimized looping GIF that is committed back — so the demo always reflects the current site.

To regenerate it locally:

cd web && npm ci && npm run build
cd ../tools/demo-capture && npm install && npx playwright install --with-deps chromium
npm run capture:demo

ffmpeg must be on your PATH. The scene and all tunables (frame rate, size, per-beat frame counts) live in tools/demo-capture/scene.mjs; see docs/demo-capture.md for details.

Sectors

  • Frontend Engineering — 12 sources
  • AI Agent Tooling — 33 sources
  • DevOps & Infrastructure — 1 source
  • Game Development — 21 sources
  • Backend Engineering & APIs — 24 sources
  • Machine Learning & Data Science — 21 sources
  • Blockchain & Decentralized AI — 46 sources
  • Developer Productivity & CLI Tools — 1 source

Catalog

Frontend Engineering — 12 sources

GSAP

GSAP Website Examples

  • award-winning-website
    ★ 1,021 · gsap landing-page
  • jsm_gta_vi_landing
    ★ 196 · gsap landing-page
  • Truus.co-Awwward-Website — Vanilla HTML/CSS/JS site built with GSAP, ScrollTrigger, and Lenis featuring experimental layout, cursor interaction, and dense motion design.
    ★ 117 · gsap landing-page scrolltrigger
  • 3D-Landing-page-for-Apple-iPhone — 3D iPhone product landing page using Three.js for rendering and GSAP/ScrollTrigger for scroll-controlled camera and product animation.
    ★ 109 · gsap landing-page threejs scrolltrigger
  • capsule — React, Vite, Tailwind, and GSAP recreation of the Awwwards-winning Capsule site's complex animations.
    ★ 69 · gsap landing-page tailwind
  • SpyltMilk-clone — Single-product Awwwards clone with bold, colorful motion design built with React, Tailwind, and GSAP.
    ★ 38 · gsap landing-page tailwind
  • svelte-gsap-template — Production-oriented, MIT-licensed creative agency landing page template built with Svelte 5, GSAP 3, and Tailwind CSS 4, featuring spatial typography and hardware-accelerated motion.
    ★ 36 · gsap landing-page svelte tailwind
  • gentlerain.ai — Clone of the Gentlerain.ai Awwwards site built with GSAP, Three.js, and Lenis, showing WebGL and GSAP used together.
    ★ 32 · gsap landing-page threejs webgl
  • JeskoJets-ScrollAnimation — Scroll animation that zooms into the hero area instead of sliding past it, for perspective and 3D transition effects.
    ★ 18 · gsap landing-page scrolltrigger
  • threejs-gsap-scroller — Isolated example binding a Three.js 3D object to a ScrollTrigger timeline for scroll-controlled camera movement and 3D scenes.
    ★ 14 · MIT · gsap landing-page threejs scrolltrigger
  • cocktails-gsap — Scroll-driven landing page built with React, Tailwind, and GSAP, with a clean folder structure for studying advanced GSAP animations.
    ★ 13 · gsap landing-page tailwind
  • Magma_Landing-Page_Clone — GSAP, ScrollTrigger, Locomotive Scroll, and HTML Canvas clone with scroll-driven canvas frame changes, zoom, and scene transitions.
    ★ 2 · MIT · gsap landing-page scrolltrigger canvas
AI Agent Tooling — 33 sources

Security & Pentesting

  • strix — Open-source AI-powered penetration testing agent that autonomously finds and fixes application vulnerabilities.
    ★ 39,715 · Apache-2.0 · ai-agent penetration-testing security python

Browser & GUI Agents

  • chrome-devtools-mcp — Official Chrome DevTools MCP server letting coding agents control and debug the browser directly.
    ★ 46,517 · Apache-2.0 · mcp-server chrome-devtools debugging typescript
  • page-agent — In-browser GUI agent from Alibaba that controls web interfaces via natural language.
    ★ 25,579 · MIT · ai-agent browser-automation gui-agent javascript
  • smolagents/computer-agent — A Hugging Face Space for an AI agent designed to interact with a computer, featuring a web-based graphical user interface built with Gradio.
    ai-agent gui-agent automation gradio

Terminal & CLI Agents

  • gemini-cli — An open-source AI agent that integrates Google Gemini capabilities into the command-line interface.
    ★ 105,879 · Apache-2.0 · ai-agent cli terminal mcp-server typescript gemini
  • herdr — High-performance Rust-based terminal multiplexer for running multiple AI agents at once.
    ★ 14,900 · NOASSERTION · terminal-multiplexer ai-agent rust
  • agents-cli — Official Google CLI and skill pack specializing any coding assistant in building, evaluating, and deploying AI agents on Google Cloud.
    ★ 4,958 · Apache-2.0 · google-cloud agent-development-kit cli

MCP Servers

  • unity-mcp — Bridges AI assistants with the Unity Editor to automate scene control and asset management.
    ★ 12,287 · MIT · mcp-server unity game-development

Local AI Tools

  • terax-ai — A 7MB terminal-first local AI development workspace.
    ★ 8,421 · Apache-2.0 · local-ai terminal lightweight

Claude Code Skills

  • caveman — Claude Code skill that reduces token usage by up to 65% via compressed, cavemen-style context.
    ★ 87,381 · MIT · claude-code skill token-optimization javascript

Claude Code Plugins

  • codex-plugin-cc — Plugin that runs OpenAI Codex from within Claude Code, bridging two agent systems for delegation and review.
    ★ 27,212 · Apache-2.0 · claude-code codex plugin agent-delegation
  • harness — Meta-skill plugin for Claude Code that designs domain-specific agent teams by architecture pattern and generates the skills they use.
    ★ 8,275 · Apache-2.0 · claude-code agent-teams skills meta-skill

Agent Harness

  • ECC — Agent performance optimization system for Claude Code, Codex, and Cursor providing skills, instincts, and memory management.
    ★ 227,972 · MIT · agent-harness skills memory claude-code codex cursor

Video

  • video-use — Automates video editing workflows using browser-use-powered coding agents.
    ★ 16,301 · MIT · video-editing browser-use automation

Agent Apps

  • career-ops — Go-based AI-powered job search system built on Claude Code with a dashboard and 14 skill modes.
    ★ 59,402 · MIT · job-search dashboard go ai-agent
  • lenserfight — Platform for parameterized prompts, AI-agent workflows, a community forum, and prompt battles.
    ★ 12 · MIT · ai-agent prompt-engineering workflow-automation automation

Agent Frameworks

  • openclaw
    ★ 382,401 · NOASSERTION · ai-agent agent-framework
  • superpowers — Agentic skill framework and software development methodology.
    ★ 251,111 · MIT · agent-framework skills software-development-methodology
  • hermes-agent — Extensible AI agent with persistent memory designed to adapt to its user over time.
    ★ 212,366 · MIT · ai-agent agent-framework llm memory
  • agency-agents — End-to-end AI agency framework composed of specialized expert agents (frontend, community management, etc.).
    ★ 129,854 · MIT · agent-framework multi-agent frontend community-management
  • ai-berkshire — Value-investing research framework for Claude Code and Codex combining multiple investor methodologies via a multi-agent architecture.
    ★ 12,429 · MIT · claude-code codex value-investing multi-agent
  • codec — An open-source intelligent command layer and framework for building and running local AI agents, supporting voice interaction and self-hosted deployments.
    ★ 101 · MIT · ai-agent agent-framework local-ai self-hosted macos python

Agent Infrastructure

  • OmniRoute — Free AI gateway for coding assistants routing 200+ LLM providers through one endpoint, with token compression and MCP/A2A support.
    ★ 14,471 · MIT · llm-gateway mcp a2a token-compression
  • CubeSandbox — Tencent Cloud's open-source sandbox for running AI agents in concurrent, secure, isolated environments.
    ★ 9,392 · NOASSERTION · sandbox agent-infrastructure tencent-cloud rust
  • agent-toolkit-for-aws — Officially supported MCP servers and plugin pack for AI coding agents to interact with AWS services.
    ★ 1,806 · Apache-2.0 · aws mcp agent-toolkit

Data Access & Research

  • Agent-Reach — Capability layer giving AI agents zero-fee read/search access to Twitter, Reddit, YouTube, GitHub, and more.
    ★ 54,042 · MIT · ai-agent web-search social-media cli
  • hiring-agent — AI agent that autonomously reads, evaluates, and scores resumes for hiring workflows.
    ★ 5,346 · MIT · hiring resume-parsing ai-agent

Design & UI Generation

  • ai-website-cloner-template — Template that uses AI coding agents to analyze and clone a website's design into a modern Next.js/Tailwind project.
    ★ 27,267 · MIT · nextjs tailwind website-cloning coding-agent
  • design.md — Google Labs format for conveying design systems and visual identity to coding agents via combined YAML/Markdown files.
    ★ 25,541 · Apache-2.0 · design-system yaml coding-agent ui-generation
  • openpencil — Open-source AI vector design tool turning natural-language prompts into UI designs, with code output for React, Tailwind, Flutter, and SwiftUI.
    ★ 3,999 · MIT · design-as-code vector-design ui-generation multi-agent

Data & Document Processing

  • MinerU — Document parsing engine converting PDF/DOCX/PPTX into Markdown/JSON for RAG and agent workflows, with VLM/OCR support.
    ★ 74,113 · NOASSERTION · document-parsing rag ocr pdf

Multi-Agent Research

  • awesome-multi-agent-papers — A curated list of notable research papers on multi-agent LLM systems, maintained by kyegomez.
    ★ 1,604 · NOASSERTION · multi-agent llm ai-agent

Workflow Automation

  • n8n — Fair-code workflow automation platform with native AI capabilities, 400+ integrations, and self-hosting.
    ★ 195,893 · NOASSERTION · workflow-automation automation low-code self-hosted
DevOps & Infrastructure — 1 source

Containers

  • container — Apple's official open-source tool for creating and running Linux containers as lightweight VMs on macOS, optimized for Apple Silicon.
    ★ 47,336 · Apache-2.0 · containers macos apple-silicon swift oci
Game Development — 21 sources

Free Asset Libraries

  • Kenney — Free game asset packs (sprites, 3D models, UI kits, audio) and starter tools for game developers.
    game-development game-assets

Game Engines

  • Godot — Full-featured cross-platform game engine supporting 2D and 3D development with its own scripting language and editor.
    ★ 113,866 · MIT · game-engine 2d 3d open-source
  • Bevy — Data-driven game engine written in Rust built around a built-in entity component system.
    ★ 47,086 · Apache-2.0 · game-engine rust ecs

2D Frameworks

  • Phaser — Fast, free HTML5 game framework for building 2D games that run in desktop and mobile browsers.
    ★ 39,927 · MIT · 2d javascript html5 webgl
  • raylib — Simple and easy-to-use C library for programming games, with 2D and 3D rendering support.
    ★ 33,746 · Zlib · c simple 2d 3d
  • libGDX — Cross-platform Java game development framework for desktop, Android, iOS, and web.
    ★ 25,201 · Apache-2.0 · java cross-platform 2d
  • Flame — Modular 2D game engine built on top of Flutter for building cross-platform games in Dart.
    ★ 10,662 · MIT · flutter dart 2d
  • Excalibur.js — Free and open-source 2D game engine written in TypeScript for making browser and mobile games.
    ★ 2,307 · BSD-2-Clause · typescript 2d html5

3D Frameworks

  • Babylon.js — Powerful, real-time 3D rendering engine for the web using WebGL, WebGPU, and WebXR.
    ★ 25,746 · Apache-2.0 · 3d webgl javascript typescript

Physics Engines

  • Jolt Physics — Multi-core friendly 3D rigid-body physics and collision detection library used in AAA games.
    ★ 10,650 · MIT · physics 3d cpp
  • Box2D — Widely used 2D rigid-body physics engine used in many commercial and indie games.
    ★ 10,017 · MIT · physics 2d c
  • Rapier — Cross-platform 2D and 3D physics engine written in Rust for games and simulations.
    ★ 5,496 · Apache-2.0 · physics rust 2d 3d

ECS Libraries

  • EnTT — Fast and reliable entity-component-system (ECS) library written in modern C++.
    ★ 12,877 · MIT · ecs cpp header-only

Open Source Games

  • osu! — Free-to-win rhythm game client and editor supporting multiple gameplay modes.
    ★ 18,628 · MIT · rhythm-game csharp open-source-game
  • OpenRA — Open-source game engine reimplementing classic Command & Conquer, Red Alert, and Dune 2000 era RTS games.
    ★ 17,048 · GPL-3.0 · rts open-source-game mono
  • OpenRCT2 — Open-source reimplementation of RollerCoaster Tycoon 2 with extended functionality and modding support.
    ★ 15,923 · GPL-3.0 · simulation open-source-game
  • Unciv — Open-source recreation of Civilization V as a turn-based strategy game for desktop and mobile.
    ★ 10,924 · MPL-2.0 · strategy open-source-game kotlin
  • Veloren — Open-world multiplayer voxel RPG written in Rust, inspired by Cube World and Dwarf Fortress.
    ★ 7,388 · GPL-3.0 · rpg voxel rust open-source-game

Netcode & Multiplayer

  • GameNetworkingSockets — Reliable and unreliable UDP-based networking library from Valve for peer-to-peer and client-server games.
    ★ 9,760 · BSD-3-Clause · netcode multiplayer udp cpp
  • Mirror Networking — High-level networking library for the Unity game engine used to build multiplayer games.
    ★ 6,241 · MIT · unity netcode multiplayer

Game Tooling

  • Recast & Detour — Navigation mesh generation and pathfinding toolkit widely used for game AI movement.
    ★ 7,793 · Zlib · navmesh pathfinding cpp
Backend Engineering & APIs — 24 sources

API Clients & Testing

  • hoppscotch — Hoppscotch is an open-source API development ecosystem providing tools for testing and developing APIs across web, desktop, and CLI environments. It serves as an alternative to proprietary API clients like Postman and Insomnia.
    ★ 79,773 · MIT · cli typescript api api-client api-testing developer-tool

Web Frameworks

  • NestJS — Progressive Node.js framework for building efficient, scalable server-side applications with TypeScript.
    ★ 76,131 · MIT · typescript node web-framework dependency-injection
  • Fiber — Go web framework inspired by Express, built on top of fasthttp for high performance.
    ★ 39,936 · MIT · go web-framework http fasthttp
  • Encore — Backend development platform for building type-safe distributed systems with built-in infrastructure provisioning.
    ★ 12,132 · MPL-2.0 · go typescript backend-framework infrastructure-as-code

Databases

  • etcd — Distributed, reliable key-value store used for shared configuration and service discovery.
    ★ 51,965 · Apache-2.0 · database distributed key-value-store consensus raft
  • ClickHouse — Column-oriented database management system for real-time analytics with SQL support.
    ★ 48,555 · Apache-2.0 · database olap columnar analytics sql
  • Dgraph — Distributed graph database with native GraphQL query support built for horizontal scalability.
    ★ 21,733 · Apache-2.0 · database graph-database distributed graphql
  • QuestDB — High-performance time-series database with SQL support optimized for fast ingestion and analytics.
    ★ 17,164 · Apache-2.0 · database time-series sql analytics
  • TiKV — Distributed transactional key-value database written in Rust, originally created to complement TiDB.
    ★ 16,758 · Apache-2.0 · database distributed key-value-store rust

ORMs & Query Builders

  • Prisma — Next-generation TypeScript ORM with auto-generated type-safe query client and migration tooling.
    ★ 46,354 · Apache-2.0 · orm typescript database query-builder
  • GORM — Feature-rich ORM library for Go supporting associations, migrations, and multiple database backends.
    ★ 39,842 · MIT · orm go database sql
  • Drizzle ORM — Lightweight TypeScript ORM with a SQL-like query builder and zero runtime overhead.
    ★ 35,051 · Apache-2.0 · orm typescript sql query-builder

Message Queues & Streaming

  • Apache Kafka — Distributed event streaming platform for high-throughput publish-subscribe messaging and log storage.
    ★ 33,122 · Apache-2.0 · message-queue event-streaming distributed java
  • NATS Server — High-performance messaging system for cloud-native, pub-sub, and request-reply communication patterns.
    ★ 20,154 · Apache-2.0 · message-queue pub-sub go cloud-native
  • Apache Pulsar — Cloud-native distributed messaging and streaming platform with multi-tenancy and geo-replication.
    ★ 15,291 · Apache-2.0 · message-queue event-streaming distributed java

API Gateways & Reverse Proxies

  • Kong — Cloud-native API gateway and AI gateway built on top of NGINX for managing microservices traffic.
    ★ 43,743 · Apache-2.0 · api-gateway microservices proxy openresty
  • Envoy — Cloud-native high-performance edge and service proxy designed for large microservice architectures.
    ★ 28,526 · Apache-2.0 · proxy service-mesh cpp load-balancer
  • Apache APISIX — Dynamic, real-time, high-performance cloud-native API gateway built on top of Nginx and etcd.
    ★ 16,814 · Apache-2.0 · api-gateway microservices proxy lua

Background Jobs & Task Queues

  • Asynq — Go library for distributed task queues backed by Redis with retries, scheduling, and web UI monitoring.
    ★ 13,487 · MIT · task-queue background-jobs go redis
  • BullMQ — Node.js and TypeScript queue library backed by Redis for reliable background job and message processing.
    ★ 9,075 · MIT · task-queue background-jobs node redis typescript

Microservices & Service Mesh

  • Dapr — Portable, event-driven runtime that provides building blocks for resilient distributed microservice applications.
    ★ 25,912 · Apache-2.0 · microservices distributed-systems sidecar cloud-native
  • Temporal — Durable execution platform for orchestrating reliable, long-running microservice workflows.
    ★ 21,445 · MIT · workflow-engine microservices distributed-systems orchestration

GraphQL & RPC

  • tRPC — Framework for building end-to-end type-safe APIs in TypeScript without schemas or code generation.
    ★ 40,406 · MIT · rpc typescript api type-safety
  • Hasura GraphQL Engine — Instant realtime GraphQL API layer generated over new or existing databases with fine-grained access control.
    ★ 32,078 · Apache-2.0 · graphql api database realtime
Machine Learning & Data Science — 21 sources

Machine Learning Frameworks

  • tensorflow — TensorFlow is an open-source machine learning framework designed for everyone, supporting deep learning and neural networks. It provides tools for building and deploying machine learning models, including capabilities for distributed computing.
    ★ 196,207 · Apache-2.0 · python machine-learning deep-learning neural-network framework distributed-computing

Deep Learning Frameworks

  • Transformers — A library of pretrained deep learning models and utilities for natural language processing, computer vision, and audio tasks.
    ★ 162,299 · Apache-2.0 · python deep-learning nlp pretrained-models pytorch
  • Keras — A high-level deep learning API for Python that runs on top of TensorFlow, JAX, or PyTorch backends.
    ★ 64,152 · Apache-2.0 · python deep-learning neural-network tensorflow jax

Data Processing

  • pandas — A fast, powerful, and flexible data analysis and manipulation library for Python built around the DataFrame.
    ★ 49,144 · BSD-3-Clause · python dataframe data-analysis data-processing
  • Polars — A fast multi-threaded DataFrame library for Rust and Python built on an Apache Arrow columnar format.
    ★ 38,934 · MIT · rust dataframe data-processing performance
  • Apache Arrow — A cross-language development platform for in-memory columnar data with libraries for efficient analytics and data interchange.
    ★ 16,909 · Apache-2.0 · columnar data-format data-processing interoperability

Data Visualization

  • Bokeh — An interactive data visualization library for Python that targets modern web browsers for presentation.
    ★ 20,409 · BSD-3-Clause · python data-visualization interactive web
  • Plotly.py — An interactive, open-source graphing library for Python supporting a wide range of statistical, scientific, and financial chart types.
    ★ 18,663 · MIT · python data-visualization charts interactive

Classical ML Libraries

  • scikit-learn — A Python library providing simple and efficient tools for classical machine learning, including classification, regression, and clustering.
    ★ 66,622 · BSD-3-Clause · python machine-learning classical-ml data-science
  • XGBoost — A scalable, distributed gradient boosting library used for classification, regression, and ranking problems.
    ★ 28,535 · Apache-2.0 · gradient-boosting machine-learning classical-ml cpp
  • LightGBM — A fast, distributed, high-performance gradient boosting framework based on decision tree algorithms.
    ★ 18,535 · MIT · gradient-boosting machine-learning classical-ml cpp
  • CatBoost — A high-performance gradient boosting library with built-in support for categorical features.
    ★ 9,020 · Apache-2.0 · gradient-boosting machine-learning classical-ml categorical-features

MLOps & Experiment Tracking

  • MLflow — An open-source platform for managing the end-to-end machine learning lifecycle, including experiment tracking, model packaging, and deployment.
    ★ 26,895 · Apache-2.0 · mlops experiment-tracking model-registry deployment
  • DVC — A version control system for machine learning projects that tracks datasets, models, and experiment pipelines alongside code.
    ★ 15,723 · Apache-2.0 · data-versioning mlops experiment-tracking reproducibility
  • Weights & Biases — A tool for tracking machine learning experiments, visualizing metrics, and managing model artifacts and datasets.
    ★ 11,164 · MIT · experiment-tracking mlops visualization collaboration

Model Training & Fine-Tuning

  • Unsloth — A library for faster, memory-efficient fine-tuning of large language models.
    ★ 67,851 · Apache-2.0 · fine-tuning llm lora training-speedup
  • DeepSpeed — A deep learning optimization library that makes distributed training and inference easy, efficient, and effective at scale.
    ★ 42,665 · Apache-2.0 · distributed-training deep-learning optimization large-models
  • PEFT — A library of parameter-efficient fine-tuning methods for adapting large pretrained models without retraining all their parameters.
    ★ 21,371 · Apache-2.0 · fine-tuning lora parameter-efficient transformers

Notebooks & Interactive Computing

  • JupyterLab — The next-generation web-based user interface for Project Jupyter, providing a flexible IDE-like environment for notebooks, code, and data.
    ★ 15,224 · BSD-3-Clause · jupyter jupyterlab interactive-computing ide
  • Jupyter Notebook — A web-based interactive computing environment for creating and sharing documents that combine live code, equations, visualizations, and text.
    ★ 13,233 · BSD-3-Clause · jupyter notebook interactive-computing python

Natural Language Processing

  • spaCy — An industrial-strength natural language processing library for Python featuring tokenization, tagging, parsing, and named entity recognition.
    ★ 33,719 · MIT · nlp python text-processing linguistics
Blockchain & Decentralized AI — 46 sources

Reference Reading

Wikipedia Primers

  • Artificial Intelligence — Overview of intelligence demonstrated by machines, in contrast to natural intelligence displayed by humans and animals.
    wikipedia artificial-intelligence reference
  • Blockchain — A growing list of records, called blocks, that are linked using cryptography.
    wikipedia blockchain reference
  • Machine Learning — The scientific study of algorithms and statistical models that computer systems use to perform tasks without explicit instructions.
    wikipedia machine-learning reference

Commentary & Analysis

AI Algorithm Platforms

  • Alethea AI — A research and development studio building at the intersection of Generative AI and Blockchain.
    decentralized-ai generative-ai
  • Bittensor — An open-source protocol powering a decentralized, blockchain-based machine learning network.
    decentralized-ai machine-learning protocol
  • Cortex Labs — A decentralized AI platform with a virtual machine that allows executing AI programs on-chain.
    decentralized-ai on-chain-inference
  • Fetch.ai — A decentralized machine learning platform based on a distributed ledger, enabling secure sharing, connection, and transactions based on data globally.
    decentralized-ai distributed-ledger ai-agent
  • Intuition Fabric — Aims to democratize access to AI through a network of deep learning models stored on IPFS and accessed through the Ethereum blockchain.
    decentralized-ai ethereum ipfs
  • MATRIX AI — A public chain combining AI technology with blockchain to solve challenges stifling blockchain adoption, using a blockchain-powered decentralized computing platform.
    decentralized-ai public-chain
  • OpenMined — A community building open-source technology for the decentralized ownership of data and intelligence, enabling AI to train on data it never accesses directly.
    decentralized-ai privacy federated-learning
  • Oraichain — An intelligent and secure solution for emerging Web3, scalable dApps, and decentralized AI.
    decentralized-ai web3 oracle
  • Raven Protocol — A decentralized and distributed deep-learning training protocol.
    decentralized-ai deep-learning
  • SingularityNET — A distributed AI platform on the Ethereum blockchain, with each blockchain node backing up an AI algorithm.
    decentralized-ai ethereum ai-marketplace
  • Thought Network — A blockchain-enabled fabric that embeds artificial intelligence into data, making it agile, actionable, and inherently secure.
    decentralized-ai data-fabric
  • Vanna Labs — An Ethereum L2 rollup that supports native, seamless, and trustless AI/ML inferences on-chain to empower decentralized applications.
    decentralized-ai ethereum layer-2 on-chain-inference

AI Algorithm Projects

  • Decentralized & Collaborative AI on Blockchain — A framework to host and train publicly available machine learning models in smart contracts with incentive mechanisms encouraging good-quality training data.
    ★ 607 · MIT · decentralized-ai smart-contract collaborative-ml
  • Danku — A blockchain-based protocol for evaluating and purchasing ML models on a public blockchain such as Ethereum.
    ★ 147 · decentralized-ai ethereum smart-contract

Data Marketplaces

  • Ocean Protocol — A decentralized data exchange protocol that lets people share and monetize data while guaranteeing control, auditability, transparency, and compliance.
    decentralized-ai data-marketplace

Decentralized Compute

  • DeepBrain Chain — A decentralized AI computing platform that supplies processing power to companies developing AI technologies.
    decentralized-compute decentralized-ai
  • Nunet — A globally decentralized computing framework combining latent computing power of independently owned devices into a dynamic marketplace of compute resources.
    decentralized-compute compute-marketplace
  • Phala Network — A decentralized off-chain compute infrastructure for Web3 development.
    decentralized-compute web3
  • TrueBit — Gives Ethereum smart contracts a computational boost.
    decentralized-compute ethereum

Finance & Trading

  • Cindicator — A crowd-sourced prediction engine for financial and crypto indicators.
    decentralized-ai finance prediction-market
  • Erasure — A decentralized protocol and data marketplace for financial predictions.
    decentralized-ai finance data-marketplace
  • Numerai — A hedge fund powered by a network of anonymous data scientists who build machine learning models on encrypted data and stake cryptocurrency to express confidence in their models.
    decentralized-ai finance machine-learning

Healthcare & Medicine

  • BurstIQ — A healthcare data marketplace with granular ownership and consent of data; on-chain storage on a custom blockchain supports HIPAA, GDPR, and other regulations.
    decentralized-ai healthcare hipaa gdpr
  • doc.ai — Aims to decentralize precision medicine on the blockchain using AI.
    decentralized-ai healthcare

Autonomous Agents

  • AgentFund — A decentralized crowdfunding infrastructure for autonomous AI agents on Base blockchain, enabling milestone-based escrow funding for AI projects and collaborations.
    ★ 3 · MIT · ai-agent crowdfunding base escrow
  • Hashgraph Online (HOL) — Universal agentic registry built on Hedera Hashgraph, providing blockchain-based identity for AI agents via the ERC-8004 standard and HCS-14 Universal Agent IDs, enabling discovery, verification, and autonomous commerce via x402.
    ai-agent hashgraph agent-identity x402

Academic Research

Developer Productivity & CLI Tools — 1 source

Browser Extensions

  • User-Agent Switcher — A browser extension designed to easily override the browser's User-Agent string.
    javascript developer-tool browser-extension user-agent firefox

License

This repository is licensed under the MIT License. Per-source licenses are noted next to each entry above where known.

About

Interactive, curated graph of open-source repositories — grouped by sector, sized by star count, and linked by shared tags.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors