awesome-agent-cli

agent
Security Audit
Warn
Health Warn
  • No license รขโ‚ฌโ€ Repository has no license file
  • Description รขโ‚ฌโ€ Repository has a description
  • Active repo รขโ‚ฌโ€ Last push 0 days ago
  • Low visibility รขโ‚ฌโ€ Only 8 GitHub stars
Code Pass
  • Code scan รขโ‚ฌโ€ Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions รขโ‚ฌโ€ No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

awesome list of agent-ready CLI tools with categories, risks, effects, and guardrails.๐Ÿ˜Ž

README.md

Awesome Agent CLI

A machine-readable awesome list of CLI tools, risks, effects, and guardrails for AI coding agents.

tools: 237 categories: 45 yaml: registry GitHub Repo stars Awesome Update README

Awesome Agent CLI is a compact registry for teaching agents which command-line tools exist, what each tool is good for, and when a tool is risky enough to need extra care.
Each entry is a plain YAML card under data/tools/ so the registry is easy to diff, review, vendor, and consume from other projects.

[!NOTE]
This README is generated by scripts/generate_readme.py. Edit the YAML cards, then regenerate the README instead of hand-editing the catalog sections.

Why this exists

AI coding agents do not just need a list of binaries. They need operational context:

  • When to use a tool and when to avoid it.
  • What side effects the tool may have: file writes, network calls, auth, remote mutation, command execution.
  • Which guardrails are required before dangerous actions.
  • How tools map to categories like shell, agent, mcp, security, deploy, or test.

Designed for

Audience What they get
Agent builders A ready-made tool taxonomy with side-effect metadata.
Coding agents Decision hints for choosing safer CLIs before acting.
Maintainers A reviewable YAML source of truth instead of a hand-written list.

What's inside

Signal Value
Tool cards 237
Category tags 45
Language/ecosystem tags 32
GitHub-backed tools 172 with live star badges
Risk distribution Low: 28 ยท Medium: 122 ยท High: 87

Quick use

# Regenerate this README from the YAML registry
python scripts/generate_readme.py

# Inspect a card
sed -n '1,120p' data/tools/gh.yaml

A tool card looks like this:

name: gh
binary: gh
category:
  - vcs
  - ci
risk:
  level: high
  effects:
    - remote_read
    - remote_write
guardrails:
  - Verify gh auth status before write operations.

Agent workflow highlights

These entries are especially useful when designing or hardening agent workflows:

  • bash โ€” GNU Bourne Again Shell for Unix-style command execution and scripting.
    bash ยท risk: medium ยท lang: all
  • pwsh โ€” PowerShell 7+ cross-platform shell and automation runtime.
    pwsh ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • tmux โ€” Terminal multiplexer for persistent Unix terminal sessions.
    tmux ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars
  • pueue โ€” Command-line task queue for running and supervising background shell commands.
    pueue ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars
  • crush โ€” Terminal-native AI coding agent from Charm.
    crush ยท risk: high ยท lang: all ยท GitHub Repo stars
  • repomix โ€” Package repository contents into an AI-friendly context file.
    repomix ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • files-to-prompt โ€” Concatenate selected files into prompt-ready text for LLM workflows.
    files-to-prompt ยท risk: high ยท lang: all ยท also: agent, text ยท GitHub Repo stars
  • llm โ€” Command-line utility and Python library for running prompts against large language models.
    llm ยท risk: high ยท lang: all ยท also: shell
  • mcp-inspector โ€” Interactive developer tool for inspecting and debugging Model Context Protocol servers.
    mcp-inspector ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • mcp-proxy โ€” Proxy and bridge for Model Context Protocol servers and transports.
    mcp-proxy ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars
  • actionlint โ€” Static checker for GitHub Actions workflow files.
    actionlint ยท risk: low ยท lang: yaml ยท also: lint ยท GitHub Repo stars
  • zizmor โ€” Static security analyzer for GitHub Actions workflows.
    zizmor ยท risk: medium ยท lang: yaml ยท also: security ยท GitHub Repo stars
  • detect-secrets โ€” Secret scanner and baseline tool for preventing committed credentials.
    detect-secrets ยท risk: high ยท lang: all ยท GitHub Repo stars
  • osv-scanner โ€” Vulnerability scanner for dependencies using the OSV database.
    osv-scanner ยท risk: medium ยท lang: all ยท GitHub Repo stars

Category map

The matrix below shows category coverage and risk posture. A tool can appear in more than one category, so totals count category tags rather than unique files.

[!IMPORTANT]
control plane categories contain at least one high-risk tool and should be gated by stronger confirmation, auth, and rollback checks in agent workflows.

Category Total Low Medium High Posture
agent 24 0 0 24 control plane
agent-context 3 0 0 3 control plane
api 3 0 2 1 control plane
archive 4 0 4 0 operator surface
automation 9 0 8 1 control plane
benchmark 2 0 1 1 control plane
browser-test 1 0 1 0 operator surface
build 26 0 23 3 control plane
ci 3 1 1 1 control plane
cloud 9 0 0 9 control plane
compiler 2 0 2 0 operator surface
container 4 1 0 3 control plane
data 2 0 2 0 operator surface
database 7 0 1 6 control plane
debug 3 0 0 3 control plane
deploy 6 0 0 6 control plane
device 2 0 0 2 control plane
docs 14 5 7 2 control plane
editor 1 0 1 0 operator surface
environment 16 0 4 12 control plane
file-viewer 11 7 4 0 operator surface
formatter 6 1 5 0 operator surface
image 2 0 2 0 operator surface
infra 5 0 0 5 control plane
kubernetes 7 0 2 5 control plane
lint 14 6 8 0 operator surface
mcp 4 0 0 4 control plane
metrics 1 1 0 0 safe default
mobile 10 0 5 5 control plane
network 9 0 5 4 control plane
package-manager 27 0 17 10 control plane
runtime 9 0 9 0 operator surface
search 7 4 2 1 control plane
secrets 2 0 0 2 control plane
security 15 0 9 6 control plane
shell 20 2 13 5 control plane
signing 1 0 0 1 control plane
simulator 2 0 1 1 control plane
system 2 2 0 0 safe default
terminal 3 0 2 1 control plane
test 19 0 17 2 control plane
text 7 2 4 1 control plane
toolchain 2 0 1 1 control plane
type-checker 3 2 1 0 operator surface
vcs 5 1 2 2 control plane

Catalog

Browse by category. Multi-category tools intentionally appear in every relevant section.

Popular categories

agent

  • aichat โ€” All-in-one command-line LLM chat, shell assistant, and RAG tool.
    aichat ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • aider โ€” AI pair programming CLI that edits files through chat.
    aider ยท risk: high ยท lang: all ยท GitHub Repo stars
  • amp โ€” Terminal AI coding agent from Sourcegraph.
    amp ยท risk: high ยท lang: all
  • claude โ€” Anthropic Claude Code command-line coding assistant.
    claude ยท risk: high ยท lang: all
  • codex โ€” OpenAI Codex command-line coding agent.
    codex ยท risk: high ยท lang: all ยท GitHub Repo stars
  • crush โ€” Terminal-native AI coding agent from Charm.
    crush ยท risk: high ยท lang: all ยท GitHub Repo stars
  • cursor-agent โ€” Cursor's terminal coding agent.
    cursor-agent ยท risk: high ยท lang: all
  • files-to-prompt โ€” Concatenate selected files into prompt-ready text for LLM workflows.
    files-to-prompt ยท risk: high ยท lang: all ยท also: agent, text ยท GitHub Repo stars
  • gemini โ€” Google Gemini command-line AI assistant.
    gemini ยท risk: high ยท lang: all ยท GitHub Repo stars
  • gh-copilot โ€” GitHub CLI Copilot extension for shell assistance and command explanation.
    gh-copilot ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • gitingest โ€” Turn a Git repository or URL into an LLM-friendly text digest.
    gitingest ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • goose โ€” Open-source local AI agent framework and CLI from Block.
    goose ยท risk: high ยท lang: all ยท GitHub Repo stars
  • llm โ€” Command-line utility and Python library for running prompts against large language models.
    llm ยท risk: high ยท lang: all ยท also: shell
  • mcp-inspector โ€” Interactive developer tool for inspecting and debugging Model Context Protocol servers.
    mcp-inspector ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • mcp-proxy โ€” Proxy and bridge for Model Context Protocol servers and transports.
    mcp-proxy ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars
  • mcptools โ€” Command-line utilities for interacting with and debugging MCP servers.
    mcptools ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • mods โ€” Pipe-friendly AI assistant for the command line from Charm.
    mods ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • opencode โ€” Terminal-based AI coding agent.
    opencode ยท risk: high ยท lang: all ยท GitHub Repo stars
  • paseo โ€” Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.
    paseo ยท risk: high ยท lang: all ยท also: automation, terminal ยท GitHub Repo stars
  • q โ€” Amazon Q Developer command-line assistant.
    q ยท risk: high ยท lang: all
  • qwen โ€” Qwen command-line AI coding assistant.
    qwen ยท risk: high ยท lang: all ยท GitHub Repo stars
  • repomix โ€” Package repository contents into an AI-friendly context file.
    repomix ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • shell-gpt โ€” Command-line AI assistant for shell command generation and explanations.
    sgpt ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • supergateway โ€” Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.
    supergateway ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars

agent-context

  • files-to-prompt โ€” Concatenate selected files into prompt-ready text for LLM workflows.
    files-to-prompt ยท risk: high ยท lang: all ยท also: agent, text ยท GitHub Repo stars
  • gitingest โ€” Turn a Git repository or URL into an LLM-friendly text digest.
    gitingest ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • repomix โ€” Package repository contents into an AI-friendly context file.
    repomix ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars

api

  • buf โ€” Protobuf linting, breaking-change detection, and code generation CLI.
    buf ยท risk: medium ยท lang: protobuf ยท GitHub Repo stars
  • grpcurl โ€” Command-line gRPC client for inspecting and calling services.
    grpcurl ยท risk: high ยท lang: protobuf ยท GitHub Repo stars
  • websocat โ€” Command-line client and relay for WebSocket connections.
    websocat ยท risk: medium ยท lang: all ยท also: api ยท GitHub Repo stars

archive

  • ouch โ€” User-friendly archive compression and extraction CLI.
    ouch ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • tar โ€” Create and extract tar archives.
    tar ยท risk: medium ยท lang: all
  • unzip โ€” Extract and inspect zip archives.
    unzip ยท risk: medium ยท lang: all
  • zip โ€” Create and update zip archives.
    zip ยท risk: medium ยท lang: all

automation

  • bacon โ€” Background Rust checker that runs cargo tasks on changes.
    bacon ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • cargo-watch โ€” Run Cargo commands whenever project files change.
    cargo-watch ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • just โ€” Command runner for project recipes.
    just ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • make โ€” Build automation tool driven by Makefile targets.
    make ยท risk: medium ยท lang: all ยท also: test, automation
  • paseo โ€” Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.
    paseo ยท risk: high ยท lang: all ยท also: automation, terminal ยท GitHub Repo stars
  • pre-commit โ€” Framework for running repository-defined checks before commits.
    pre-commit ยท risk: medium ยท lang: all ยท also: lint, test ยท GitHub Repo stars
  • pueue โ€” Command-line task queue for running and supervising background shell commands.
    pueue ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars
  • task โ€” Task runner using Taskfile.yml or Taskfile.yaml.
    task ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • watchexec โ€” Run commands when watched files change.
    watchexec ยท risk: medium ยท lang: all ยท GitHub Repo stars

benchmark

  • hyperfine โ€” Command-line benchmarking tool.
    hyperfine ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • oha โ€” HTTP load generator and benchmark tool.
    oha ยท risk: high ยท lang: all ยท also: network ยท GitHub Repo stars

browser-test

  • playwright โ€” End-to-end browser testing and automation CLI.
    playwright ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars

build

  • bun โ€” JavaScript runtime and package manager.
    bun ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, build, test
  • capacitor โ€” Capacitor CLI for syncing web apps into native Android and iOS projects.
    cap ยท risk: medium ยท lang: javascript, typescript ยท also: mobile
  • cargo โ€” Rust package manager and build tool.
    cargo ยท risk: medium ยท lang: rust ยท also: test, package-manager ยท GitHub Repo stars
  • cmake โ€” Cross-platform build system generator.
    cmake ยท risk: medium ยท lang: c, cpp ยท GitHub Repo stars
  • docker โ€” Container build and runtime CLI.
    docker ยท risk: high ยท lang: all ยท also: build, deploy
  • dotnet โ€” .NET SDK command-line interface.
    dotnet ยท risk: medium ยท lang: csharp, fsharp, visual-basic ยท GitHub Repo stars
  • eas โ€” Expo Application Services CLI for cloud builds, submissions, updates, and credentials.
    eas ยท risk: high ยท lang: javascript, typescript ยท also: build, mobile
  • expo โ€” Expo CLI for developing, prebuilding, and running React Native apps.
    expo ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, mobile
  • flutter โ€” Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.
    flutter ยท risk: medium ยท lang: dart ยท also: test, package-manager, mobile
  • go โ€” Go toolchain for modules, build, test, and run.
    go ยท risk: medium ยท lang: go ยท GitHub Repo stars
  • gradle โ€” Gradle build automation CLI.
    gradle ยท risk: medium ยท lang: java, kotlin, groovy, scala ยท GitHub Repo stars
  • just โ€” Command runner for project recipes.
    just ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • make โ€” Build automation tool driven by Makefile targets.
    make ยท risk: medium ยท lang: all ยท also: test, automation
  • mvn โ€” Apache Maven build and dependency management CLI.
    mvn ยท risk: medium ยท lang: java, kotlin, scala ยท GitHub Repo stars
  • ninja โ€” Small build system focused on speed.
    ninja ยท risk: medium ยท lang: c, cpp ยท GitHub Repo stars
  • npm โ€” Node.js package manager bundled with npm.
    npm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • pnpm โ€” Fast disk-efficient JavaScript package manager.
    pnpm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • poetry โ€” Python packaging and dependency management tool.
    poetry ยท risk: medium ยท lang: python ยท also: build, test ยท GitHub Repo stars
  • sccache โ€” Compiler cache for Rust, C, C++, and other compilers.
    sccache ยท risk: medium ยท lang: rust, c, cpp ยท GitHub Repo stars
  • task โ€” Task runner using Taskfile.yml or Taskfile.yaml.
    task ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • trunk โ€” Build, bundle, and serve Rust WebAssembly web applications.
    trunk ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • turbo โ€” High-performance build system for JavaScript and TypeScript monorepos.
    turbo ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • vite โ€” Frontend development server and build tool.
    vite ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • wasm-pack โ€” Build and package Rust-generated WebAssembly.
    wasm-pack ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • xcodebuild โ€” Xcode command-line build and test tool for Apple platforms.
    xcodebuild ยท risk: high ยท lang: swift, objective-c ยท also: test, mobile
  • yarn โ€” JavaScript package manager.
    yarn ยท risk: medium ยท lang: javascript, typescript ยท also: build, test

ci

  • act โ€” Run GitHub Actions workflows locally.
    act ยท risk: high ยท lang: all ยท GitHub Repo stars
  • actionlint โ€” Static checker for GitHub Actions workflow files.
    actionlint ยท risk: low ยท lang: yaml ยท also: lint ยท GitHub Repo stars
  • zizmor โ€” Static security analyzer for GitHub Actions workflows.
    zizmor ยท risk: medium ยท lang: yaml ยท also: security ยท GitHub Repo stars

cloud

  • aws โ€” Amazon Web Services command-line interface.
    aws ยท risk: high ยท lang: all ยท GitHub Repo stars
  • az โ€” Microsoft Azure command-line interface.
    az ยท risk: high ยท lang: all ยท GitHub Repo stars
  • firebase โ€” Firebase project management and deployment CLI.
    firebase ยท risk: high ยท lang: all ยท GitHub Repo stars
  • flyctl โ€” Fly.io command-line tool.
    flyctl ยท risk: high ยท lang: all ยท GitHub Repo stars
  • gcloud โ€” Google Cloud command-line interface.
    gcloud ยท risk: high ยท lang: all ยท GitHub Repo stars
  • netlify โ€” Netlify CLI for local development and deployment.
    netlify ยท risk: high ยท lang: all ยท GitHub Repo stars
  • stripe โ€” Stripe CLI for local webhooks, API calls, and developer workflows.
    stripe ยท risk: high ยท lang: all ยท GitHub Repo stars
  • supabase โ€” Supabase local development and project management CLI.
    supabase ยท risk: high ยท lang: all ยท GitHub Repo stars
  • wrangler โ€” Cloudflare Workers and Pages CLI.
    wrangler ยท risk: high ยท lang: javascript, typescript, rust ยท GitHub Repo stars

compiler

  • clang โ€” LLVM C, C++, and Objective-C compiler.
    clang ยท risk: medium ยท lang: c, cpp, objective-c
  • gcc โ€” GNU Compiler Collection C and C++ compiler.
    gcc ยท risk: medium ยท lang: c, cpp, objective-c

container

  • docker โ€” Container build and runtime CLI.
    docker ยท risk: high ยท lang: all ยท also: build, deploy
  • docker-compose โ€” Docker Compose standalone CLI.
    docker-compose ยท risk: high ยท lang: all ยท also: deploy
  • hadolint โ€” Dockerfile linter that checks common mistakes and shell best practices.
    hadolint ยท risk: low ยท lang: dockerfile ยท also: lint ยท GitHub Repo stars
  • podman โ€” Daemonless container engine compatible with many Docker workflows.
    podman ยท risk: high ยท lang: all ยท GitHub Repo stars

data

  • jq โ€” Command-line JSON processor.
    jq ยท risk: medium ยท lang: json ยท GitHub Repo stars
  • yq โ€” Command-line YAML, JSON, XML, CSV, and properties processor.
    yq ยท risk: medium ยท lang: yaml, json ยท GitHub Repo stars

database

  • clickhouse โ€” ClickHouse command-line client and local database tooling.
    clickhouse ยท risk: high ยท lang: sql ยท GitHub Repo stars
  • duckdb โ€” Embedded analytical database CLI.
    duckdb ยท risk: medium ยท lang: sql ยท GitHub Repo stars
  • mongosh โ€” MongoDB Shell for querying and administering MongoDB.
    mongosh ยท risk: high ยท lang: all ยท GitHub Repo stars
  • mysql โ€” MySQL command-line client.
    mysql ยท risk: high ยท lang: sql
  • psql โ€” PostgreSQL interactive terminal.
    psql ยท risk: high ยท lang: sql
  • redis-cli โ€” Redis command-line client.
    redis-cli ยท risk: high ยท lang: all ยท GitHub Repo stars
  • sqlite3 โ€” SQLite command-line shell.
    sqlite3 ยท risk: high ยท lang: sql

debug

  • adb โ€” Android Debug Bridge for interacting with Android devices and emulators.
    adb ยท risk: high ยท lang: all ยท also: device, debug
  • mcp-inspector โ€” Interactive developer tool for inspecting and debugging Model Context Protocol servers.
    mcp-inspector ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • mcptools โ€” Command-line utilities for interacting with and debugging MCP servers.
    mcptools ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars

deploy

  • docker โ€” Container build and runtime CLI.
    docker ยท risk: high ยท lang: all ยท also: build, deploy
  • docker-compose โ€” Docker Compose standalone CLI.
    docker-compose ยท risk: high ยท lang: all ยท also: deploy
  • eas โ€” Expo Application Services CLI for cloud builds, submissions, updates, and credentials.
    eas ยท risk: high ยท lang: javascript, typescript ยท also: build, mobile
  • fastlane โ€” Automation CLI for mobile build, signing, beta distribution, and app store release workflows.
    fastlane ยท risk: high ยท lang: ruby ยท also: mobile, signing
  • railway โ€” Railway deployment and project management CLI.
    railway ยท risk: high ยท lang: all ยท GitHub Repo stars
  • vercel โ€” Vercel project deployment CLI.
    vercel ยท risk: high ยท lang: javascript, typescript ยท GitHub Repo stars

device

  • adb โ€” Android Debug Bridge for interacting with Android devices and emulators.
    adb ยท risk: high ยท lang: all ยท also: device, debug
  • simctl โ€” Apple simulator control CLI, usually invoked as xcrun simctl.
    simctl ยท risk: high ยท lang: all ยท also: simulator, device

docs

  • gitingest โ€” Turn a Git repository or URL into an LLM-friendly text digest.
    gitingest ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • glow โ€” Terminal Markdown renderer.
    glow ยท risk: low ยท lang: all ยท GitHub Repo stars
  • imagemagick โ€” ImageMagick CLI suite for inspecting, converting, and transforming images.
    magick ยท risk: medium ยท lang: all ยท also: docs
  • lychee โ€” Fast link checker for Markdown, HTML, and other text files.
    lychee ยท risk: medium ยท lang: all ยท also: network, lint ยท GitHub Repo stars
  • markdownlint-cli2 โ€” Fast Markdown/CommonMark style linter for documentation files.
    markdownlint-cli2 ยท risk: low ยท lang: markdown ยท also: lint ยท GitHub Repo stars
  • mdbook โ€” Build books and documentation sites from Markdown.
    mdbook ยท risk: medium ยท lang: markdown ยท GitHub Repo stars
  • pandoc โ€” Universal document converter for Markdown, HTML, DOCX, LaTeX, and more.
    pandoc ยท risk: medium ยท lang: markdown ยท also: text
  • pdftoppm โ€” Poppler CLI for rendering PDF pages to image files.
    pdftoppm ยท risk: medium ยท lang: all ยท also: file-viewer
  • pdftotext โ€” Poppler CLI for extracting text from PDF files.
    pdftotext ยท risk: low ยท lang: all ยท also: text, file-viewer
  • qpdf โ€” Command-line tool for inspecting, transforming, splitting, and repairing PDF files.
    qpdf ยท risk: medium ยท lang: all ยท also: file-viewer ยท GitHub Repo stars
  • repomix โ€” Package repository contents into an AI-friendly context file.
    repomix ยท risk: high ยท lang: all ยท also: agent, docs ยท GitHub Repo stars
  • tesseract โ€” OCR engine CLI for extracting text from images and scanned documents.
    tesseract ยท risk: medium ยท lang: all ยท also: image, text ยท GitHub Repo stars
  • tldr โ€” Community-maintained concise command examples.
    tldr ยท risk: low ยท lang: all ยท GitHub Repo stars
  • vale โ€” Prose linter for documentation, technical writing, and style guides.
    vale ยท risk: low ยท lang: markdown, text ยท also: lint

editor

  • helix โ€” Modal terminal editor with built-in LSP and tree-sitter support.
    hx ยท risk: medium ยท lang: all ยท GitHub Repo stars

environment

  • apk โ€” Alpine Linux package manager for installing and updating system packages in Alpine hosts and containers.
    apk ยท risk: high ยท lang: all ยท also: environment
  • apt โ€” Debian and Ubuntu package manager for installing and updating system packages.
    apt ยท risk: high ยท lang: all ยท also: environment
  • asdf โ€” Multi-language runtime and tool version manager driven by .tool-versions and plugins.
    asdf ยท risk: high ยท lang: all ยท also: environment, toolchain
  • brew โ€” Homebrew package manager for installing command-line tools, libraries, and applications on macOS and Linux.
    brew ยท risk: high ยท lang: all ยท also: environment
  • choco โ€” Chocolatey package manager for installing and maintaining Windows software from the command line.
    choco ยท risk: high ยท lang: all ยท also: environment
  • devcontainer โ€” CLI for building and running Development Containers.
    devcontainer ยท risk: high ยท lang: all ยท GitHub Repo stars
  • direnv โ€” Per-directory shell environment loader.
    direnv ยท risk: high ยท lang: all ยท GitHub Repo stars
  • dnf โ€” Fedora, RHEL, and compatible Linux package manager for system packages.
    dnf ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • fnm โ€” Fast Node.js version manager.
    fnm ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • mise โ€” Development tool version manager and task runner.
    mise ยท risk: medium ยท lang: all ยท also: package-manager ยท GitHub Repo stars
  • nix โ€” Reproducible package manager and build system.
    nix ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • pacman โ€” Arch Linux package manager for installing and updating system packages.
    pacman ยท risk: high ยท lang: all ยท also: environment
  • scoop โ€” Windows command-line package manager for installing developer tools and applications without admin by default.
    scoop ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • volta โ€” JavaScript toolchain manager for pinning Node, npm, pnpm, and yarn.
    volta ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • winget โ€” Microsoft Windows Package Manager for installing and updating desktop apps and developer tools.
    winget ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • zypper โ€” openSUSE and SUSE Linux package manager for installing and updating system packages.
    zypper ยท risk: high ยท lang: all ยท also: environment

file-viewer

  • bat โ€” Syntax-highlighted cat replacement for reading files.
    bat ยท risk: low ยท lang: all ยท GitHub Repo stars
  • broot โ€” Interactive directory tree navigator with fuzzy search.
    broot ยท risk: low ยท lang: all ยท GitHub Repo stars
  • dua โ€” Disk usage analyzer for finding large files and directories.
    dua ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • dust โ€” Visual disk usage summary for directories.
    dust ยท risk: low ยท lang: all ยท GitHub Repo stars
  • eza โ€” Modern directory listing tool.
    eza ยท risk: low ยท lang: all ยท GitHub Repo stars
  • lsd โ€” Modern ls alternative with colors, icons, and tree output.
    lsd ยท risk: low ยท lang: all ยท GitHub Repo stars
  • pdftoppm โ€” Poppler CLI for rendering PDF pages to image files.
    pdftoppm ยท risk: medium ยท lang: all ยท also: file-viewer
  • pdftotext โ€” Poppler CLI for extracting text from PDF files.
    pdftotext ยท risk: low ยท lang: all ยท also: text, file-viewer
  • qpdf โ€” Command-line tool for inspecting, transforming, splitting, and repairing PDF files.
    qpdf ยท risk: medium ยท lang: all ยท also: file-viewer ยท GitHub Repo stars
  • tree โ€” Display directory structure as a tree.
    tree ยท risk: low ยท lang: all
  • yazi โ€” Fast terminal file manager with async I/O.
    yazi ยท risk: medium ยท lang: all ยท GitHub Repo stars

formatter

  • cargo-fmt โ€” Rust formatter distributed as a Cargo subcommand.
    cargo-fmt ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • clang-format โ€” Formatter for C, C++, Objective-C, Java, JavaScript, and related languages.
    clang-format ยท risk: medium ยท lang: c, cpp, objective-c, java
  • gofmt โ€” Standard Go source formatter.
    gofmt ยท risk: medium ยท lang: go ยท GitHub Repo stars
  • prettier โ€” Opinionated code formatter for JavaScript and related formats.
    prettier ยท risk: medium ยท lang: javascript, typescript, css, html ยท GitHub Repo stars
  • taplo โ€” TOML formatter, linter, and language tooling.
    taplo ยท risk: medium ยท lang: toml ยท GitHub Repo stars
  • yamllint โ€” Linter for YAML files and style conventions.
    yamllint ยท risk: low ยท lang: yaml ยท also: formatter ยท GitHub Repo stars

image

  • imagemagick โ€” ImageMagick CLI suite for inspecting, converting, and transforming images.
    magick ยท risk: medium ยท lang: all ยท also: docs
  • tesseract โ€” OCR engine CLI for extracting text from images and scanned documents.
    tesseract ยท risk: medium ยท lang: all ยท also: image, text ยท GitHub Repo stars

infra

  • ansible โ€” Automation and configuration management CLI.
    ansible ยท risk: high ยท lang: all ยท GitHub Repo stars
  • pulumi โ€” Infrastructure as code CLI for Pulumi stacks.
    pulumi ยท risk: high ยท lang: all ยท GitHub Repo stars
  • terraform โ€” Infrastructure as code CLI.
    terraform ยท risk: high ยท lang: hcl ยท GitHub Repo stars
  • terragrunt โ€” Thin wrapper for Terraform that manages remote state and repeated configuration.
    terragrunt ยท risk: high ยท lang: hcl ยท GitHub Repo stars
  • tofu โ€” OpenTofu infrastructure as code CLI.
    tofu ยท risk: high ยท lang: hcl ยท GitHub Repo stars

kubernetes

  • helm โ€” Kubernetes package manager for charts.
    helm ยท risk: high ยท lang: all ยท GitHub Repo stars
  • k9s โ€” Terminal UI for managing Kubernetes clusters.
    k9s ยท risk: high ยท lang: all ยท GitHub Repo stars
  • kind โ€” Run local Kubernetes clusters in Docker containers.
    kind ยท risk: high ยท lang: all ยท GitHub Repo stars
  • kubectl โ€” Kubernetes command-line tool.
    kubectl ยท risk: high ยท lang: all
  • kustomize โ€” Kubernetes configuration customization tool.
    kustomize ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • minikube โ€” Local Kubernetes development cluster manager.
    minikube ยท risk: high ยท lang: all ยท GitHub Repo stars
  • stern โ€” Multi-pod Kubernetes log tailing CLI.
    stern ยท risk: medium ยท lang: all ยท GitHub Repo stars

lint

  • actionlint โ€” Static checker for GitHub Actions workflow files.
    actionlint ยท risk: low ยท lang: yaml ยท also: lint ยท GitHub Repo stars
  • biome โ€” Fast formatter and linter for JavaScript, TypeScript, JSON, and CSS.
    biome ยท risk: medium ยท lang: javascript, typescript, json, css ยท GitHub Repo stars
  • cargo-clippy โ€” Rust linter distributed as a Cargo subcommand.
    cargo-clippy ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • clang-tidy โ€” C and C++ linter and static analysis tool.
    clang-tidy ยท risk: medium ยท lang: c, cpp
  • eslint โ€” JavaScript and TypeScript linting CLI.
    eslint ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • hadolint โ€” Dockerfile linter that checks common mistakes and shell best practices.
    hadolint ยท risk: low ยท lang: dockerfile ยท also: lint ยท GitHub Repo stars
  • lychee โ€” Fast link checker for Markdown, HTML, and other text files.
    lychee ยท risk: medium ยท lang: all ยท also: network, lint ยท GitHub Repo stars
  • markdownlint-cli2 โ€” Fast Markdown/CommonMark style linter for documentation files.
    markdownlint-cli2 ยท risk: low ยท lang: markdown ยท also: lint ยท GitHub Repo stars
  • pre-commit โ€” Framework for running repository-defined checks before commits.
    pre-commit ยท risk: medium ยท lang: all ยท also: lint, test ยท GitHub Repo stars
  • ruff โ€” Fast Python linter and formatter.
    ruff ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • shellcheck โ€” Static analysis tool for shell scripts.
    shellcheck ยท risk: low ยท lang: shell ยท GitHub Repo stars
  • typos โ€” Source code spell checker.
    typos ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • vale โ€” Prose linter for documentation, technical writing, and style guides.
    vale ยท risk: low ยท lang: markdown, text ยท also: lint
  • yamllint โ€” Linter for YAML files and style conventions.
    yamllint ยท risk: low ยท lang: yaml ยท also: formatter ยท GitHub Repo stars

mcp

  • mcp-inspector โ€” Interactive developer tool for inspecting and debugging Model Context Protocol servers.
    mcp-inspector ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • mcp-proxy โ€” Proxy and bridge for Model Context Protocol servers and transports.
    mcp-proxy ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars
  • mcptools โ€” Command-line utilities for interacting with and debugging MCP servers.
    mcptools ยท risk: high ยท lang: all ยท also: agent, debug ยท GitHub Repo stars
  • supergateway โ€” Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.
    supergateway ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars

metrics

  • tokei โ€” Count code, comments, blanks, and files by language.
    tokei ยท risk: low ยท lang: all ยท GitHub Repo stars

mobile

  • adb โ€” Android Debug Bridge for interacting with Android devices and emulators.
    adb ยท risk: high ยท lang: all ยท also: device, debug
  • capacitor โ€” Capacitor CLI for syncing web apps into native Android and iOS projects.
    cap ยท risk: medium ยท lang: javascript, typescript ยท also: mobile
  • eas โ€” Expo Application Services CLI for cloud builds, submissions, updates, and credentials.
    eas ยท risk: high ยท lang: javascript, typescript ยท also: build, mobile
  • emulator โ€” Android Emulator CLI for listing and launching Android virtual devices.
    emulator ยท risk: medium ยท lang: all ยท also: simulator
  • expo โ€” Expo CLI for developing, prebuilding, and running React Native apps.
    expo ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, mobile
  • fastlane โ€” Automation CLI for mobile build, signing, beta distribution, and app store release workflows.
    fastlane ยท risk: high ยท lang: ruby ยท also: mobile, signing
  • flutter โ€” Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.
    flutter ยท risk: medium ยท lang: dart ยท also: test, package-manager, mobile
  • pod โ€” CocoaPods dependency manager CLI for Apple platform projects.
    pod ยท risk: medium ยท lang: swift, objective-c ยท also: mobile
  • simctl โ€” Apple simulator control CLI, usually invoked as xcrun simctl.
    simctl ยท risk: high ยท lang: all ยท also: simulator, device
  • xcodebuild โ€” Xcode command-line build and test tool for Apple platforms.
    xcodebuild ยท risk: high ยท lang: swift, objective-c ยท also: test, mobile

network

  • curl โ€” Command-line HTTP and network transfer client.
    curl ยท risk: medium ยท lang: all
  • httpie โ€” Human-friendly command-line HTTP client.
    http ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • lychee โ€” Fast link checker for Markdown, HTML, and other text files.
    lychee ยท risk: medium ยท lang: all ยท also: network, lint ยท GitHub Repo stars
  • mcp-proxy โ€” Proxy and bridge for Model Context Protocol servers and transports.
    mcp-proxy ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars
  • miniserve โ€” Small CLI for serving files over HTTP.
    miniserve ยท risk: high ยท lang: all ยท GitHub Repo stars
  • oha โ€” HTTP load generator and benchmark tool.
    oha ยท risk: high ยท lang: all ยท also: network ยท GitHub Repo stars
  • supergateway โ€” Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.
    supergateway ยท risk: high ยท lang: all ยท also: agent, network ยท GitHub Repo stars
  • websocat โ€” Command-line client and relay for WebSocket connections.
    websocat ยท risk: medium ยท lang: all ยท also: api ยท GitHub Repo stars
  • xh โ€” Fast and friendly HTTP client inspired by HTTPie.
    xh ยท risk: medium ยท lang: all ยท GitHub Repo stars

package-manager

  • apk โ€” Alpine Linux package manager for installing and updating system packages in Alpine hosts and containers.
    apk ยท risk: high ยท lang: all ยท also: environment
  • apt โ€” Debian and Ubuntu package manager for installing and updating system packages.
    apt ยท risk: high ยท lang: all ยท also: environment
  • asdf โ€” Multi-language runtime and tool version manager driven by .tool-versions and plugins.
    asdf ยท risk: high ยท lang: all ยท also: environment, toolchain
  • brew โ€” Homebrew package manager for installing command-line tools, libraries, and applications on macOS and Linux.
    brew ยท risk: high ยท lang: all ยท also: environment
  • bun โ€” JavaScript runtime and package manager.
    bun ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, build, test
  • bundle โ€” Ruby dependency manager and command runner.
    bundle ยท risk: medium ยท lang: ruby ยท GitHub Repo stars
  • cargo โ€” Rust package manager and build tool.
    cargo ยท risk: medium ยท lang: rust ยท also: test, package-manager ยท GitHub Repo stars
  • cargo-binstall โ€” Install Rust binary crates from prebuilt artifacts when available.
    cargo-binstall ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • choco โ€” Chocolatey package manager for installing and maintaining Windows software from the command line.
    choco ยท risk: high ยท lang: all ยท also: environment
  • composer โ€” PHP dependency manager and project command runner.
    composer ยท risk: medium ยท lang: php ยท GitHub Repo stars
  • corepack โ€” Node.js package manager shim for pnpm and Yarn.
    corepack ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • dnf โ€” Fedora, RHEL, and compatible Linux package manager for system packages.
    dnf ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • flutter โ€” Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.
    flutter ยท risk: medium ยท lang: dart ยท also: test, package-manager, mobile
  • hatch โ€” Python project, environment, and packaging manager.
    hatch ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • mise โ€” Development tool version manager and task runner.
    mise ยท risk: medium ยท lang: all ยท also: package-manager ยท GitHub Repo stars
  • npm โ€” Node.js package manager bundled with npm.
    npm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • pacman โ€” Arch Linux package manager for installing and updating system packages.
    pacman ยท risk: high ยท lang: all ยท also: environment
  • pip โ€” Python package installer.
    pip ยท risk: medium ยท lang: python
  • pipx โ€” Install and run Python CLI applications in isolated environments.
    pipx ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • pnpm โ€” Fast disk-efficient JavaScript package manager.
    pnpm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • pod โ€” CocoaPods dependency manager CLI for Apple platform projects.
    pod ยท risk: medium ยท lang: swift, objective-c ยท also: mobile
  • poetry โ€” Python packaging and dependency management tool.
    poetry ยท risk: medium ยท lang: python ยท also: build, test ยท GitHub Repo stars
  • scoop โ€” Windows command-line package manager for installing developer tools and applications without admin by default.
    scoop ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • uv โ€” Fast Python package and environment manager.
    uv ยท risk: medium ยท lang: python ยท also: runtime, test ยท GitHub Repo stars
  • winget โ€” Microsoft Windows Package Manager for installing and updating desktop apps and developer tools.
    winget ยท risk: high ยท lang: all ยท also: environment ยท GitHub Repo stars
  • yarn โ€” JavaScript package manager.
    yarn ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • zypper โ€” openSUSE and SUSE Linux package manager for installing and updating system packages.
    zypper ยท risk: high ยท lang: all ยท also: environment

runtime

  • bun โ€” JavaScript runtime and package manager.
    bun ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, build, test
  • deno โ€” Secure JavaScript and TypeScript runtime with built-in tooling.
    deno ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • expo โ€” Expo CLI for developing, prebuilding, and running React Native apps.
    expo ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, mobile
  • java โ€” Java runtime command-line launcher.
    java ยท risk: medium ยท lang: java
  • node โ€” JavaScript runtime for Node.js projects.
    node ยท risk: medium ยท lang: javascript, typescript
  • php โ€” PHP runtime command-line interface.
    php ยท risk: medium ยท lang: php ยท GitHub Repo stars
  • python โ€” Python interpreter.
    python ยท risk: medium ยท lang: python
  • ruby โ€” Ruby language runtime CLI.
    ruby ยท risk: medium ยท lang: ruby ยท GitHub Repo stars
  • uv โ€” Fast Python package and environment manager.
    uv ยท risk: medium ยท lang: python ยท also: runtime, test ยท GitHub Repo stars

search

  • ast-grep โ€” Structural code search and rewrite tool based on AST patterns.
    ast-grep ยท risk: high ยท lang: all ยท GitHub Repo stars
  • fd โ€” Fast filesystem entry finder.
    fd ยท risk: low ยท lang: all ยท GitHub Repo stars
  • find โ€” GNU find for locating files by name, type, time, and predicates.
    gfind ยท risk: medium ยท lang: all
  • fzf โ€” General-purpose command-line fuzzy finder.
    fzf ยท risk: low ยท lang: all ยท GitHub Repo stars
  • grep โ€” Classic line-oriented text search.
    grep ยท risk: low ยท lang: all
  • rg โ€” Fast recursive text search for codebases.
    rg ยท risk: low ยท lang: all ยท GitHub Repo stars
  • rga โ€” ripgrep wrapper for PDFs, archives, e-books, Office documents, and more.
    rga ยท risk: medium ยท lang: all ยท GitHub Repo stars

secrets

  • op โ€” 1Password CLI for secrets, vaults, and service accounts.
    op ยท risk: high ยท lang: all
  • sops โ€” Editor and automation tool for encrypted secrets files.
    sops ยท risk: high ยท lang: all ยท GitHub Repo stars

security

  • age โ€” Simple file encryption tool and format.
    age ยท risk: high ยท lang: all ยท GitHub Repo stars
  • cargo-audit โ€” Audit Rust dependency trees for known security vulnerabilities.
    cargo-audit ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • cargo-deny โ€” Rust dependency policy checker for advisories, licenses, bans, and sources.
    cargo-deny ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • cosign โ€” Container image and artifact signing CLI from Sigstore.
    cosign ยท risk: high ยท lang: all ยท GitHub Repo stars
  • detect-secrets โ€” Secret scanner and baseline tool for preventing committed credentials.
    detect-secrets ยท risk: high ยท lang: all ยท GitHub Repo stars
  • gitleaks โ€” Secret scanner for git repositories and filesystems.
    gitleaks ยท risk: high ยท lang: all ยท GitHub Repo stars
  • grype โ€” Vulnerability scanner for container images and filesystems.
    grype ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • openssl โ€” Cryptography, certificate, and TLS inspection toolkit.
    openssl ยท risk: high ยท lang: all ยท GitHub Repo stars
  • osv-scanner โ€” Vulnerability scanner for dependencies using the OSV database.
    osv-scanner ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • pip-audit โ€” Python dependency vulnerability scanner from PyPA.
    pip-audit ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • semgrep โ€” Static analysis and code search tool using semantic rules.
    semgrep ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • syft โ€” SBOM generator for container images and filesystems.
    syft ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • trivy โ€” Vulnerability, misconfiguration, secret, and SBOM scanner.
    trivy ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • trufflehog โ€” Secret scanner for repositories, filesystems, and remote sources.
    trufflehog ยท risk: high ยท lang: all ยท GitHub Repo stars
  • zizmor โ€” Static security analyzer for GitHub Actions workflows.
    zizmor ยท risk: medium ยท lang: yaml ยท also: security ยท GitHub Repo stars

shell

  • aichat โ€” All-in-one command-line LLM chat, shell assistant, and RAG tool.
    aichat ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • atuin โ€” Searchable shell history with optional sync.
    atuin ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • bash โ€” GNU Bourne Again Shell for Unix-style command execution and scripting.
    bash ยท risk: medium ยท lang: all
  • brush โ€” Unix-like shell tool for Windows command workflows.
    brush ยท risk: medium ยท lang: all
  • cmd โ€” Windows Command Prompt interpreter for batch files and cmd.exe builtins.
    cmd ยท risk: medium ยท lang: all
  • fish โ€” Friendly interactive shell with syntax that is intentionally not POSIX-compatible.
    fish ยท risk: medium ยท lang: all
  • gh-copilot โ€” GitHub CLI Copilot extension for shell assistance and command explanation.
    gh-copilot ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • llm โ€” Command-line utility and Python library for running prompts against large language models.
    llm ยท risk: high ยท lang: all ยท also: shell
  • mods โ€” Pipe-friendly AI assistant for the command line from Charm.
    mods ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • nu โ€” Structured shell and scripting language.
    nu ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • powershell โ€” Windows PowerShell 5.1 shell and automation runtime.
    powershell ยท risk: medium ยท lang: all
  • pwsh โ€” PowerShell 7+ cross-platform shell and automation runtime.
    pwsh ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • rtk โ€” Local shell wrapper used to run commands with workspace-specific behavior.
    rtk ยท risk: medium ยท lang: all
  • sh โ€” POSIX-style shell for portable command execution and scripts.
    sh ยท risk: medium ยท lang: all
  • shell-gpt โ€” Command-line AI assistant for shell command generation and explanations.
    sgpt ยท risk: high ยท lang: all ยท also: shell ยท GitHub Repo stars
  • starship โ€” Cross-shell prompt renderer.
    starship ยท risk: low ยท lang: all ยท GitHub Repo stars
  • tmux โ€” Terminal multiplexer for persistent Unix terminal sessions.
    tmux ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars
  • zellij โ€” Terminal workspace and multiplexer.
    zellij ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • zoxide โ€” Smarter cd command based on frecency.
    zoxide ยท risk: low ยท lang: all ยท GitHub Repo stars
  • zsh โ€” Z shell for interactive Unix shells and zsh-specific scripts.
    zsh ยท risk: medium ยท lang: all

signing

  • fastlane โ€” Automation CLI for mobile build, signing, beta distribution, and app store release workflows.
    fastlane ยท risk: high ยท lang: ruby ยท also: mobile, signing

simulator

  • emulator โ€” Android Emulator CLI for listing and launching Android virtual devices.
    emulator ยท risk: medium ยท lang: all ยท also: simulator
  • simctl โ€” Apple simulator control CLI, usually invoked as xcrun simctl.
    simctl ยท risk: high ยท lang: all ยท also: simulator, device

system

  • bottom โ€” Terminal system monitor for processes, CPU, memory, disks, and network.
    btm ยท risk: low ยท lang: all ยท GitHub Repo stars
  • procs โ€” Modern process viewer.
    procs ยท risk: low ยท lang: all ยท GitHub Repo stars

terminal

  • paseo โ€” Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.
    paseo ยท risk: high ยท lang: all ยท also: automation, terminal ยท GitHub Repo stars
  • pueue โ€” Command-line task queue for running and supervising background shell commands.
    pueue ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars
  • tmux โ€” Terminal multiplexer for persistent Unix terminal sessions.
    tmux ยท risk: medium ยท lang: all ยท also: terminal ยท GitHub Repo stars

test

  • bun โ€” JavaScript runtime and package manager.
    bun ยท risk: medium ยท lang: javascript, typescript ยท also: runtime, build, test
  • cargo โ€” Rust package manager and build tool.
    cargo ยท risk: medium ยท lang: rust ยท also: test, package-manager ยท GitHub Repo stars
  • cargo-nextest โ€” Fast Rust test runner for Cargo projects.
    cargo-nextest ยท risk: medium ยท lang: rust ยท GitHub Repo stars
  • flutter โ€” Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.
    flutter ยท risk: medium ยท lang: dart ยท also: test, package-manager, mobile
  • jest โ€” JavaScript testing framework CLI.
    jest ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • just โ€” Command runner for project recipes.
    just ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • k6 โ€” Load testing CLI for APIs and services.
    k6 ยท risk: high ยท lang: javascript ยท GitHub Repo stars
  • make โ€” Build automation tool driven by Makefile targets.
    make ยท risk: medium ยท lang: all ยท also: test, automation
  • npm โ€” Node.js package manager bundled with npm.
    npm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • pnpm โ€” Fast disk-efficient JavaScript package manager.
    pnpm ยท risk: medium ยท lang: javascript, typescript ยท also: build, test
  • poetry โ€” Python packaging and dependency management tool.
    poetry ยท risk: medium ยท lang: python ยท also: build, test ยท GitHub Repo stars
  • pre-commit โ€” Framework for running repository-defined checks before commits.
    pre-commit ยท risk: medium ยท lang: all ยท also: lint, test ยท GitHub Repo stars
  • pytest โ€” Python testing framework CLI.
    pytest ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • task โ€” Task runner using Taskfile.yml or Taskfile.yaml.
    task ยท risk: medium ยท lang: all ยท also: build, test ยท GitHub Repo stars
  • tox โ€” Python test automation across environments.
    tox ยท risk: medium ยท lang: python ยท GitHub Repo stars
  • uv โ€” Fast Python package and environment manager.
    uv ยท risk: medium ยท lang: python ยท also: runtime, test ยท GitHub Repo stars
  • vitest โ€” Vite-native JavaScript and TypeScript test runner.
    vitest ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars
  • xcodebuild โ€” Xcode command-line build and test tool for Apple platforms.
    xcodebuild ยท risk: high ยท lang: swift, objective-c ยท also: test, mobile
  • yarn โ€” JavaScript package manager.
    yarn ยท risk: medium ยท lang: javascript, typescript ยท also: build, test

text

  • awk โ€” Pattern scanning and text processing language.
    awk ยท risk: low ยท lang: all
  • files-to-prompt โ€” Concatenate selected files into prompt-ready text for LLM workflows.
    files-to-prompt ยท risk: high ยท lang: all ยท also: agent, text ยท GitHub Repo stars
  • pandoc โ€” Universal document converter for Markdown, HTML, DOCX, LaTeX, and more.
    pandoc ยท risk: medium ยท lang: markdown ยท also: text
  • pdftotext โ€” Poppler CLI for extracting text from PDF files.
    pdftotext ยท risk: low ยท lang: all ยท also: text, file-viewer
  • sd โ€” Simple and fast find-and-replace CLI.
    sd ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • sed โ€” Stream editor for text substitution and filtering.
    sed ยท risk: medium ยท lang: all
  • tesseract โ€” OCR engine CLI for extracting text from images and scanned documents.
    tesseract ยท risk: medium ยท lang: all ยท also: image, text ยท GitHub Repo stars

toolchain

  • asdf โ€” Multi-language runtime and tool version manager driven by .tool-versions and plugins.
    asdf ยท risk: high ยท lang: all ยท also: environment, toolchain
  • rustup โ€” Rust toolchain installer and version manager.
    rustup ยท risk: medium ยท lang: rust ยท GitHub Repo stars

type-checker

  • mypy โ€” Static type checker for Python.
    mypy ยท risk: low ยท lang: python ยท GitHub Repo stars
  • pyright โ€” Static type checker for Python.
    pyright ยท risk: low ยท lang: python ยท GitHub Repo stars
  • tsc โ€” TypeScript compiler and type checker.
    tsc ยท risk: medium ยท lang: javascript, typescript ยท GitHub Repo stars

vcs

  • delta โ€” Syntax-highlighting pager for git, diff, and grep output.
    delta ยท risk: low ยท lang: all ยท GitHub Repo stars
  • gh โ€” GitHub command-line interface.
    gh ยท risk: high ยท lang: all ยท GitHub Repo stars
  • git โ€” Distributed version control system.
    git ยท risk: high ยท lang: all
  • git-lfs โ€” Git extension for large file storage.
    git-lfs ยท risk: medium ยท lang: all ยท GitHub Repo stars
  • lazygit โ€” Terminal UI for git repositories.
    lazygit ยท risk: medium ยท lang: all ยท GitHub Repo stars

Maintaining the registry

Add or edit a YAML card under data/tools/. Keep entries short, factual, and operational:

  • describe the real command-line action surface an agent can call;
  • write use_when and avoid_when as decision rules, not marketing copy;
  • declare risk level and side effects honestly;
  • include guardrails for auth, secrets, network calls, writes, deployments, and destructive operations;
  • prefer official docs for docs or homepage links.

[!TIP]
If a tool can mutate remote state, expose secrets, execute generated code, or deploy infrastructure, mark it as high risk and add concrete guardrails.

The GitHub workflow regenerates this README on pushes to main and checks generated output on pull requests.


If this registry saves you time when building or evaluating agents, please consider starring the repo.

GitHub Repo stars

Reviews (0)

No results found