{
 "app_id": "com.github.kholia.osx-kvm",
 "source_url": "https://raw.githubusercontent.com/axtloss/flatpaks/main/com.github.kholia.osx-kvm/com.github.kholia.osx-kvm.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=x11",
  "--share=ipc",
  "--share=network",
  "--socket=pulseaudio",
  "--device=all"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:52:25.546486+00:00",
 "manifest": {
  "app-id": "com.github.kholia.osx-kvm",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "22.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "run",
  "finish-args": [
   "--socket=x11",
   "--share=ipc",
   "--share=network",
   "--socket=pulseaudio",
   "--device=all"
  ],
  "modules": [
   {
    "name": "qemu",
    "config-opts": [
     "--disable-user",
     "--enable-kvm",
     "--disable-spice",
     "--disable-opengl",
     "--disable-virglrenderer",
     "--disable-usb-redir",
     "--disable-smartcard",
     "--python=/bin/python3",
     "--target-list=x86_64-softmmu"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.qemu.org/qemu-6.2.0.tar.xz",
      "sha256": "68e15d8e45ac56326e0b9a4afa8b49a3dfe8aba3488221d098c84698bca65b45"
     }
    ]
   },
   {
    "name": "macos",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/kholia/osx-kvm",
      "branch": "master",
      "dest": "osx-kvm"
     },
     {
      "type": "file",
      "path": "./run.sh"
     }
    ],
    "build-commands": [
     "install -Dm755 run.sh /app/bin/run",
     "mv osx-kvm /app/osx-kvm"
    ]
   }
  ]
 }
}