EXE
WinGet
Incus
LinuxContainers · 6.18.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
bin.windows.incus.aarch64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LinuxContainers.Incus
Version
6.18.0
Description
Incus is a modern, secure and powerful system container and virtual machine manager.
License
Apache-2.0
Homepage
https://github.com/lxc/incus
Release Notes
Announcement
https://discuss.linuxcontainers.org/t/incus-6-18-has-been-released/25091
What's Changed
- Replace map[string]string with ConfigMap for more user friendly handling of bool and numbers (with defaults) by @breml in #2496
- doc: Add description for database-client role by @presztak in #2510
- 'dns.mode' implementation for the OVN driver by @presztak in #2511
- Change snapshot deletion command to storage volume snapshot delete by @robbystk in #2514
- Use 'Patch' method for PATCH requests…