eryph
by
The VM Provisioning Time Sink

Shared VM Templates for Hyper-V

Hyper-V has no built-in template sharing. eryph adds a template library with downloadable base VMs and team configurations.

No Sharing
Hyper-V Alone
2KB
Shared Config
Git-based
Version Control

Every Hyper-V team struggles with template sharing

No central library means duplicate work everywhere

Dev Teams

85 min clones

Eager-zeroed disks

IT Departments

No template library

Manual distribution

The Pattern

Every organization hits the same wall: Manual VM provisioning doesn't scale. What starts as "just a few VMs" becomes a full-time job, blocking your team from actual work.

Ready to move beyond golden images?

Modern VM management without sysprep

Get Started

Hyper-V template limitations

Why traditional Hyper-V templates hit a wall with complex environments

Auto-advancing

Static Templates Only

Golden images are fixed snapshots, can't be composed or extended

Limited reusability

eryph enables true template sharing

Download base VMs from genepool, add your configs, share with your team

Old Way
Eryph

Hyper-V Alone

  • No template library
  • Manual VHDX copying
  • Settings lost in transfer
  • No versioning
  • Can't build on others' work
  • IT bottleneck (SCVMM admin-only)

Hyper-V + eryph

  • Central genepool library
  • Download base catlets instantly
  • Configuration travels with VM
  • Full Git versioning
  • Inherit and extend templates
  • Everyone can share (not just IT)

How the gene system works

1. Start with a gene

Choose a proven template from the genepool or create your own

2. Add what's different

Inherit base configs, customize only what you need

3. Deploy in minutes

Your improvements become new genes others can inherit

Real example: Deploy an Ubuntu web server from YAML

deploy-ubuntu-web.ps1
5 minutes total
# Deploy Ubuntu web server from YAML:
# Perfect for dev, test, and staging workloads
$webServer = @"
name: web-server-01
parent: dbosoft/ubuntu-2204/latest

# Configure web server stack
fodder:
- source: gene:myorg/ubuntu-nginx-base
  variables:
  - name: site_name
    value: myapp.local
"@

# Deploy it
New-Catlet -Config $webServer | Start-Catlet

# Done! Ubuntu web server ready in minutes.

Template sharing transforms team productivity

From isolated work to collaborative VM libraries

2KB
Shared Config
Git
Version Control
Team Access
0
SCVMM Required
Cloud-Speed Deployments

Enable Template Sharing Today

Join teams building shared VM libraries without SCVMM complexity.