{
  "type": "app",
  "slug": "adom-step2glb",
  "title": "adom-step2glb \u2014 STEP \u2192 GLB converter (color-preserving)",
  "brief": "Thin Rust CLI that converts STEP (.step/.stp) CAD files to GLB with per-face colors preserved, via the shared service-step2glb container (OCCT XCAF). Includes a Hydrogen webview preview so humans can verify conversions visually.",
  "metadata": {
    "version": "1.0.0",
    "releases": {
      "adom_docker": {
        "asset_name": "adom-step2glb",
        "binary_url": "https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-step2glb/adom-step2glb",
        "install_hint": "curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-step2glb/adom-step2glb -o /tmp/adom-step2glb && chmod +x /tmp/adom-step2glb && sudo install -m 0755 /tmp/adom-step2glb /usr/local/bin/adom-step2glb && adom-step2glb install && adom-step2glb health"
      }
    },
    "discovery_triggers": [
      "adom-step2glb",
      "step to glb",
      "step2glb",
      "convert step",
      "convert .step",
      "cad to glb",
      "kicad step to glb",
      "step file to glb",
      "occt gltf",
      "step preview",
      "chip 3d preview",
      "component 3d viewer",
      "regenerate chip glb",
      "white glb",
      "all-white glb",
      "missing materials glb",
      "3d model color not working",
      "step file no colors",
      "fix 3d component colors"
    ],
    "discovery_pitch": "Convert a STEP (.step/.stp) file to a GLB with colors + materials preserved, via the shared service-step2glb container (OCCT XCAF pipeline). Local install is ~3 MB, no Python, no CAD runtime needed."
  }
}