githubEdit

Installing pkgx

There are quite a few ways to install pkgx but this is our recommendation:

brew install pkgx || curl https://pkgx.sh | sh

Complete Installation Method Listing

Homebrew

brew install pkgx

cURL Installer

Our installer both installs and upgrades pkgx:

curl -fsS https://pkgx.sh | sh

Windows

irm https://pkgx.sh | iex
# ^^ limited packages so far, list available programs with `pkgx -Q`
circle-info

Wanna read that script before you run it?github.com/pkgxdev/setup/installer.sharrow-up-right

Download Manually

pkgx is a standalone binary, so you can just download it directly:

For your convenience we provide a .tgz so you can one-liner that:

You can also download straight from GitHub Releasesarrow-up-right (you’ll likely need to unquarantine the downloaded binary).

Cargo

Docker

Or in your Dockerfile:

GitHub Actions

circle-check

Arch Linux

If you're on Arch Linux (or any of it's derivatives) you can also use thepkgx AURarrow-up-right (latest released version) or pkgx-git AURarrow-up-right (latest development version, might not be stable).

circle-exclamation

Last updated