Trending AI GitHub Repos
Trending open source AI and machine learning repositories on GitHub.
Showing 50 of 83 items
onyx-dot-app/onyx
Full-stack open source AI chat platform that plugs into many models. Ships with advanced chat features, memory, and multi-user workspaces.
Blaizzy/mlx-vlm
Lets you run and customize vision-language models on Apple Silicon using MLX. Great for building local image-and-text assistants on a Mac.
block/goose
Open-source AI agent that installs, edits, executes, and tests code with any language model. Targets real workflows, not just inline suggestions.
dmtrKovalenko/fff.nvim
Fast file-search and context toolkit designed for AI agents and Neovim. Helps agents find the right code spans instead of grepping everything.
google-ai-edge/LiteRT-LM
Runtime for running language models efficiently on edge hardware. Targets phones, Jetson-class boards, and other low-power devices.
google-ai-edge/gallery
Showcases on-device ML and generative AI demos that run locally. Good starting point if you want examples of production-ready edge AI apps.
badlogic/pi-mono
Agent toolkit with a coding-agent CLI, unified LLM API, UI libraries, and Slack bot. Focuses on wiring agents into real dev environments.
roboflow/supervision
Utility library that standardizes computer-vision pre- and post-processing. Saves you from rewriting glue code around detection and segmentation models.
Yeachan-Heo/oh-my-claudecode
Teams-first orchestration layer around Claude Code. Manages multi-agent workflows for orgs instead of single-user toy projects.
NousResearch/hermes-agent
General-purpose AI agent framework that grows with user needs. Focuses on composable tools and skills instead of one fixed workflow.
google-research/timesfm
Time-series foundation model from Google Research. Lets you forecast many different signals with one shared model, not one model per metric.
SakanaAI/AI-Scientist-v2
Implements AI Scientist v2, which runs agentic tree search over experiments. Pushes toward semi-automated scientific discovery instead of just paper drafting.
vas3k/TaxHacker
Self-hosted accounting app that uses a language model to read receipts, invoices, and transactions. Targets small businesses that can’t hire a finance team.
luongnv89/claude-howto
Hands-on guide for Claude Code, from basics to multi-agent setups. Gives copy-paste templates, diagrams, and a learning path for serious use.
microsoft/VibeVoice
Open-source frontier voice model stack from Microsoft. Aims at natural, low-latency speech AI that builders can inspect and extend.
virattt/ai-hedge-fund
Open project for building an AI-driven hedge fund stack. Combines research, data pipelines, and agent workflows aimed at systematic trading.
teng-lin/notebooklm-py
Unofficial Python API for Google NotebookLM. Handy if you want to script NotebookLM workflows or integrate it into your data and note systems.
openclaw/openclaw
Cross-platform personal AI assistant that runs anywhere. Targets power users who want a local-first, extensible agent instead of being locked into one vendor.
666ghj/MiroFish
Implements a "swarm intelligence" engine that predicts arbitrary signals. Useful playground if you want to experiment with alternative forecasting and ensemble ideas.
pbakaus/impeccable
Design language aimed at making AI frontends and harnesses more visually consistent. Useful if your AI tools look like prototypes and need polish.
Ed1s0nZ/CyberStrikeAI
AI-native security testing platform that wraps 100+ tools behind an orchestration engine. Lets you script serious security checks with agent-style workflows.
shareAI-lab/learn-claude-code
A tiny Claude Code–style agent built mostly with shell tooling. Shows how far you can get with minimal dependencies and careful prompt and script design.
GoogleCloudPlatform/generative-ai
Large collection of Gemini on Vertex AI notebooks and sample apps. Great starting point if you want to build production-style systems on Google Cloud fast.
openai/skills
Catalog of reusable "skills" for Codex-style agents. Useful if you want a library of tested recipes instead of inventing every workflow from scratch.
nautechsystems/nautilus_trader
A high-performance trading backtester and live engine used in many ML-driven strategies. It’s battle-tested infrastructure if you want to train and deploy quant agents.
jomjol/AI-on-the-edge-device
Firmware that reads analog meters and similar devices with a tiny on-device vision model. It’s a practical template for bringing AI to legacy hardware.
upscayl/upscayl
A cross‑platform image upscaler that uses open models to sharpen low-res photos. It’s a simple way to add high-quality upscaling to creative pipelines.
OpenBB-finance/OpenBB
A terminal and SDK that gives analysts and AI agents clean access to financial data. It’s becoming a default backend for quant dashboards and research bots.
ggml-org/whisper.cpp
A fast C/C++ port of OpenAI’s Whisper that runs on laptops, phones, and edge devices. It’s the go-to option when you need offline speech transcription.
huggingface/transformers
The standard library for state-of-the-art models in text, vision, audio, and combined formats. If you build with open models, you almost certainly depend on this already.
labring/sealos
An "AI-native" cloud OS on Kubernetes that lets you spin up full stacks for modern AI apps. It targets teams that want their own mini-cloud for models and data.
activepieces/activepieces
A no-code workflow engine built around AI agents and MCP servers. It connects hundreds of tools so you can wire up agent workflows without writing glue code.
microsoft/qlib
An AI-first quant finance platform for research and live trading. It bundles data handling, model training, and reinforcement-learning-style strategies in one toolkit.
chidiwilliams/buzz
A desktop app that wraps Whisper for local transcription and translation. It turns powerful speech models into a one-click tool for creators and analysts.
iOfficeAI/AionUi
AionUi is a local "cowork" interface for many coding agents like Gemini CLI, Claude Code, Opencode, and others. It unifies chat, tools, and project context in one desktop-style workspace.
anomalyco/opencode
OpenCode is an open-source coding agent that edits and writes code for you, wired into modern tooling. Use it as a local, hackable alternative to proprietary AI dev environments.
frankbria/ralph-claude-code
Ralph wraps Claude Code in an autonomous development loop that runs tasks, monitors progress, and decides when to stop. It’s a concrete testbed for hands-free agent workflows on real codebases.
davila7/claude-code-templates
A CLI and template pack that wires Claude Code into common project setups. It turns spinning up an AI-augmented repo into a one-command operation instead of hours of manual glue.
anthropics/claude-code
Claude Code runs as a terminal-native coding agent that understands your repo and executes commands. It blurs the line between shell, IDE, and assistant, and it’s quickly becoming a default tool for power users.
bytedance/UI-TARS-desktop
UI‑TARS is a full desktop stack for multimodal AI agents, connecting top models with tools, memory, and UI. If you want to ship serious agent apps, this gives you infrastructure instead of starting from scratch.
gyoridavid/ai_agents_az
This repo is a curated directory of AI agents and tools, organized A–Z. It’s useful as a scouting map when you’re picking stacks or comparing agent frameworks.
simstudioai/sim
Sim is an open platform for building and deploying AI agent workflows end to end. It focuses on visual orchestration, so teams can compose tools, models, and memory without hand-rolling brittle pipelines.
ChromeDevTools/chrome-devtools-mcp
This project exposes Chrome DevTools as a tool that coding agents can call. It lets AI debuggers inspect the DOM, network, and performance directly, instead of guessing from page text.
openai/openai-cookbook
The OpenAI cookbook is a large set of worked examples for building with OpenAI’s API. Treat it as a pattern library for chat apps, agents, RAG systems, and fine-grained evaluations.
ourongxing/newsnow
NewsNow is a slick news reader that pulls in real-time headlines with a modern web UI. It’s useful as a front-end shell if you want to plug in your own AI summarizer or ranking models.
swisskyrepo/PayloadsAllTheThings
A giant, curated list of exploit payloads and bypass tricks for web security and CTFs. It’s becoming the default knowledge base security-focused AI tools plug into. ([github.com](https://github.com/trending))
sgl-project/mini-sglang
A slimmed-down version of the SGLang runtime aimed at easier experimentation. It focuses on fast text generation pipelines for modern language models in Python. ([github.com](https://github.com/trending))
pollen-robotics/reachy_mini
SDK for the Reachy Mini robot, giving Python hooks into perception and control. It’s a practical playground for connecting language models to real-world robot arms. ([github.com](https://github.com/trending))
cocoindex-io/cocoindex
A high-performance data transformation engine built for AI pipelines. It focuses on incremental processing, so you can keep large feature stores and training datasets in sync cheaply. ([github.com](https://github.com/trending))
cloudcommunity/Free-Certifications
A massive list of free tech and cloud courses with certifications. It’s trending as many developers reskill for AI-heavy roles without big training budgets. ([github.com](https://github.com/trending))