Clone the SPA, install deps, and serve it with the dev server. No backend required.
1git clone https://github.com/ieeta-pt/Biochef and npm install.
2(Optional) install Emscripten 3.1.65 and run npm run build-wasm to rebuild the SPA's bundled GTO modules from source. Hub CI uses Emscripten 4.0.18 for new recipes.
Tools live in the BioChef Registry as content-addressable OCI bundles. The web app fetches them by digest at runtime; you can pull and verify them locally with the Hub CLI or ORAS.
1Resolve a tool by digest in the signed index.json.
2Pull the OCI bundle (bundle.json + WASM/JS layers + SBOM) with the Hub CLI or ORAS.
3Verify the cosign signature before loading the tool.