Skip to content

phi v0.6.4

Latest

Choose a tag to compare

@Prozymax Prozymax released this 30 May 13:23

Phi — install-time interception for software supply chains.

Install

Linux / macOS:

curl -sSL https://phi.philtechs.org/install.sh | sh

Windows (PowerShell):

iwr -useb https://phi.philtechs.org/install.ps1 | iex

Or grab a binary directly from the Assets below.

Docs: phi.philtechs.org ·
Landing page: github.com/philtechs-org/phi

Changelog

  • 853b4154760af72a452e9ee1bcfcfa2359827d60 feat(install,ui): extract-safe-first flow + full inline review prompt
  • 384d4997017e5a883df4fe8d2333b24e0a1910ae feat(resolver): platform-aware optionalDependencies support
  • 34e58084923d62ecbaff5a0b54513129de90c9a9 feat(watch): /api/stats endpoint for live headline package count
  • 00695678d3c1d1e97d588d8da9e5303ae9dddfd0 feat(watch): accept Railway/PaaS $DATABASE_URL as Postgres DSN fallback
  • 743199c3f53ed864669e206f6cafe48e2fc6008d fix(analyzer): exact-match bundler whitelist + codegen new Function + ES2020 parse-fail guard
  • 9a86360220a0effddea65587dad23b9a5b02665b fix(analyzer): suppress String.fromCharCode binary embeds + lower high-byte threshold
  • ebdf654e72a174e8c1c36a073778312037937bc6 fix(watch,deploy): drop Docker VOLUME directive (Railway rejects it)
  • c9b7d2871e1c25f82b9946bb06b2d91a6227d49a release(v0.6.4): optional deps + install UX + detector tightening + watch deploy fixes