Lima

Version: 2.1.1 darwin linux containers

Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).

Installation Instructions

Linux

Download Lima
{
  "url": "{{ .SVar `.tool.lima.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.lima.download.filename` }}",
  "overwrite": false
}
Extract Lima Release
{
  "destination": "{{ .PTools }}/lima/{{ .SVar `.tool.lima.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.lima.download.filename` }}"
}

MacOS

Download Lima
{
  "url": "{{ .SVar `.tool.lima.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.lima.download.filename` }}",
  "overwrite": false
}
Extract Lima Release
{
  "destination": "{{ .PTools }}/lima/{{ .SVar `.tool.lima.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.lima.download.filename` }}"
}

Binaries