Highlights

pkgx

pkgx is a 4MB, standalone binary that can run anything.

Quick Start

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

Getting Started Guide

Using pkgx

​Run Anything Run anything with pkgx

Scripting Write scripts in any language with all the tools you need available from L:1

The pkgx Ecosystem

pkgx is more than a package runner, it’s a composable primitive that can be used to build a whole ecosystem of tools. Here’s what we’ve built so far:

dev

dev uses shellcode and pkgx to create “virtual environments” for any project and any toolset.

https://github.com/pkgxdev/dev

pkgm

pkgm installs pkgx packages to /usr/local.

https://github.com/pkgxdev/pkgm

mash

mash is a package manager for scripts that use pkgx to make the whole open source ecosystem available to them.

https://github.com/pkgxdev/mash

Last updated