skillfed

just-bin

A thin wrapper to distribute https://github.com/casey/just via pip.

just-bin v1.57.0 222.0K downloads/30d#9,271 on PyPI29
Permissive license CC0-1.0 Active released

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-bin

uv

uv add just-bin

poetry

poetry add just-bin

Installing 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

task runner cli tooljust command line installerpip install binary toolscross-platform task automationjustfile task execution
task-runnerbinary-distribution

More Build Tools packages