Skip to main content

HZC Compressor

Lossless and lossy file compression, phase-locked to the 1.287 Hz HulyaPulse.

App ID compress Runs at /apps/compress/ Auth framework sign-in (the /apps/* gate) Chapter Software → Hardware

What it does

Compress and decompress files with the HZC codec, and analyze a file's compressibility before committing. The UI runs in the browser; the codec work is served by the node's compression routes.

API routes behind it

  • POST /api/compress — compress an upload
  • POST /api/decompress — restore an HZC artifact
  • POST /api/analyze — entropy / compressibility report

(All three live in shared/api-core/src/routes/zeqCompress.ts; reference: api/zeqCompress.)

Reference