{
  "schema_version": 1,
  "type": "app",
  "slug": "step2glb",
  "title": "step2glb",
  "brief": "Convert STEP CAD files to color-preserving GLB models from the command line.",
  "version": "2.0.1",
  "description": "Convert STEP (.step / .stp) CAD files to color-preserving GLBs. Thin Rust CLI shelling to a shared OCCT XCAF service container for the heavy lifting.",
  "dependencies": {},
  "tags": [
    "cad",
    "step",
    "glb",
    "3d",
    "conversion"
  ],
  "hero": {
    "type": "billboard",
    "headline": "STEP to GLB, color intact",
    "subhead": "A fast Rust CLI that converts CAD assemblies to web-ready GLB with materials preserved.",
    "screenshot": "docs/shot.png"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "install": {
    "binary_name": "step2glb",
    "binary_path": "bin/step2glb"
  },
  "bundled": true,
  "org": "adom",
  "author": {
    "name": "Kyle Bergstedt",
    "email": "[email protected]"
  }
}