Skip to content

v0.1.2

Choose a tag to compare

@vvrmatos vvrmatos released this 02 Jan 22:16
· 39 commits to main since this release

What's New

  • Added --build flag to force compilation from audited source
  • --build skips binary downloads and builds with Bazel locally
  • --build and --script are mutually exclusive (enforced)
  • Works in any position: pget --build install <app> or pget install --build <app>

Trust & Security

Use --build to compile from source you can audit:

pget install --build <app>       # Build from tagged release source
pget install --edge --build <app>  # Build from latest main

Installation

pget install pget  # Use binary (fast)