{
  "ok": true,
  "version": "0.1-keel-distribute",
  "keel_language": "kt-2.0",
  "is_new_language": true,
  "language_name": "Keel",
  "extension": ".kl",
  "not": [
    "Python",
    "C++",
    "Rust (user writes .kl not .rs)"
  ],
  "tiers": {
    "python": {
      "what": "Boss seat \u00b7 chat \u00b7 $1 start \u00b7 zero-token daily asks",
      "format": "Python 3",
      "zip": "keel-python-seat.zip",
      "url_path": "/keel/download/python"
    },
    "lang": {
      "what": "Keel language source \u00b7 .kl \u00b7 SPEC \u00b7 examples",
      "format": ".kl house DSL",
      "zip": "keel-lang-kt-2.0.zip",
      "url_path": "/keel/download/lang"
    },
    "native": {
      "what": "Compiled binary from .kl \u00b7 C-speed \u00b7 zero tokens",
      "format": "Windows exe (keel + keel_prog)",
      "zip": "keel-native-win.zip",
      "url_path": "/keel/download/native",
      "note": "C/C++ source export not shipped yet \u00b7 exe today"
    }
  },
  "how_users_get_it": [
    "LAN: http://192.168.1.139:8112/keel/download",
    "JSON manifest: /keel/download.json",
    "Pick tier \u00b7 download zip \u00b7 read README inside",
    "Python seat: unzip \u00b7 run on Linode with :8112",
    "Language: read SPEC.md \u00b7 edit .kl \u00b7 keel compile",
    "Native: run keel_prog.exe for fleet green probe"
  ],
  "ts": "2026-07-25T20:29:23Z",
  "lan": "http://192.168.1.139:8112/keel/download",
  "files": [
    {
      "tier": "python",
      "zip": "keel-python-seat.zip",
      "bytes": 33978,
      "url": "http://192.168.1.139:8112/keel/download/python",
      "what": "Boss seat \u00b7 chat \u00b7 $1 start \u00b7 zero-token daily asks"
    },
    {
      "tier": "lang",
      "zip": "keel-lang-kt-2.0.zip",
      "bytes": 5679,
      "url": "http://192.168.1.139:8112/keel/download/lang",
      "what": "Keel language source \u00b7 .kl \u00b7 SPEC \u00b7 examples"
    },
    {
      "tier": "native",
      "zip": "keel-native-win.zip",
      "bytes": 2748274,
      "url": "http://192.168.1.139:8112/keel/download/native",
      "what": "Compiled binary from .kl \u00b7 C-speed \u00b7 zero tokens"
    }
  ],
  "built": "2026-07-25T20:29:23Z"
}