A blazing-fast package manager that outperforms npm, yarn, and even Bun by using prebuilt caches for instant installs! ⚡
✅ Instant Package Installation - Uses prebuilt package caches to install in 0.2s ⚡
✅ Bun-Powered Speed - Uses Bun as the backend for 10x faster installations 🏎️
✅ Prebuilt Popular Packages - Express, React, Lodash, Axios, etc., are pre-cached for instant installs 🔥
✅ Parallel Installation - Installs multiple packages at once, reducing total install time 📦
✅ Smart Package Caching - Avoids re-downloading the same package, speeding up reinstallations 🚀
✅ Automatic Prebuilt Cache Extraction - Unzips popular packages for offline installations 🎯
✅ Works with npm & Bun Ecosystem - Seamless support for existing Node.js projects 🌍
npm install -g akmanagerbun add -g akmanager✔️ Now you're ready to use akmanager! 🎯
ak install express✅ If cached, installs instantly (0.2s)
ak install react lodash axiosak uninstall expressak update axiosak listakmanager speeds up package installations by:
1️⃣ Using Bun as the backend - Faster than npm & yarn
2️⃣ Preloading Popular Packages - Avoids network downloads
3️⃣ Parallel Processing - Installs multiple packages simultaneously
4️⃣ Smart Caching - Installs from a local store instead of fetching from the internet
5️⃣ Compressed Prebuilt Package Cache - Extracts prebuilt dependencies for instant setup
| Package Manager | Install Express | Install React & Lodash | Install All Popular Packages |
|---|---|---|---|
| npm | ⏳ 6s | ⏳ 10s | ⏳ 15s |
| yarn | ⏳ 4s | ⏳ 7s | ⏳ 12s |
| pnpm | 🚀 3s | 🚀 4s | 🚀 8s |
| Bun | ⚡ 1.5s | ⚡ 2s | ⚡ 5s |
| akmanager (Prebuilt Cache) | ⚡ 0.2s | ⚡ 0.5s | ⚡ 1s |
akmanager is up to 30x faster than npm! 🎯
Popular packages like express, react, lodash, and axios are preloaded for instant installs.
🔹 Cached Popular Packages:
express react lodash axios moment chalk mongoosePrebuilt cache is extracted automatically on first use:
akmanager extracts prebuilt-cache.zip → Installs instantlygit clone https://github.com/yourusername/akmanager.git
cd akmanagerbun install # Or use npm installnode ak.js install expressnpm publish # Publish to npm