{
  "sourceCommand": "ssh killdeer.digital os",
  "notes": [
    "The website groups available images by distro for readability.",
    "The images command and os alias list the same OS images.",
    "Use the SSH os/images command for exact image names accepted by create.",
    "Ubuntu 26.04 is the default Ubuntu image."
  ],
  "mainDistros": [
    {
      "name": "Alpine",
      "versions": ["3.23"]
    },
    {
      "name": "Debian",
      "versions": ["13"]
    },
    {
      "name": "Fedora",
      "versions": ["44"]
    },
    {
      "name": "Rocky",
      "versions": ["10"]
    },
    {
      "name": "Ubuntu",
      "versions": ["26.04", "24.04"],
      "defaultVersion": "26.04"
    }
  ],
  "experimentalDistros": [
    {
      "name": "Arch Linux",
      "versions": ["current"]
    },
    {
      "name": "NixOS",
      "versions": ["25.11"]
    }
  ]
}
