The HP ZGX Toolkit streamlines AI development workflows on the HP ZGX desktop AI supercomputer by providing automated setup of essential open-source AI tools and seamless device discovery on your LAN. This VS Code extension enables developers to quickly configure their ZGX environment for model fine-tuning and local inference, while solving common network connectivity challenges.
The HP ZGX Toolkit addresses two critical pain points for AI developers working with the HP ZGX hardware. First, it provides an automated installation and management system for a curated open-source AI development stack, eliminating hours of manual configuration and dependency resolution. With a single command through the VS Code interface, developers can install and configure Python packages to support model finetuning, experiment tracking and inference, as well as other AI development tools - all optimized for the ZGX's ARM-based architecture and Blackwell GPU. With the ZGX Toolkit, package dependencies are a thing of the past.
Second, the toolkit includes lightweight IP discovery functionality that automatically locates your ZGX device whether setting up for the first time or when DHCP assigns new IP addresses. This eliminates the frustration of broken SSH connections after router reboots or network changes, saving developers 5-10 minutes of troubleshooting each time their device's IP changes.
- Install the HP ZGX Toolkit extension from the VS Code Marketplace
- Go to the Device Manager and run the ZGX discovery command to locate your device on the network
- Connect to your ZGX via the extension's SSH integration and have the Toolkit create SSH keys for you.
- Select and install desired components from the curated AI stack (Python packages, Ollama, curl, nvtop, Gradio, Streamlit, MiniForge, MLFlow Server and more.)
See ZGX Onboarding Guide @ https://www.hp.com/zgx-onboard
- HP ZGX is located on same subnet of local network
- VS Code Remote SSH extension is installed on your primary device (non-ZGX device)
- Open VS Code Extension menu
- Search for "HP ZGX Toolkit"
- Select "Install" and follow setup instructions
Alternatively, you can install the extension directly from the VS Code Marketplace
- Windows 11
- Ubuntu 24.04
- MacOS 15
For help with issues or to submit a feature request please visit the open-source Github repository at https://github.com/HPInc/ZGX-Toolkit
The HP ZGX Toolkit collects minimal telemetry data to improve the extension's functionality and user experience. To change your telemetry settings change via VS Code Telemetry Settings
Run unit tests:
npm run test:unitRun integration tests:
npm run test:integrationRun unit tests with coverage:
npm run test:unit:coverageFor detailed testing instructions, test structure, and troubleshooting, see the Testing Guide.
-
Install dependencies:
npm install
-
Build the extension:
npm run compile
-
Add a version (optional):
npm version VERSION --no-git-tag-version
-
Create the
.vsixpackage:npx @vscode/vsce package
-
Install:
code --install-extension zgx-toolkit-VERSION.vsix
-
To un install:
code --uninstall-extension hpinc.zgx-toolkit
For comprehensive instructions on building and debugging the extension locally, see the Building Guide.
