TopGit

Best Developer Tools open-source projects

Tools for developers

Top Developer Tools repositories

Y
yt-dlp/yt-dlp

yt-dlp is a command-line tool designed for downloading audio and video content from a vast array of online platforms, offering extensive customization options.

1.7k2.5k177.0k15.1k
Python
# cli# downloader# python
15.1kRead review
O
ollama/ollama

Ollama is the simplest way to download and run open large language models on your own machine. A single command pulls a model and starts chatting; a local API lets your apps use it without any cloud service.

6103.4k175.5k16.9k
Go
# deepseek# gemma# gemma3
16.9kRead review
M
mattpocock/skills

This repository provides a highly popular collection of agent 'skills'—small, adaptable scripts and prompts—designed to improve the interaction and output quality of AI coding assistants by applying robust engineering principles.

3136164.3k14.1k
Shell
14.1kRead review
A
addyosmani/agent-skills

Agent Skills is an open-source AI agent skills collection from Addy Osmani: 24 structured workflows that push AI coding agents through the spec-plan-build-test-review-ship discipline a senior engineer would follow. Instead of one-off prompts, each skill is a step-by-step process with verification gates, so the agent writes a PRD before code and proves tests pass before shipping.

4913076.7k8.2k
JavaScript
# agent-skills# antigravity# claude-code
8.2kRead review
C
ChromeDevTools/chrome-devtools-mcp

Chrome DevTools MCP is an MCP server that gives a coding agent access to a live Chrome browser through the full Chrome DevTools toolset. Your agent — Claude, Cursor, Copilot, or Antigravity — can record performance traces, read network requests and console messages, take screenshots, and automate actions with Puppeteer.

9245.9k3.0k
TypeScript
# browser# chrome# chrome-devtools
3.0kRead review
C
continuedev/continue

Continue is an open-source coding agent that shipped as a CLI, a VS Code extension, and a JetBrains plugin. It's worth knowing up front: the README states the repository is now read-only and no longer actively maintained after a final 2.0.0 release.

95034.7k5.0k
TypeScript
# agent# ai# cli
5.0kRead review
D
DeusData/codebase-memory-mcp

codebase-memory-mcp is a code intelligence MCP server, written in C, that indexes a codebase into a persistent knowledge graph of functions, classes, and call chains. Once indexed, your coding agent runs structural queries — trace this call path, find dead code, show the architecture — instead of grepping file by file. The README reports full-indexing an average repo in milliseconds and the Linux kernel in about three minutes, with sub-millisecond graph queries.

19527.3k2.0k
C
# aider# ast# claude-code
2.0kRead review
S
simplex-chat/simplex-chat

SimpleX Chat private messaging routes your conversations through relay servers without giving you any account or user ID at all. The README calls it the first messaging network that operates without user identifiers of any kind. There's no phone number, no username, and no hidden account ID a server could use to link who you talk to. It ships apps for Android, iOS, desktop, and a terminal CLI for Linux, macOS, and Windows, all built on double-ratchet end-to-end encryption with an extra encryption layer.

1.2k18.0k1.1k
Haskell
# chat# double-ratchet# e2ee
1.1kRead review
D
diegosouzapw/OmniRoute

OmniRoute is a self-hostable AI gateway that puts one endpoint in front of many model providers. You point coding agents like Claude Code, Cursor, or Cline at it, and it routes requests across providers — including free tiers — with automatic fallback when one is unavailable.

20012.5k1.8k
TypeScript
# a2a# ai-agents# ai-gateway
1.8kRead review
C
ComposioHQ/agent-orchestrator

Agent Orchestrator (AO) is an open-source harness for running AI coding agents in parallel. It gives terminal agents like Claude Code, Codex, Cursor, Aider, and Goose isolated workspaces, live terminals, and automatic loops that route CI failures, review comments, and merge conflicts back to the right agent.

3988.1k1.2k
Go
# agent-fleet# agent-swarm# claude-code
1.2kRead review

Recently reviewed

A
addyosmani/agent-skills

Agent Skills is an open-source AI agent skills collection from Addy Osmani: 24 structured workflows that push AI coding agents through the spec-plan-build-test-review-ship discipline a senior engineer would follow. Instead of one-off prompts, each skill is a step-by-step process with verification gates, so the agent writes a PRD before code and proves tests pass before shipping.

4913076.7k8.2k
JavaScript
# agent-skills# antigravity# claude-code
8.2kRead review
M
mattpocock/skills

This repository provides a highly popular collection of agent 'skills'—small, adaptable scripts and prompts—designed to improve the interaction and output quality of AI coding assistants by applying robust engineering principles.

3136164.3k14.1k
Shell
14.1kRead review
Y
yt-dlp/yt-dlp

yt-dlp is a command-line tool designed for downloading audio and video content from a vast array of online platforms, offering extensive customization options.

1.7k2.5k177.0k15.1k
Python
# cli# downloader# python
15.1kRead review
D
diegosouzapw/OmniRoute

OmniRoute is a self-hostable AI gateway that puts one endpoint in front of many model providers. You point coding agents like Claude Code, Cursor, or Cline at it, and it routes requests across providers — including free tiers — with automatic fallback when one is unavailable.

20012.5k1.8k
TypeScript
# a2a# ai-agents# ai-gateway
1.8kRead review
C
ComposioHQ/agent-orchestrator

Agent Orchestrator (AO) is an open-source harness for running AI coding agents in parallel. It gives terminal agents like Claude Code, Codex, Cursor, Aider, and Goose isolated workspaces, live terminals, and automatic loops that route CI failures, review comments, and merge conflicts back to the right agent.

3988.1k1.2k
Go
# agent-fleet# agent-swarm# claude-code
1.2kRead review
S
simplex-chat/simplex-chat

SimpleX Chat private messaging routes your conversations through relay servers without giving you any account or user ID at all. The README calls it the first messaging network that operates without user identifiers of any kind. There's no phone number, no username, and no hidden account ID a server could use to link who you talk to. It ships apps for Android, iOS, desktop, and a terminal CLI for Linux, macOS, and Windows, all built on double-ratchet end-to-end encryption with an extra encryption layer.

1.2k18.0k1.1k
Haskell
# chat# double-ratchet# e2ee
1.1kRead review
C
continuedev/continue

Continue is an open-source coding agent that shipped as a CLI, a VS Code extension, and a JetBrains plugin. It's worth knowing up front: the README states the repository is now read-only and no longer actively maintained after a final 2.0.0 release.

95034.7k5.0k
TypeScript
# agent# ai# cli
5.0kRead review
D
DeusData/codebase-memory-mcp

codebase-memory-mcp is a code intelligence MCP server, written in C, that indexes a codebase into a persistent knowledge graph of functions, classes, and call chains. Once indexed, your coding agent runs structural queries — trace this call path, find dead code, show the architecture — instead of grepping file by file. The README reports full-indexing an average repo in milliseconds and the Linux kernel in about three minutes, with sub-millisecond graph queries.

19527.3k2.0k
C
# aider# ast# claude-code
2.0kRead review

Explore other topics