🎉 Highlights:
- Support macOS guests:
limactl start template:macos - Add
limactl shell --syncto prevent AI agents from breaking the host files
Changes
-
vz:
- Experimentally support macOS guests (#4595)
-
limactlCLI: -
Guest home directory:
- The guest home directory is changed from
/home/${USER}.linuxto/home/${USER}.guest(#4578).
For compatibility, the old path is symlinked to the new one.
- The guest home directory is changed from
-
Hostagent:
- Add host-to-guest time synchronization (#4527, thanks to @mfenderov)
-
Guestagent:
-
Internal file structure:
basediskanddiffdiskare consolidated into a singlediskfile for efficiency (#4587, thanks to @jandubois).
No impact is expected for end users.
-
Templates:
k3s: support creating multi-node clusters (#4505, thanks to @afbjorklund)- Restore
debian-11(#4574, thanks to @olamilekan000)
-
Project:
- MAINTAINERS: promote Norio Nomura (@norio-nomura) to a Committer (#4511)
Full changes: https://github.com/lima-vm/lima/milestone/62?closed=1
Thanks to @AndiDog @Horiodino @afbjorklund @alexandear @ashwat287 @balajiv113 @bonifaido @dharsanb @gnawhleinad @iamleot @jandubois @kachick @muchzill4 @ningmingxiao @nlordell @norio-nomura @olamilekan000 @plandem @stek29 @unsuman @valdela1 @vax-r @vishalanarase @zyfy29
Usage
$ limactl create
$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
$ lima uname
LinuxThe binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/22358822431
The sha256sum of the SHA256SUMS file itself is 238c7d18f593939378133586c4931161338a83a5e0fc80975da914a22062f9ed .
Release manager: @AkihiroSuda