-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
69 lines (69 loc) · 4.17 KB
/
Copy pathmanifest.json
File metadata and controls
69 lines (69 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_schema": "hal0.manifest.v1",
"_comment": "Toolbox image registry pins per hal0 release. Each entry under `toolbox_images` is keyed by short image name (vulkan, rocm, flm, moonshine, kokoro, comfyui) and carries the canonical ghcr.io ref plus a sha256 digest. Empty/null digest means the image hasn't been published yet for this release \u2014 the runtime then pulls by tag and emits a warning. Run `scripts/update-toolbox-digests.sh` on main before cutting a release: it queries ghcr.io for each image's published content digest and patches this file in place so the pinned digests track the published images. Schema versioned via `_schema`; bump it when the shape changes. Toolbox images are public on `ghcr.io/hal0ai/`; the installer pulls them anonymously and `hal0 doctor toolbox-pull` asserts that contract holds. See PLAN.md \u00a712 (toolbox images) and \u00a717 (Risks).",
"version": "1.0.0-alpha.2",
"channel": "preview",
"toolbox_images": {
"vulkan": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-vulkan:v1",
"digest": "sha256:a970d47c864b4bc83e34a1ebf11216353efc1b3a2340f4dd436086ce454ac856",
"_notes": "llama.cpp Vulkan backend; default for Strix Halo iGPU"
},
"rocm": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-rocm:v1",
"digest": "sha256:a47ca05ea08bc895e355d28153aa60873f1a13919eb40b16876bf9f2827499fd",
"_notes": "llama.cpp ROCm backend; multi-arch (gfx1030..gfx1151)"
},
"flm": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-flm:0.9.44",
"digest": "sha256:49c175ce799061b07d3c84b1bdece9d8dcb74be5f9717f95fb52f51bd5020fc9",
"_notes": "FastFlowLM v0.9.44 on AMD XDNA2 NPU (toolbox rebuilt from packaging/toolbox/flm.Dockerfile FLM_REF=v0.9.44 \u2014 `flm version` inside reports v0.9.44). Requires amdxdna driver on the host (kernel >= 6.14 in-tree, or >= 6.10 via amdxdna-dkms) + NPU firmware >= 1.1.0.0. Digest is the GHCR registry digest via scripts/update-toolbox-digests.sh accept-set (confirmed post-push 2026-07-10)."
},
"moonshine": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-moonshine:v1",
"digest": "sha256:bf07e3d5640fc1d009298be0600b62ec24185f80d7c8bed47321742fce17aa31",
"_notes": "Moonshine STT (CPU/Vulkan); OpenAI-compat /v1/audio/transcriptions + WS"
},
"kokoro": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-kokoro:v1",
"digest": "sha256:1ac80acc00a2e9d578b077fa0a3f2c3e3f32f4f3da5080f346838e1c5a540456",
"_notes": "Kokoro-82M TTS (CPU ONNX); OpenAI-compat /v1/audio/speech",
"_upstream_reference": "https://github.com/thewh1teagle/kokoro-onnx"
},
"comfyui": {
"tag": "docker.io/kyuz0/amd-strix-halo-comfyui@sha256:0066678ae9043f69a1c8c7699e70626ceffd35c1a8ca03227a05640ad0241ed2",
"digest": "sha256:0066678ae9043f69a1c8c7699e70626ceffd35c1a8ca03227a05640ad0241ed2",
"_notes": "live-validated on CT105 2026-06-11 (Wan2.2/Qwen-Image/Flux/SDXL on gfx1151); repinned from unpublished hal0-toolbox-comfyui (Phase D)",
"_upstream_reference": "https://github.com/comfyanonymous/ComfyUI"
},
"qwen3tts": {
"tag": "ghcr.io/hal0ai/hal0-toolbox-qwen3tts:v1",
"digest": "sha256:c3a4606de1488ef594c3552057985186bc01f4af7e79a23bbd2c9cf275e70838",
"_notes": "Qwen3-TTS-12Hz-1.7B-CustomVoice multilingual GPU TTS (ROCm); OpenAI-compat /v1/audio/speech. Digest pinned from the CI push via .github/workflows/toolbox.yml; refresh with scripts/update-toolbox-digests.sh."
}
},
"_legacy_toolboxes": {
"_comment": "Old key shape (pre-2026-05-15). Kept for one release cycle so any out-of-tree readers don't break. Will be removed after Phase 5 ships.",
"vulkan": {
"image": "ghcr.io/hal0ai/hal0-toolbox-vulkan:v1",
"digest": "placeholder"
},
"rocm": {
"image": "ghcr.io/hal0ai/hal0-toolbox-rocm:v1",
"digest": "placeholder"
},
"flm": {
"image": "ghcr.io/hal0ai/hal0-toolbox-flm:v1",
"digest": "placeholder"
},
"moonshine": {
"image": "ghcr.io/hal0ai/hal0-toolbox-moonshine:v1",
"digest": "placeholder"
},
"kokoro": {
"image": "ghcr.io/hal0ai/hal0-toolbox-kokoro:v1",
"digest": "placeholder",
"_upstream_reference": "ghcr.io/remsky/kokoro-fastapi-cpu:latest"
}
}
}