avf_cli
CLI tool for managing Apple Virtualization.framework macOS VMs, powered by avf_dart.
0.1.11
openci-org/openci
What this package is like to depend on
Last release 2 months ago
03 Jun 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
11 releases · first in 2026
11 releases in the last 12 months
see the full history below
Release timeline
11 releases · Jun 2026 to Jun 2026Releases
latest 11-
0.1.1103 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.25for VM signal handling and automatic MAC address generation.
- Update
-
0.1.1003 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.24to resolve thread-safety crash on macOS installation completion callback.
- Update
-
0.1.903 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.23to resolve macOS installer crash on headless environments.
- Update
-
0.1.802 Jun 2026Release notes
Open source →- Maintenance: Bump version for synchronization and integration verification.
-
0.1.702 Jun 2026 -
0.1.602 Jun 2026Release notes
Open source →- Feature: Integrate Native Assets build hooks (
hook/build.dart) to automatically generatelib/src/version.dartfrom the version defined inpubspec.yaml, ensuring CLI version sync without manual updates.
- Feature: Integrate Native Assets build hooks (
-
0.1.402 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.20to restore parallel downloads with a watchdog timer to resolve freezing issues.
- Update
-
0.1.302 Jun 2026Release notes
Open source →- Feature: Add
versioncommand to print the CLI tool version. - Update
avf_dartto0.1.19to resolve download freezes.
- Feature: Add
-
0.1.202 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.18to resolve download freezes. - Change: Reduce default download concurrency to 4 in
download-ipsw.
- Update
-
0.1.102 Jun 2026Release notes
Open source →- Update
avf_dartto0.1.17to fixPathNotFoundExceptionindownload-ipswwhen the target download directory does not exist.
- Update
-
0.1.002 Jun 2026Release notes
Open source →- Initial release.
- Provides CLI tool
avf(oravf_cliexecutable) to manage local Apple Virtualization.framework macOS VMs, wrapingavf_dartfunctionalities:list: Show all local virtual machines.boot <name>: Boot a local VM and wait for SSH readiness.install <name> --ipsw <path>: Create a new VM from an IPSW image.delete <name>: Delete a local VM.clone <source> <target>: Clone VM configurations and disk images.pull <name> --bucket <bucket>: Retrieve VM archives from Google Cloud Storage.push <name> --bucket <bucket>: Upload VM archives to Google Cloud Storage.download-ipsw: Fetch and download macOS IPSW files directly from Apple.