TiloBox
Back to directory
Just project preview

Just

Just a command runner: a handy way to save and run project-specific commands.

LicenseCC0-1.0
GitHub stars21.5k
Last commit1 weeks ago
Tags5 topics
Make AlternativeJustfile CliDeveloper ToolsProject Task RunnerCommand Runner
Overview

Why consider Just?

Just is an open-source command runner written in Rust by Casey Rodarmor. Inspired by make, Just provides a clean, cross-platform syntax for saving and executing project recipes, supporting argument passing, environmental variables, docstrings, and bash/python/powershell scripts.

Guided learning

Learn Just by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Just

Just provides concise project recipe definitions without Make's idiosyncratic build-target semantics.

Quickstart

bash
1# Install Just
2cargo install just
3# Run a recipe
4just build

Just is dedicated to the public domain under Creative Commons Zero (CC0-1.0).

Related tools

More options with a similar category or technology profile.

Just FAQs

Just is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Just is listed under the CC0-1.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Just is listed as an alternative to npm scripts. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.