Tools/casey/just

Just

Just a command runner

35.2k+129/wkgrowthRustCreative Commons Zero v1.0 Universaltrending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Jun 2026

You write a `justfile` with named recipes, and `just build` or `just deploy` runs them. That's it.

CC0 license (public domain), Rust. The syntax is intentionally similar to Make but without Make's tab-sensitivity and implicit rules. Variables, arguments, conditional logic, and shell selection (bash, sh, PowerShell, Python) are built in. Cross-platform.

Fully free. Single binary, no paid tier, no cloud service. Public domain license. Use it however you want. Every developer at every team size benefits. Drop a `justfile` in your repo, document your common commands, and new team members can `just --list` to see everything available. Onboarding time drops immediately.

The catch: Just is only a command runner. It doesn't understand file dependencies. If you need "rebuild only when source files changed," that's Make's strength and Just explicitly doesn't do it. If your project needs real dependency-based builds, Just is the wrong tool. Use it for orchestrating commands, not building software.

Free vs Self-Hosted vs Paid

fully free

Fully open source under CC0 (public domain). No paid tier, no cloud service, no premium features. Single binary. Doesn't get more free than this.

Free. Public domain. Use it however you want.

Self-hosting ops:trivial

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
84/100 · A
Adoption25/30
Maintenance25/25
Community9/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 32,928 starsActive community: 762 forks

About

Stars
35,158
Forks
831

Explore Further

More tools in the directory