Releases: Pynosaur/pget
Releases · Pynosaur/pget
pget 0.1.4
pget 0.1.3
Release pget 0.1.3
v0.1.2
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>orpget 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 mainInstallation
pget install pget # Use binary (fast)v0.1.1
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 appv0.1.0 - Initial Release
Pure Python package manager for the pynosaur ecosystem with --edge mode support