Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CAPABILITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Cross-platform VM lifecycle management.
macOS via Apple Virtualization.framework, Linux via Cloud Hypervisor.

Status: experimental and under active development. This matrix reflects current implementation work, not a maturity or production-readiness guarantee.

## Platform Support

| Capability | macOS (Apple VZ) | Linux (Cloud Hypervisor) | Notes |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Cross-platform VM lifecycle management for Rust.
Boot, stop, and orchestrate lightweight virtual machines on macOS, Linux, and Windows from a single API.

> Status: `vm-rs` is experimental and under active development. Interfaces, capabilities, and platform support may change, and parts of the project are not yet production-ready.

- **macOS**: Apple Virtualization.framework (in-process, via Objective-C FFI)
- **Linux**: Cloud Hypervisor (separate VMM process, CLI mode)
- **Windows**: Windows Hypervisor Platform (in-process, same technology as WSL2)
Expand Down
Loading