jackailocal / manifest /backend-sources.example.json
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
Raw
History Blame Contribute Delete
610 Bytes
{
"product": "JackAILocal",
"note": "Pin exact versions and hashes before production. Do not ship unverified binaries.",
"assets": [
{"id":"ollama-windows", "path":"backends/ollama/windows/ollama.exe", "source":"private-cache-or-official-release", "version":"PIN", "sha256":"REPLACE"},
{"id":"llama-server-windows", "path":"backends/llama.cpp/windows/llama-server.exe", "source":"private-cache-or-official-release", "version":"PIN", "sha256":"REPLACE"},
{"id":"jackailocald-windows", "path":"bin/jackailocald.exe", "source":"cargo-build-release", "version":"0.3.0", "sha256":"REPLACE"}
]
}