Top GitHub Trending & AI Tool Deploy Commands — Updated Daily
npmrundeploy.com scans GitHub every day to find the fastest-growing AI Agent, AI/ML, MCP Server, DevTools, and Automation repos, pre-sorted into big groups so you don't have to filter manually. Every tool comes with a ready one-line deploy command — copy it straight into a terminal, Claude Code, or any AI agent. The site also has AI company stocks, weekly AI/model rankings, and pre-translated trend news.
ℹ️ What is npmrundeploy.com for?
This is a daily roundup of GitHub trending built for developers, PMs, and builders who want to deploy new AI tools fast — without reading every README. Each tool is tagged with a category and a ready-to-run npm/npx/pip/docker command.
🔎 Quickly find a tool for your need
🤖 AI Agent · 3 tools
Claude Code 🤖 AI Agent
An agentic command-line coding tool that runs Claude directly in your terminal to read/edit code and run commands.
npm install -g @anthropic-ai/claude-code
CrewAI 🤖 AI Agent
A lightweight framework for building teams of role-based AI agents that collaborate, independent of LangChain.
pip install crewai
Dify 🤖 AI Agent
A full-stack platform for building production-ready AI agent/LLM apps with a drag-and-drop UI.
git clone https://github.com/langgenius/dify.git && cd dify/docker && docker compose up -d
🧠 AI / Machine Learning · 3 tools
Ollama 🧠 AI/ML
Run open-source LLMs (Llama, Qwen, DeepSeek...) locally on your own machine, no cloud GPU needed.
curl -fsSL https://ollama.com/install.sh | sh
LangChain 🧠 AI/ML
The foundational framework for connecting LLMs to data, tools, and agents — the largest ecosystem today.
pip install langchain
Open WebUI 🧠 AI/ML
A self-hosted, ChatGPT-style web UI that works with Ollama or any OpenAI-compatible API.
docker run -d -p 3000:8080 ghcr.io/open-webui/open-webui:main
🔌 MCP Server · 2 tools
MCP Servers (uvicorn + FastAPI starter) 🔌 MCP
A quick-start scaffold for building MCP servers that connect AI to external data (files, DBs, internal APIs).
uvx create-mcp-server
MCP Inspector 🔌 MCP
A visual debugging tool for MCP servers — inspect tools, resources, and prompts before wiring into Claude.
npx @modelcontextprotocol/inspector
⚙️ Automation · 2 tools
n8n ⚙️ Automation
A workflow automation platform, a self-hostable Zapier alternative that connects with AI agents/MCP.
npx n8n
Playwright ⚙️ Automation
Cross-browser automation and end-to-end testing, with the ability to record actions into a script.
npm init playwright@latest
🛠️ Dev Tools · 1 tools
Vite 🛠️ DevTools
A next-generation build tool/dev server that starts frontend projects almost instantly.
npm create vite@latest
🌐 Web Framework · 2 tools
create-next-app 🌐 Web
Scaffold a Next.js project with one command — the most popular React framework for production web apps.
npx create-next-app@latest
Astro 🌐 Web
A blazing-fast static site framework shipping almost zero JS by default — the technology behind this very site.
npm create astro@latest
🗄️ Database · 1 tools
Supabase CLI 🗄️ Database
Bootstrap Postgres + Auth + Storage, self-hosted or cloud — an open-source Firebase alternative.
npx supabase init