# DD CLIs - Full Listing Site: https://clis.developersdigest.tech Total CLIs: 57 Generated: 2026-04-29T02:35:17.107Z ## Claude Code - URL: https://clis.developersdigest.tech/cli/claude-code - GitHub: https://github.com/anthropics/claude-code - npm: @anthropic-ai/claude-code - Website: https://claude.ai - Category: AI - Creator: Anthropic - Language: TypeScript - Stars: 80k - Install: `npm install -g @anthropic-ai/claude-code` Anthropic's agentic coding CLI. Think, plan, and execute code changes directly from your terminal with Claude. ## Cursor - URL: https://clis.developersdigest.tech/cli/cursor - GitHub: https://github.com/getcursor/cursor - brew: cursor - Website: https://cursor.com - Category: AI - Creator: Anysphere - Language: TypeScript - Stars: 32k - Install: `brew install --cask cursor` AI-first code editor built on VS Code. Ships with a CLI for opening projects and running AI commands from the terminal. ## Codex - URL: https://clis.developersdigest.tech/cli/codex - GitHub: https://github.com/openai/codex - npm: @openai/codex - Website: https://openai.com - Category: AI - Creator: OpenAI - Language: TypeScript - Stars: 66k - Install: `npm install -g @openai/codex` OpenAI's open-source coding agent that runs in your terminal. Reads and modifies your codebase with sandboxed execution. ## Gemini CLI - URL: https://clis.developersdigest.tech/cli/gemini-cli - GitHub: https://github.com/google-gemini/gemini-cli - npm: @google/gemini-cli - Website: https://ai.google.dev - Category: AI - Creator: Google - Language: TypeScript - Stars: 98k - Install: `npm install -g @google/gemini-cli` Google's AI coding agent for the terminal. Powered by Gemini models with deep Google ecosystem integration. ## Aider - URL: https://clis.developersdigest.tech/cli/aider - GitHub: https://github.com/Aider-AI/aider - brew: aider - Website: https://aider.chat - Category: AI - Creator: Paul Gauthier - Language: Python - Stars: 42k - Install: `pip install aider-chat` AI pair programming in your terminal. Works with any LLM to edit code in your local git repo. ## Continue - URL: https://clis.developersdigest.tech/cli/continue - GitHub: https://github.com/continuedev/continue - npm: @continuedev/cli - Website: https://continue.dev - Category: AI - Creator: Continue - Language: TypeScript - Stars: 32k - Install: `npm install -g @continuedev/cli` Open-source AI code assistant. IDE extension and CLI that connects to any LLM for autocomplete and chat. ## Ollama - URL: https://clis.developersdigest.tech/cli/ollama - GitHub: https://github.com/ollama/ollama - brew: ollama - Website: https://ollama.com - Category: AI - Creator: Ollama - Language: Go - Stars: 120k - Install: `curl -fsSL https://ollama.com/install.sh | sh` Run large language models locally. One-command setup for Llama, Mistral, Gemma, and dozens more. ## Open Interpreter - URL: https://clis.developersdigest.tech/cli/open-interpreter - GitHub: https://github.com/OpenInterpreter/open-interpreter - Website: https://openinterpreter.com - Category: AI - Creator: Open Interpreter - Language: Python - Stars: 58k - Install: `pip install open-interpreter` Natural language interface for your computer. Runs code locally to complete tasks via conversation. ## Multica - URL: https://clis.developersdigest.tech/cli/multica - GitHub: https://github.com/multica-ai/multica - brew: multica-ai/tap/multica - Website: https://github.com/multica-ai/multica - Category: AI - Creator: Multica - Language: Go - Stars: new - Install: `brew install multica-ai/tap/multica` Open-source managed-agents platform. Dispatch issues to Claude Code, Codex, Gemini, Cursor Agent, OpenClaw, OpenCode, Hermes, or Pi and stream progress back over WebSocket. ## Vercel CLI - URL: https://clis.developersdigest.tech/cli/vercel-cli - GitHub: https://github.com/vercel/vercel - npm: vercel - Website: https://vercel.com - Category: DevTools - Creator: Vercel - Language: TypeScript - Stars: 13k - Install: `npm install -g vercel` Deploy to Vercel from the command line. Preview, promote, and manage serverless deployments. ## Netlify CLI - URL: https://clis.developersdigest.tech/cli/netlify-cli - GitHub: https://github.com/netlify/cli - npm: netlify-cli - Website: https://netlify.com - Category: DevTools - Creator: Netlify - Language: TypeScript - Stars: 1.6k - Install: `npm install -g netlify-cli` Build, deploy, and manage Netlify sites from the terminal. Local dev server, functions, and edge middleware. ## Wrangler - URL: https://clis.developersdigest.tech/cli/wrangler - GitHub: https://github.com/cloudflare/workers-sdk - npm: wrangler - Website: https://developers.cloudflare.com - Category: DevTools - Creator: Cloudflare - Language: TypeScript - Stars: 2.5k - Install: `npm install -g wrangler` Cloudflare's CLI for Workers, Pages, R2, D1, and the rest of the Cloudflare developer platform. ## Railway CLI - URL: https://clis.developersdigest.tech/cli/railway-cli - GitHub: https://github.com/railwayapp/cli - brew: railway - Website: https://railway.app - Category: DevTools - Creator: Railway - Language: Go - Stars: 350 - Install: `brew install railway` Deploy apps to Railway from the command line. Link repos, manage environments, stream logs. ## Supabase CLI - URL: https://clis.developersdigest.tech/cli/supabase-cli - GitHub: https://github.com/supabase/cli - npm: supabase - brew: supabase - Website: https://supabase.com - Category: DevTools - Creator: Supabase - Language: Go - Stars: 1k - Install: `npm install -g supabase` Manage Supabase projects locally. Run migrations, generate types, seed data, and test Edge Functions. ## Neon CLI - URL: https://clis.developersdigest.tech/cli/neonctl - GitHub: https://github.com/neondatabase/neonctl - npm: neonctl - Website: https://neon.tech - Category: DevTools - Creator: Neon - Language: TypeScript - Stars: 200 - Install: `npm install -g neonctl` Manage Neon Postgres branches, databases, and roles from the terminal. Branch databases like git branches. ## Coolify - URL: https://clis.developersdigest.tech/cli/coolify - GitHub: https://github.com/coollabsio/coolify - Website: https://coolify.io - Category: DevTools - Creator: Coolify - Language: PHP - Stars: 40k - Install: `curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash` Open-source, self-hosted alternative to Heroku, Netlify, and Vercel. Deploy anything on your own hardware. ## npm - URL: https://clis.developersdigest.tech/cli/npm - GitHub: https://github.com/npm/cli - Website: https://npmjs.com - Category: Package Manager - Creator: GitHub / npm Inc. - Language: JavaScript - Stars: 9k - Install: `Bundled with Node.js` The default package manager for Node.js. Millions of packages, workspaces support, and lockfile management. ## pnpm - URL: https://clis.developersdigest.tech/cli/pnpm - GitHub: https://github.com/pnpm/pnpm - npm: pnpm - brew: pnpm - Website: https://pnpm.io - Category: Package Manager - Creator: Zoltan Kochan - Language: TypeScript - Stars: 31k - Install: `npm install -g pnpm` Fast, disk-efficient package manager. Content-addressable storage means no duplicate packages across projects. ## Bun - URL: https://clis.developersdigest.tech/cli/bun - GitHub: https://github.com/oven-sh/bun - brew: oven-sh/bun/bun - Website: https://bun.sh - Category: Package Manager - Creator: Oven - Language: Zig - Stars: 77k - Install: `curl -fsSL https://bun.sh/install | bash` All-in-one JavaScript runtime, bundler, test runner, and package manager. Written in Zig for maximum speed. ## Deno - URL: https://clis.developersdigest.tech/cli/deno - GitHub: https://github.com/denoland/deno - brew: deno - Website: https://deno.com - Category: Package Manager - Creator: Deno Land - Language: Rust - Stars: 101k - Install: `curl -fsSL https://deno.land/install.sh | sh` Secure JavaScript and TypeScript runtime. Built-in formatter, linter, test runner, and package management. ## Yarn - URL: https://clis.developersdigest.tech/cli/yarn - GitHub: https://github.com/yarnpkg/berry - npm: yarn - Website: https://yarnpkg.com - Category: Package Manager - Creator: Yarn Contributors - Language: TypeScript - Stars: 7k - Install: `corepack enable && yarn set version stable` Modern package manager with Plug'n'Play, constraints, and workspaces. Zero-installs via offline cache. ## Starship - URL: https://clis.developersdigest.tech/cli/starship - GitHub: https://github.com/starship/starship - brew: starship - Website: https://starship.rs - Category: Shell - Creator: Starship Contributors - Language: Rust - Stars: 48k - Install: `brew install starship` Minimal, fast, and customizable prompt for any shell. Shows git status, runtime versions, and more. ## Fish Shell - URL: https://clis.developersdigest.tech/cli/fish - GitHub: https://github.com/fish-shell/fish-shell - brew: fish - Website: https://fishshell.com - Category: Shell - Creator: Fish Contributors - Language: C++ - Stars: 27k - Install: `brew install fish` User-friendly command line shell. Auto-suggestions, syntax highlighting, and sane defaults out of the box. ## Oh My Zsh - URL: https://clis.developersdigest.tech/cli/oh-my-zsh - GitHub: https://github.com/ohmyzsh/ohmyzsh - Website: https://ohmyz.sh - Category: Shell - Creator: Robby Russell - Language: Shell - Stars: 177k - Install: `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` Framework for managing Zsh configuration. Hundreds of plugins and themes to supercharge your terminal. ## tmux - URL: https://clis.developersdigest.tech/cli/tmux - GitHub: https://github.com/tmux/tmux - brew: tmux - Website: https://tmux.github.io - Category: Shell - Creator: Nicholas Marriott - Language: C - Stars: 36k - Install: `brew install tmux` Terminal multiplexer. Split panes, detach sessions, and keep processes running after disconnect. ## GitHub CLI - URL: https://clis.developersdigest.tech/cli/gh - GitHub: https://github.com/cli/cli - brew: gh - Website: https://cli.github.com - Category: Git - Creator: GitHub - Language: Go - Stars: 38k - Install: `brew install gh` GitHub's official CLI. Create PRs, manage issues, trigger workflows, and browse repos without leaving the terminal. ## LazyGit - URL: https://clis.developersdigest.tech/cli/lazygit - GitHub: https://github.com/jesseduffield/lazygit - brew: lazygit - Website: https://github.com/jesseduffield/lazygit - Category: Git - Creator: Jesse Duffield - Language: Go - Stars: 57k - Install: `brew install lazygit` Terminal UI for git commands. Stage hunks, resolve conflicts, and manage branches with a keyboard-driven interface. ## git-cliff - URL: https://clis.developersdigest.tech/cli/git-cliff - GitHub: https://github.com/orhun/git-cliff - brew: git-cliff - Website: https://git-cliff.org - Category: Git - Creator: Orhun Parmaksiz - Language: Rust - Stars: 10k - Install: `brew install git-cliff` Generate changelogs from your git history. Conventional commits, custom templates, and monorepo support. ## Commitizen - URL: https://clis.developersdigest.tech/cli/commitizen - GitHub: https://github.com/commitizen/cz-cli - npm: commitizen - Website: https://commitizen-tools.github.io/commitizen - Category: Git - Creator: Commitizen - Language: JavaScript - Stars: 17k - Install: `npm install -g commitizen` Prompted conventional commits. Enforces a consistent commit message format across your team. ## Turborepo - URL: https://clis.developersdigest.tech/cli/turbo - GitHub: https://github.com/vercel/turborepo - npm: turbo - brew: turbo - Website: https://turbo.build - Category: Build - Creator: Vercel - Language: Rust - Stars: 27k - Install: `npm install -g turbo` High-performance monorepo build system. Incremental builds, remote caching, and task parallelization. ## Nx - URL: https://clis.developersdigest.tech/cli/nx - GitHub: https://github.com/nrwl/nx - npm: nx - Website: https://nx.dev - Category: Build - Creator: Nrwl - Language: TypeScript - Stars: 24k - Install: `npx create-nx-workspace` Smart monorepo build system with computation caching, affected commands, and powerful code generation. ## Vite - URL: https://clis.developersdigest.tech/cli/vite - GitHub: https://github.com/vitejs/vite - npm: vite - Website: https://vite.dev - Category: Build - Creator: Evan You - Language: TypeScript - Stars: 71k - Install: `npm create vite@latest` Next-generation frontend tooling. Lightning-fast HMR with native ES modules and Rollup-based builds. ## esbuild - URL: https://clis.developersdigest.tech/cli/esbuild - GitHub: https://github.com/evanw/esbuild - npm: esbuild - brew: esbuild - Website: https://esbuild.github.io - Category: Build - Creator: Evan Wallace - Language: Go - Stars: 38k - Install: `npm install -g esbuild` Extremely fast JavaScript and CSS bundler and minifier. 10-100x faster than alternatives. ## Vitest - URL: https://clis.developersdigest.tech/cli/vitest - GitHub: https://github.com/vitest-dev/vitest - npm: vitest - Website: https://vitest.dev - Category: Testing - Creator: Vitest Team - Language: TypeScript - Stars: 14k - Install: `npm install -D vitest` Blazing fast unit test framework powered by Vite. Jest-compatible API with native ESM and TypeScript. ## Playwright - URL: https://clis.developersdigest.tech/cli/playwright - GitHub: https://github.com/microsoft/playwright - npm: @playwright/test - Website: https://playwright.dev - Category: Testing - Creator: Microsoft - Language: TypeScript - Stars: 70k - Install: `npm init playwright@latest` End-to-end testing for modern web apps. Cross-browser, auto-waiting, and built-in test generation. ## Jest - URL: https://clis.developersdigest.tech/cli/jest - GitHub: https://github.com/jestjs/jest - npm: jest - Website: https://jestjs.io - Category: Testing - Creator: Meta - Language: TypeScript - Stars: 44k - Install: `npm install -D jest` JavaScript testing framework focused on simplicity. Snapshot testing, mocking, and code coverage built in. ## LLM - URL: https://clis.developersdigest.tech/cli/llm - GitHub: https://github.com/simonw/llm - brew: llm - Website: https://llm.datasette.io - Category: AI - Creator: Simon Willison - Language: Python - Stars: 8k - Install: `brew install llm` CLI for interacting with large language models. Run prompts from the terminal, manage API keys, and install plugins for different providers. ## Fabric - URL: https://clis.developersdigest.tech/cli/fabric - GitHub: https://github.com/danielmiessler/fabric - Website: https://github.com/danielmiessler/fabric - Category: AI - Creator: Daniel Miessler - Language: Go - Stars: 30k - Install: `go install github.com/danielmiessler/fabric@latest` AI-augmented CLI for text processing. Curated prompt patterns for summarizing, extracting, and transforming content with any LLM. ## AIChat - URL: https://clis.developersdigest.tech/cli/aichat - GitHub: https://github.com/sigoden/aichat - brew: aichat - Website: https://github.com/sigoden/aichat - Category: AI - Creator: sigoden - Language: Rust - Stars: 7k - Install: `brew install aichat` All-in-one CLI chat tool for multiple AI backends. Supports OpenAI, Claude, Gemini, Ollama, and more with roles, sessions, and RAG. ## Fly.io CLI - URL: https://clis.developersdigest.tech/cli/flyctl - GitHub: https://github.com/superfly/flyctl - brew: flyctl - Website: https://fly.io - Category: Cloud - Creator: Fly.io - Language: Go - Stars: 1.5k - Install: `brew install flyctl` Deploy and manage apps on Fly.io's global edge network. Launch machines, scale regions, and manage secrets from the terminal. ## DigitalOcean CLI - URL: https://clis.developersdigest.tech/cli/doctl - GitHub: https://github.com/digitalocean/doctl - brew: doctl - Website: https://digitalocean.com - Category: Cloud - Creator: DigitalOcean - Language: Go - Stars: 3.4k - Install: `brew install doctl` Official CLI for DigitalOcean. Manage droplets, Kubernetes clusters, databases, and app platform deployments. ## AWS CLI - URL: https://clis.developersdigest.tech/cli/aws-cli - GitHub: https://github.com/aws/aws-cli - brew: awscli - Website: https://aws.amazon.com/cli - Category: Cloud - Creator: Amazon Web Services - Language: Python - Stars: 16k - Install: `brew install awscli` Official Amazon Web Services command-line interface. Manage S3, EC2, Lambda, and 200+ AWS services from the terminal. ## Google Cloud CLI - URL: https://clis.developersdigest.tech/cli/gcloud - GitHub: https://github.com/GoogleCloudPlatform/cloud-sdk-docker - brew: google-cloud-sdk - Website: https://cloud.google.com/sdk - Category: Cloud - Creator: Google - Language: Python - Stars: 450 - Install: `brew install --cask google-cloud-sdk` Official CLI for Google Cloud Platform. Manage Compute Engine, Cloud Run, BigQuery, and GCP infrastructure. ## fzf - URL: https://clis.developersdigest.tech/cli/fzf - GitHub: https://github.com/junegunn/fzf - brew: fzf - Website: https://github.com/junegunn/fzf - Category: Shell - Creator: Junegunn Choi - Language: Go - Stars: 68k - Install: `brew install fzf` General-purpose command-line fuzzy finder. Interactively filter any list - files, command history, processes, git branches, and more. ## ripgrep - URL: https://clis.developersdigest.tech/cli/ripgrep - GitHub: https://github.com/BurntSushi/ripgrep - brew: ripgrep - Website: https://github.com/BurntSushi/ripgrep - Category: Shell - Creator: Andrew Gallant - Language: Rust - Stars: 50k - Install: `brew install ripgrep` Recursively search directories for a regex pattern at blazing speed. Respects .gitignore and outperforms grep, ag, and ack. ## bat - URL: https://clis.developersdigest.tech/cli/bat - GitHub: https://github.com/sharkdp/bat - brew: bat - Website: https://github.com/sharkdp/bat - Category: Shell - Creator: David Peter - Language: Rust - Stars: 51k - Install: `brew install bat` A cat clone with syntax highlighting, line numbers, and git integration. Drop-in replacement for cat with wings. ## eza - URL: https://clis.developersdigest.tech/cli/eza - GitHub: https://github.com/eza-community/eza - brew: eza - Website: https://eza.rocks - Category: Shell - Creator: eza community - Language: Rust - Stars: 14k - Install: `brew install eza` Modern replacement for ls. Colour-coded output, git status, tree view, and human-readable file sizes out of the box. ## zoxide - URL: https://clis.developersdigest.tech/cli/zoxide - GitHub: https://github.com/ajeetdsouza/zoxide - brew: zoxide - Website: https://github.com/ajeetdsouza/zoxide - Category: Shell - Creator: Ajeet D'Souza - Language: Rust - Stars: 24k - Install: `brew install zoxide` Smarter cd command that learns your habits. Tracks frequently visited directories and jumps to them with minimal keystrokes. ## jq - URL: https://clis.developersdigest.tech/cli/jq - GitHub: https://github.com/jqlang/jq - brew: jq - Website: https://jqlang.github.io/jq - Category: Shell - Creator: Stephen Dolan - Language: C - Stars: 31k - Install: `brew install jq` Lightweight command-line JSON processor. Slice, filter, map, and transform structured data with a concise expression language. ## HTTPie - URL: https://clis.developersdigest.tech/cli/httpie - GitHub: https://github.com/httpie/cli - brew: httpie - Website: https://httpie.io - Category: Shell - Creator: HTTPie - Language: Python - Stars: 34k - Install: `brew install httpie` Human-friendly HTTP client for the terminal. Intuitive syntax, JSON support, sessions, and colourized output make API testing a breeze. ## tldr - URL: https://clis.developersdigest.tech/cli/tldr - GitHub: https://github.com/tldr-pages/tldr - npm: tldr - brew: tldr - Website: https://tldr.sh - Category: Shell - Creator: tldr-pages - Language: Markdown - Stars: 53k - Install: `npm install -g tldr` Simplified, community-driven man pages. Practical examples for every command, maintained by thousands of contributors. ## Biome - URL: https://clis.developersdigest.tech/cli/biome - GitHub: https://github.com/biomejs/biome - npm: @biomejs/biome - brew: biome - Website: https://biomejs.dev - Category: DevTools - Creator: Biome - Language: Rust - Stars: 24k - Install: `npm install -D --save-exact @biomejs/biome` Fast formatter and linter for JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL. A unified toolchain replacing ESLint and Prettier with a single Rust binary. ## fnm - URL: https://clis.developersdigest.tech/cli/fnm - GitHub: https://github.com/Schniz/fnm - brew: fnm - Website: https://github.com/Schniz/fnm - Category: Package Manager - Creator: Gal Schlezinger - Language: Rust - Stars: 25k - Install: `brew install fnm` Fast and simple Node.js version manager built in Rust. Cross-platform support with shell integration and .nvmrc compatibility. ## Atuin - URL: https://clis.developersdigest.tech/cli/atuin - GitHub: https://github.com/atuinsh/atuin - brew: atuin - Website: https://atuin.sh - Category: Shell - Creator: Ellie Huxtable - Language: Rust - Stars: 29k - Install: `brew install atuin` Magical shell history. Searchable, syncable, encrypted history across machines with rich context like exit code, duration, and working directory. ## Helix - URL: https://clis.developersdigest.tech/cli/helix - GitHub: https://github.com/helix-editor/helix - brew: helix - Website: https://helix-editor.com - Category: DevTools - Creator: Blaž Hrastnik - Language: Rust - Stars: 44k - Install: `brew install helix` A post-modern modal text editor. Built-in LSP, tree-sitter syntax highlighting, and multiple selections with no config required. ## fd - URL: https://clis.developersdigest.tech/cli/fd - GitHub: https://github.com/sharkdp/fd - brew: fd - Website: https://github.com/sharkdp/fd - Category: Shell - Creator: David Peter - Language: Rust - Stars: 43k - Install: `brew install fd` A simple, fast, and user-friendly alternative to find. Sensible defaults, colorized output, and regex support by default. ## uv - URL: https://clis.developersdigest.tech/cli/uv - GitHub: https://github.com/astral-sh/uv - brew: uv - Website: https://docs.astral.sh/uv - Category: Package Manager - Creator: Astral - Language: Rust - Stars: 84k - Install: `brew install uv` An extremely fast Python package and project manager. A single tool replacing pip, pip-tools, pipx, poetry, pyenv, and virtualenv.