Installation

VPM is designed for easy installation with no additional dependencies.

Lite Installation

Linux

  1. Run the following curl command to install VPM:
curl -f https://getinstachip.com/install.sh | sh

MacOS

  1. Dowload and run the .pkg file corresponding to your computer architecture from the latest release on our GitHub repository.

    • Supported architectures:
      • aarch64 for Macs with Apple Silicon
      • x86_64 for Macs with Intel
  2. Use curl to install VPM:

curl -f https://getinstachip.com/install.sh | sh
  1. Use Homebrew to install VPM:
brew tap getinstachip/vpm
brew install vpm

Windows

Download and run the .exe file corresponding to your computer architecture from the latest release on our GitHub repository.

  • Supported architectures:
    • x86_64 for Windows on 64-bit processors
    • i686 for Windows on 32-bit processors
    • aarch64 for Windows on ARM

To install a paid version of VPM, go through our website and purchase a plan. You will then be able to download an installer from the website. You will receive an email with your license key. Run the installer, type vpm in your terminal, and provide your license key when prompted.


After installation, the vpm command will be available in your terminal.

For any questions or issues during installation, please contact us at team@getinstachip.com or open an issue on GitHub.