Creator School AI
AI tools
Free AI Summit
Free AI Summit
AI tools AI agents & automations AI prompts AI connectors
GitHub repos

The best GitHub repos: open source tools for AI

The best GitHub repos for AI work are hard to find, because GitHub trending rewards whatever is new rather than what is good.

These are the ones we install, read properly and ship with. Filter by category, licence, language and the AI tools each one works with.

Loved by 100,000+ creators
0+
GitHub repos
0k+
stars combined
0
categories

This is my curated list of the best GitHub repos for building with AI in 2026.

Every repository on it is one I have installed, read properly, or shipped something with.

They are sorted by what they do rather than by what language they are written in. Agent frameworks, MCP servers, coding agents, prompt libraries, RAG and memory, and evals.

Star counts, language, licence and last commit date come straight from the GitHub API and refresh every day.

A project that stopped being maintained two years ago cannot hide behind an old number.

Check the licence before you ship, because plenty of popular repositories are source-available rather than open source, and some carry no licence at all.

You can filter the whole list by exactly that.

These pair with our AI connectors, agent skills, and AI tools.

Use the filters below to find the ones that fit your stack.

Browse all GitHub repos

382 repos

VS Code Setup Guide

★ 1 · Shell · Active

Navid Moazzez's VS Code setup for creators. The theme, extensions, and settings for running Claude Code, Codex, and Gemini in one window.

yt-dlp

★ 184k · Python · Active

A feature-rich command-line audio/video downloader

Developer tools

Whisper

★ 107k · Python · Active

Robust Speech Recognition via Large-Scale Weak Supervision

Media & audio

Project Based Learning

★ 279k · Python · Active

Curated list of project-based tutorials

Learning

Superpowers

★ 272k · Shell · Active

An agentic skills framework & software development methodology that works.

Agent skills

React

★ 247k · JavaScript · Active

The library for web and native user interfaces.

AI interfaces

Ecc

★ 240k · JavaScript · Active

The agent harness performance optimization system.

MCP serversDeveloper tools

Hermes Agent

★ 230k · Python · Active

The agent that grows with you

Matt Pocock Skills

★ 216k · Shell · Active

Skills for Real Engineers. Straight from my.agents directory.

Agent skills

n8n

★ 201k · TypeScript · Active

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

AutomationDeveloper toolsSelf-hosted apps

Free Domain

★ 193k · Markdown · Active

Free domain registration and practical DNS learning resources for everyone.

Learning

Ollama

★ 178k · Go · Active

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

LLM serving

Markitdown

★ 174k · Python · Active

Python tool for converting files and office documents to Markdown.

Agent Skills

★ 169k · Python · Active

Public repository for Agent Skills

Agent skills

Firecrawl

★ 167k · TypeScript · Active

The context API to search, scrape, and interact with the web at scale.

Automation

Dify

★ 152k · TypeScript · Active

Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace.

Agent frameworks

Javascript

★ 148k · JavaScript

JavaScript Style Guide

Agency Agents

★ 145k · Shell · Active

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers.

LangChain

★ 144k · Python · Active

The agent engineering platform.

Agent frameworks

Claude Code

★ 141k · Python · Active

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks…

Coding agents

Excalidraw

★ 130k · TypeScript · Active

Virtual whiteboard for sketching hand-drawn like diagrams

AI interfacesSelf-hosted apps

Gstack

★ 128k · TypeScript · Active

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

ComfyUI

★ 127k · Python · Active

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

Media & audioSelf-hosted apps

llama.cpp

★ 124k · C++ · Active

A few options to get llama.cpp installed on your machine: Visit https://llama.

LLM serving
❓ FAQs

FAQs about top GitHub repositories

Have questions about GitHub repositories and which ones are worth using?

Find answers to the most common ones below.

A GitHub repository, usually shortened to a repo, is a project folder hosted on GitHub that holds the code, its full history, the README, the issues, the releases and the licence.

Anyone can view and download a public repository. Cloning one gives you the entire project along with every change that has ever been made to it.
The best GitHub repos for AI fall into a handful of jobs. Agent frameworks give you the loop, MCP servers give an agent real capabilities, and the rest covers coding agents, prompt libraries, RAG and memory, and eval harnesses.

The list on this page is filtered by exactly those categories, and every repository on it is one we have installed or read properly rather than something pulled off GitHub trending.
Sort by what is maintained rather than by stars. Check the last commit date, open the issues tab to see whether anyone answers, and read the first paragraph of the README, because a README that does not tell you what the project does is telling you something.

GitHub search, topics pages and trending are all reasonable starting points. Curated lists like this one exist because trending rewards novelty rather than usefulness.
There is no difference. Repo is simply the shorthand, and it is what almost everyone says out loud.

GitHub uses the full word repository across its own interface, so you will see both spellings in the docs and on the site.
No, and this catches people out constantly, because public and open source are not the same thing.

A repository is open source only if it carries an OSI-approved licence such as MIT, Apache-2.0, GPL or BSD. Some popular projects are source-available instead, under licences like BSL, Elastic, SSPL or Commons Clause, which means you can read the code but you cannot build a competing commercial product on it. A repository with no LICENSE file at all is legally all rights reserved, so you may read it and do nothing else with it.

Use the licence filter above to see which is which.
Everything listed here is free to download, and the open source projects are free to use in your own work within the terms of their licence.

Some of them are the open core of a paid hosted product, which means the code is free while the managed version is not. Where that applies, the drawer links out to the project's own site.
MCP stands for Model Context Protocol, and an MCP server gives an AI agent a real capability it does not have on its own, such as reading a database, driving a browser, calling an API or editing files.

Install one and your agent can do the thing rather than describe it. We keep a full library of them at AI connectors.
Stars measure attention rather than quality, and they never go down, which is why a repository that was abandoned three years ago can still show forty thousand of them.

Treat the number as a rough popularity signal and weight the last commit date, the open issue count and the number of contributors far more heavily. A project with nine hundred stars that ships every week is usually the better bet.
Read the README first and follow its install instructions, because in many cases a single command is all it takes. Where one exists, we put that command in the drawer as a copy block.

To get the code itself, run git clone followed by the repository URL, or download the ZIP from the green Code button.
Star counts, forks, language, licence and last commit date come straight from the GitHub API and refresh every day, so the numbers here are never more than twenty-four hours old.

The write-ups are ours and we revise them whenever something material changes about a project. We add new repositories most weeks.
Someone here has to have used the project or read it properly, and that is the entire bar, which is why this list is short rather than exhaustive.

If a repository you rely on is missing, tell us about it and say what you built with it.
🤖 Free virtual event

Want insider access to 50+ exclusive AI creator workshop sessions?

Thrive in the creator economy in the new age of AI and learn from leading-edge AI experts, creators, and entrepreneurs who've been in the trenches for years.

Claim your free access to this actionable content today.

P.S. Register to instantly get my ultimate AI tools guide for creators!

Loved by 100,000+ previous attendees
Creator School AI

Creator School AI, founded by Navid Moazzez, is the #1 AI resource for creators and founders. Build your own AI Operating System (AI OS) and master AI content creation. No coding needed. Trusted by 10,000's of creators worldwide.

  • About Creator School AI
  • About Navid
  • Now
  • FAQs
  • Help center
  • Brand assets
  • Contact
  • Submit a tool
  • Update a tool
  • Contribute
  • Editorial guidelines
  • Official channels
  • Roadmap
  • Sitemap
  • Student login
  • Success stories
  • Share a testimonial
  • Free resources
  • AI news
  • Articles
  • Podcast
  • Products
  • Video gear guide
  • Creator directory
  • Claude Code Starter Kit
  • AI tools library
  • AI connectors
  • AI agents & automations
  • Agent skills
  • Custom GPTs
  • AI prompts
  • Content templates
  • AI events calendar
  • AI tools guide
  • AI workshops
  • AI guides
  • AI Q&A library
  • AI glossary
  • Creator economy glossary
  • Creator economy companies
  • Creator net worth profiles
  • Best books
  • Best GitHub repos
  • Best newsletters
  • Best online courses
  • Best podcasts
  • Best YouTube channels
  • Best quotes
  • AI software deals
  • AI Creator OS
  • Creator School AI store
  • AI Creator Summit
  • AI Agents Summit
  • AI Agents Summit
  • Terms
  • Privacy
  • Disclaimer
  • Affiliate disclaimer
  • Refund
Company
  • About Creator School AI
  • About Navid
  • Now
  • FAQs
  • Help center
  • Brand assets
  • Contact
  • Submit a tool
  • Update a tool
  • Contribute
  • Editorial guidelines
  • Official channels
  • Roadmap
  • Sitemap
Students
  • Student login
  • Success stories
  • Share a testimonial
Resources
  • Free resources
  • AI news
  • Articles
  • Podcast
  • Products
  • Video gear guide
  • Creator directory
  • Claude Code Starter Kit
  • AI tools library
  • AI connectors
  • AI agents & automations
  • Agent skills
  • Custom GPTs
  • AI prompts
  • Content templates
  • AI events calendar
  • AI tools guide
  • AI workshops
  • AI guides
  • AI Q&A library
  • AI glossary
  • Creator economy glossary
  • Creator economy companies
  • Creator net worth profiles
  • Best books
  • Best GitHub repos
  • Best newsletters
  • Best online courses
  • Best podcasts
  • Best YouTube channels
  • Best quotes
  • AI software deals
Products
  • AI Creator OS
  • Creator School AI store
Virtual events
  • AI Creator Summit
  • AI Agents Summit
  • AI Agents Summit

© 2026 Creator School AI is a trademark of NM Media. All rights reserved. Made with ❤️ by Navid Moazzez Navid Moazzez in collaboration with Claude Code.

TermsPrivacyDisclaimerAffiliate disclaimerRefundFor AI assistants

As an Amazon Associate & member of other affiliate programs, I may earn commissions from qualifying purchases at no extra cost to you.