Releases: TM-Squared/VMForge
Releases · TM-Squared/VMForge
VMForge v0.0.1 - Initial Release
VMForge - Quick VM Creation Tool
First release of VMForge, a KISS tool for creating VMs with KVM/QEMU in seconds.
Features
- Interactive mode - Step-by-step VM creation
- CLI mode - Script with command-line arguments
- Auto SSH setup - Key generation and injection
- Custom packages - Install additional software
- Multi-OS support - Debian and Ubuntu images
- Network ready - DHCP configuration included
What's included
vmforge- Main script- Complete documentation and examples
- Essential packages auto-installed (openssh-server, sudo)
Requirements
- virt-builder, virt-customize
- qemu-system-x86_64, KVM support
- libguestfs-tools
Quick start
chmod +x vmforge
./vmforge -i # Interactive mode
## Known limitations
- Linux only
- Requires KVM virtualization support