Installation
How to install VPM.
Installation
VPM is designed for easy installation with no additional dependencies.
Lite Installation
Linux
- Run the following curl command to install VPM:
curl -f https://getinstachip.com/install.sh | sh
MacOS
-
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 Siliconx86_64
for Macs with Intel
- Supported architectures:
-
Use curl to install VPM:
curl -f https://getinstachip.com/install.sh | sh
- 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 processorsi686
for Windows on 32-bit processorsaarch64
for Windows on ARM
Paid Installation
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.