AGPK

JSON →
library 1.2.4 ·javascript
verified Jun 4, 2026

Agentics Package Manager (AGPK) is a JavaScript toolchain that bundles, encrypts with AES-256-CTR, and compiles JavaScript/TypeScript projects into native binaries. Version 1.2.4 current. It also functions as a full package manager with dependency resolution, global store, and lockfile management, competing with npm, yarn, pnpm, and bun. Key differentiator: unlike bundlers that produce readable output (obfuscation or bytecode), AGPK encrypts source code and compiles to native binaries with key splitting and runtime memory-only execution, protecting intellectual property at the binary level.