github lima-vm/lima v2.1.0-beta.1

pre-release9 hours ago

🎉 Highlights:

Changes

  • Guest OS support:

    • Experimentally support macOS guests (#4595)
    • Experimentally support FreeBSD guests (#4627)
  • limactl CLI:

    • Add limactl watch command (#4489, thanks to @IrvingMg)
    • Add limactl shell --sync to prevent AI agents from breaking the host files (#4429, thanks to @unsuman)
  • Guest home directory:

    • The guest home directory is changed from /home/${USER}.linux to /home/${USER}.guest (#4578).
      For compatibility, the old path is symlinked to the new one.
  • Hostagent:

  • Guestagent:

    • Reduce binary footprint (14M -> 6.1M) (#4120, #4536)
  • Internal file structure:

    • basedisk and diffdisk are consolidated into a single disk file for efficiency (#4587, thanks to @jandubois).
      No impact is expected for end users.
  • Templates:

  • Project:

Full changes: https://github.com/lima-vm/lima/milestone/62?closed=1

Thanks to @Harry-kp @IrvingMg @TatsuyaHayashino @afbjorklund @alexandear @arixmkii @bmwiedemann @hekki @jandubois @majiayu000 @mfenderov @ningmingxiao @norio-nomura @olamilekan000 @tushar1977 @unsuman

Usage

$ 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/22564212173

The sha256sum of the SHA256SUMS file itself is 86002b8e174ccc460a0cd511dcff79affa15c3d0778cfa04e193cb6a20b9bd6d .


Release manager: @AkihiroSuda

Don't miss a new lima release

NewReleases is sending notifications on new releases.