PackVault Logo
PackVault

Install PackVault

Choose the installation method that works best for your environment.

1. Using npm (Recommended)

The easiest way to install PackVault globally is via npm.

npm install -g packvault

2. Directly from GitHub

Install the latest bleeding-edge version directly from the repository.

npm install -g github:Omnikon-Org/PackVault

3. Build from Source

For development or environments where global installs are restricted.

git clone https://github.com/Omnikon-Org/PackVault
cd PackVault

npm install
npm run build
npm link