eryph
by

YOUR LAPTOP = PROD

Stop pretending localhost is production. Run the real thing locally.

Windows PowerShell
PS C:\>gc my-vm.yaml | New-Catlet
Ready in 30s

VMs you rebuild from scratch. Every test. Every branch. Every time.

100%
Production Match
90%
Faster Setup
0
Deployment Surprises

What if VMs worked like git branches?

Get Started

When VMs become ephemeral, what impossible workflow becomes trivial for you?

Local development doesn't match production

Every developer faces this gap

Developers

Works on my machine

But breaks in production

Containers

Fast but not real

Missing OS dependencies

Ready for fast production VMs?

Keep your dev speed, gain production accuracy

Get Started

Speed wins. Until it doesn't.

Fast iteration beats slow VM setup... until deployment day

Auto-advancing

Localhost Lies

Your dev environment has different OS, services, and configs

Production surprises at deployment

Docker-Fast VMs with Production Reality

Get the speed you love from containers, with the accuracy of real production VMs

Old Way
Eryph

Your Current Trade-offs

  • Use containers/localhost for speed
  • Accept environment differences
  • Skip full VM testing (too slow)
  • Hope for the best at deployment
  • Traditional VMs break dev rhythm
  • Choose velocity over perfect accuracy

No More Trade-offs

  • VMs deploy as fast as your current tools
  • Exact production OS and configs
  • Full environment testing stays in flow
  • Deploy with confidence
  • 5-minute setup preserves velocity
  • Speed AND production accuracy

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.

Developers eliminating production surprises

Real results from testing with production VMs locally

5 min
Production VM Ready
0
Deployment Surprises
100%
Environment Match
Confidence Level
Cloud-Speed Deployments

Ready to Test Like Production?

Join developers who test with confidence using real production VMs locally.