Skip to content

Releases: Pynosaur/pget

pget 0.1.4

05 Jan 09:59

Choose a tag to compare

Release pget 0.1.4

pget 0.1.3

03 Jan 14:12

Choose a tag to compare

Release pget 0.1.3

v0.1.2

02 Jan 22:16

Choose a tag to compare

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)

v0.1.1

02 Jan 17:42

Choose a tag to compare

What's New

  • Added .program marker for filtering installable apps
  • pget search now only shows installable programs (with .program file)
  • --script flag now skips binary downloads (installs from source only)
  • Removed system install attempts (always installs to ~/.pget/bin)
  • Automatically adds ~/.pget/bin to PATH in shell RC files

Installation

pget install pget  # or any other app

v0.1.0 - Initial Release

02 Jan 11:34

Choose a tag to compare

Pure Python package manager for the pynosaur ecosystem with --edge mode support