Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 855 Bytes

File metadata and controls

45 lines (30 loc) · 855 Bytes

packy

packy is a browser-based tool for bundling npm dependencies into a tarball for air-gapped and offline-first deployments.

What it does

  • Search package metadata when registry access is available
  • Select the dependencies you want to bundle
  • Build a .tgz archive in the browser
  • Download the bundle for local use

Tech stack

  • Vue 3
  • TypeScript
  • Vite
  • Nuxt UI
  • WebContainers

Requirements

packy runs in a modern browser and relies on cross-origin isolation for WebContainer support.

It is designed for environments where direct access to npm registries cannot be guaranteed.

Development

npm install
npm run dev

Build

npm run build

Preview

npm run preview