Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SHA256SUMS.asc | 2025-07-10 | 659 Bytes | |
lima-additional-guestagents-1.2.0-Linux-aarch64.tar.gz | 2025-07-10 | 66.1 MB | |
lima-additional-guestagents-1.2.0-Linux-x86_64.tar.gz | 2025-07-10 | 64.6 MB | |
lima-additional-guestagents-1.2.0-Darwin-x86_64.tar.gz | 2025-07-10 | 64.4 MB | |
lima-additional-guestagents-1.2.0-Darwin-arm64.tar.gz | 2025-07-10 | 65.8 MB | |
lima-1.2.0-go-mod-vendor.tar.gz | 2025-07-10 | 11.8 MB | |
lima-1.2.0-Darwin-arm64.tar.gz | 2025-07-10 | 23.2 MB | |
lima-1.2.0-Darwin-x86_64.tar.gz | 2025-07-10 | 25.5 MB | |
lima-1.2.0-Linux-aarch64.tar.gz | 2025-07-10 | 22.9 MB | |
lima-1.2.0-Linux-x86_64.tar.gz | 2025-07-10 | 25.2 MB | |
SHA256SUMS | 2025-07-10 | 970 Bytes | |
README.md | 2025-07-10 | 2.0 kB | |
v1.2.0 source code.tar.gz | 2025-07-10 | 7.4 MB | |
v1.2.0 source code.zip | 2025-07-10 | 7.7 MB | |
Totals: 14 Items | 384.8 MB | 1 |
Changes
limactl
CLI:- Add
limactl network (list|create|delete)
commands (#3677) - Add
limactl clone OLDINST NEWINST
command. Not to be confused withlimactl copy
, which copies files. (#3673) - Add
limactl edit --mount-none
flag (#3647) - Port forwarding:
- Improve stability (#3684. [#3708], thanks to @balajiv113)
- De-deprecate
LIMA_SSH_PORT_FORWARDER
that was once deprecated in v1.1 (#3709) - nerdctl:
- Update from v2.1.2 to v2.1.3 (#3701)
- Templates:
default
: update from Ubuntu 24.10 to 25.04 (#3643)fedora
: update from Fedora 41 to 42 (#3643)almalinux-10
: new template (#3602, thanks to @refi64)rocky-10
: new template (#3642)experimental/debian-testing
: new template (#3645)experimental/ubuntu-next
: new template (#3645)- Makefile:
- Kconfig: deprecate (#3706)
[!NOTE] On Intel Mac, macOS 15.5 or later is needed to boot the default Ubuntu 25.04 template.
Workarounds for macOS <= 15.4 :
Option 1: Use QEMU
limactl create --vm-type=qemu
Option2: Use Ubuntu 24.04 template
limactl create --name=default template://ubuntu-24.04
Full changes: https://github.com/lima-vm/lima/milestone/61?closed=1
Thanks to @AkinoKaede @Horiodino @afbjorklund @alexandear @arixmkii @balajiv113 @fruzitent @jandubois @kachick @mazzz1y @nirs @refi64 @songponssw @thomasjm @unsuman
Usage
:::console
$ limactl create
$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
$ lima uname
Linux
The binaries were built automatically on GitHub Actions. The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/16187325385
The sha256sum of the SHA256SUMS file itself is f4d57cdd637022ead291af680c0c88a8d07fd35fd6a779b7c6348e2c9a2ec2cc
.
Release manager: @AkihiroSuda