@machinen/cli 0.3.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,19 +43,13 @@ npm i -g @machinen/cli # or globally if you prefer it on PATH
43
43
 
44
44
  Both `machinen` and the shorter alias `mn` are installed.
45
45
 
46
- The matching VMM binary (`@machinen/vmm-arm64-darwin` or
47
- `@machinen/vmm-arm64-linux`) is pulled in via optional dependencies.
48
- Each VMM package also ships a sibling `gvproxy` binary that the
49
- runtime auto-spawns to provide guest networking — no system packages
50
- required.
46
+ The matching native package (`@machinen/native-arm64-darwin`,
47
+ `@machinen/native-arm64-linux`, or `@machinen/native-x64-linux`) is pulled in
48
+ via optional dependencies. It ships the VMM plus sibling host tools such as
49
+ `gvproxy`, `mke2fs`, and `mksquashfs`, so no system packages are required.
51
50
 
52
- First boot fetches the kernel + base rootfs from a private GitHub
53
- release, so make sure you've authenticated [GitHub
54
- CLI](https://cli.github.com/):
55
-
56
- ```bash
57
- gh auth login
58
- ```
51
+ First boot fetches the matching kernel + base rootfs from the public
52
+ companion GitHub release over HTTPS; no GitHub authentication is needed.
59
53
 
60
54
  ## At a glance
61
55