Ross ROSS = Recommend OSS · open-source software intelligence for agents

sigoden/argc

A Bash CLI framework, also a Bash command runner. observed · 2026-08-28

github.com/sigoden/argc · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 90
  • Release rhythm 60
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 120.0
  • age_days: 1655
  • days_rel: 105
  • days_push: 65
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1161 stars · 56 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Argc is a Bash CLI framework written in Rust that lets you define command-line interfaces via comment annotations in shell scripts, handling argument parsing, validation, usage text, and subcommands. It also doubles as a Bash-based command runner (via Argcfile.sh) and can generate shell autocompletions and man pages.

Use cases

  • build a cli tool in bash without boilerplate argument parsing
  • parse flags options and subcommands in a bash script
  • generate shell autocompletion for my bash cli
  • create a standalone bash script with no runtime dependency
  • run project tasks with an argcfile like a make alternative
  • generate man pages for a shell script
  • validate and bind environment variables in a bash cli

When to choose

  • you want to write full-featured CLIs in Bash with minimal boilerplate
  • you need a lightweight make/just-style task runner based on shell scripts
  • you want automatic completions and man pages for shell-based tools
  • you need cross-platform bash scripting on macOS, Linux, Windows, and BSD

When to avoid

  • you need a CLI framework in a compiled or higher-level language
  • your tool requires complex data structures or performance-critical logic beyond shell scripting
  • you want a pure-Bash solution with no external binary at all

Facets

cli-tool · maturity active

cli developer-tools build-tool developer-tools windows cross-platform cli bash argument-parsing task-runner shell-scripts autocompletion man-page-generation rust command-line automation linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
sigoden/argcmain82

For agents

markdown · JSON · MCP: product_card(name="sigoden/argc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem