just-bin
A thin wrapper to distribute https://github.com/casey/just via pip.
What it is and what it does
just-bin is a pip-installable wrapper that repackages the upstream `just` command-line task runner for distribution via PyPI. It uses platform-specific Python wheels to place the `just` binary directly on your PATH, letting you install and manage it like any other Python package rather than downloading and configuring it separately.
The package itself has no Python runtime dependencies—it is purely a delivery mechanism for a standalone binary. Installation friction is medium because you must use a wheel that matches your exact platform (macOS Intel, macOS ARM, Linux x86_64, or Linux aarch64). The project is actively maintained as a repackaging effort, not as upstream development of `just` itself.
Use it for:
- Install the `just` task runner on a new machine without manual binary downloads or system package managers.
- Manage `just` version pinning in a Python project's dependency lock file or virtual environment.
- Distribute `just` to team members across mixed macOS and Linux architectures via a single pip command.
- Use `just` in CI/CD pipelines where pip is already the package manager and binary availability is uncertain.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Distributes the `just` command-line task runner as a pip-installable binary, placing it directly on your PATH for cross-platform use.
Yes, if you need `just` and prefer pip-based installation. The package is actively maintained, has no runtime dependencies, carries permissive licensing (CC0-1.0), and is in the top-15000 tier by popularity. The main gotcha is platform-specific wheels—verify your architecture is supported before installing. Confirm the upstream `just` license suits your use case.
Install
just-bin on PyPI
pip
pip install just-binuv
uv add just-binpoetry
poetry add just-binInstalling just-bin
Before you install
Medium friction: platform-specific wheels for macOS (Intel and ARM) and Linux (x86_64 and aarch64) are available, but you must match your system architecture. Active maintenance with recent releases (last commit 2026-08-10), though the project is a repackaging wrapper rather than upstream development.
License in practice
CC0-1.0 (public domain equivalent) means you can use this package with no restrictions or attribution requirements. However, the upstream `just` tool may have its own license; verify at https://github.com/casey/just before production use.
Quickstart
pip install just-bin==1.57.0
just --version
Your system architecture (macOS x86_64, macOS ARM64, Linux x86_64, or Linux aarch64) must have a matching wheel available; other platforms will fail to install.
Verify before relying
- Whether the upstream `just` tool's license (not CC0-1.0) imposes additional constraints on your use case.
- Whether this repackaging stays synchronized with upstream `just` releases and for how long.
- Actual download volume and user base size beyond the top-15000 tier classification.
Package facts
| License | CC0-1.0 (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 25 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 222,041/month — #9,271 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: just_bin-1.57.0-py3-none-macosx_10_9_x86_64.whl; just_bin-1.57.0-py3-none-macosx_11_0_arm64.whl; just_bin-1.57.0-py3-none-manylinux2014_aarch64.musllinux_1_1_aarch64.whl; just_bin-1.57.0-py3-none-manylinux2014_x86_64.musllinux_1_1_x86_64.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
go-task-binProvides a precompiled Go Task binary (a task…
permissive · top 15,000 on PyPI
rust-justrust-just is a Python wrapper around the just…
permissive · top 5,000 on PyPI
source-distributionDistributes Python source code as a package;…
unclear · top 15,000 on PyPI
denoPackages and distributes Deno (a…
permissive · top 15,000 on PyPI
manygoConverts Golang platform identifiers (GOOS and…
permissive · top 15,000 on PyPI
taskipyTaskipy is a task runner that lets you define…
permissive · top 5,000 on PyPI
etcd-distroetcd-distro packages the etcd key-value store…
permissive · top 15,000 on PyPI
openslide-binProvides prebuilt OpenSlide binaries for Linux,…
copyleft · top 15,000 on PyPI
PyQt5-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 5,000 on PyPI
chromedriver-pyDownloads and installs the appropriate…
permissive · top 15,000 on PyPI