Go-based VM export and migration control plane
Documentation · Quick start · Deployments · Enterprise · Support the project
Export VMs from VMware vSphere and Nutanix AHV, coordinate conversion with hyper2kvm, and run fleet jobs through a REST API.
| Binary | Role |
|---|---|
hyperexport |
Interactive CLI exports (vSphere, Nutanix, …) |
hypervisord |
REST API daemon |
hyperctl |
Job control CLI (list, export, info, submit) |
nutanix-pickup |
Standalone Nutanix discovery/pickup CLI |
git clone https://github.com/hypersdk/hypersdk.git
cd hypersdk
./scripts/build.sh
cp config.example.yaml config.yaml
# edit config.yaml for your vSphere endpoint
./bin/hyperexport --config config.yamlcp config.example.yaml config.yaml
# configure nutanix.host, credentials, and nutanix.mounts (NFS container paths)
./bin/hypervisord --config config.yaml
hyperctl list --provider nutanix
hyperctl export --provider nutanix --vm web-prod-01 \
--output /var/lib/hypersdk/nutanix \
--mounts 'default-container:/mnt/nutanix/default'See docs/nutanix.md for the full Nutanix migration workflow.
Daemon mode:
./bin/hypervisord --config config.yaml
./bin/hyperctl statusDocker: deployments/docker/. API schema: openapi.yaml. Nutanix guide: docs/nutanix.md.
make test
make lint| Demo | zyvor.dev/demo |
| ROI | zyvor.dev/roi |
| Pricing | zyvor.dev/pricing |
| Contact | zyvor.dev/contact · sales@zyvor.dev |
Community Edition is for evaluation and single-host exports. Fleet automation, enterprise SLAs, compliance packs, air-gapped deployment, and migration programs → contact Zyvor (not GitHub Issues). Details: docs/enterprise.md.
HyperSDK Community Edition is free and open source. If it saves you time, consider sponsoring ongoing development:
Maintained by Susant Sahani · Zyvor AI Labs
- Sponsor: github.com/sponsors/ssahani
- Enterprise / production: zyvor.dev/contact · sales@zyvor.dev
- Community help: GitHub Issues
HyperSDK is licensed under the Apache License, Version 2.0.
Copyright © 2026 Zyvor AI Labs Private Limited.
This repository contains only the HyperSDK Community Edition source code.
Other Zyvor products, platforms, services, and commercial offerings are separate works and may be governed by different licenses and terms.
Enterprise: sales@zyvor.dev · General: info@zyvor.dev. Security: SECURITY.md.