casey/just
🤖 Just a command runner observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9
- age_days: 3729
- days_rel: 30
- days_push: 13
- n_releases_24m: 32
Adoption not part of the score
35500 stars · 836 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
just is a command runner that saves and runs project-specific commands defined in a justfile with make-inspired syntax. It focuses on running recipes rather than build tracking, avoiding make's idiosyncrasies while adding arguments, dotenv loading, and multi-language shebang recipes.
Use cases
- run project-specific commands easily
- replace make for task automation
- define scripts in a justfile
- run recipes with command line arguments
- load .env variables for project commands
- write task recipes in python or node
When to choose
- you want a simple task runner without make's build-system complexity
- you need cross-platform command automation with no extra dependencies
- you want recipes in arbitrary languages via shebang lines
When to avoid
- you need incremental build tracking and file dependency graphs
- you need a full CI/CD pipeline tool rather than a local command runner
Facets
cli-tool · maturity stable
cli developer-tools build-tool workflow-automation developer-tools windows cli rust cross-platform command-runner justfile task-runner make-alternative rust command-line automation linux macos
3 sources
- readme: https://github.com/casey/just · fetched 2026-08-28 · 7714b68cdfe0
- homepage: https://just.systems · fetched 2026-08-29 · 16955b369126
- registry_crates: https://crates.io/api/v1/crates/just · fetched 2026-08-29 · 41800b05738f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| casey/just | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem