{
  "manifest_version": 1,
  "name": "fusion360",
  "displayName": "Autodesk Fusion 360",
  "version": "1.6.98",
  "description": "Drive Autodesk Fusion 360 from the cloud: launch Fusion, electronics board layout, design rules, exports (STEP/IGES/STL/3MF/USDZ/OBJ/DXF/DWG/Gerbers/BOM/CPL), fast APS server-indexed cloud search plus browse/recent/file-info/versions, cloud file download/upload and folder creation, and in-app parametric modeling (fusion_run_modeling_script). Never-charge: APS calls are capped to the free tier.",
  "homepage": "https://wiki.adom.inc/adom/adom-desktop-fusion-bridge",
  "author": "Adom Inc.",
  "license": "MIT",
  "spawn": {
    "kind": "python",
    "entrypoint": "server.py",
    "port": 0,
    "healthEndpoint": "/status",
    "stopMethod": "kill",
    "killImageName": "python.exe",
    "persistent": true
  },
  "verbPrefixes": [
    "fusion_"
  ],
  "verbs": [
    "fusion_aps_browse",
    "fusion_aps_create_folder",
    "fusion_aps_download",
    "fusion_aps_file_info",
    "fusion_aps_get",
    "fusion_aps_open",
    "fusion_aps_recent",
    "fusion_aps_search",
    "fusion_aps_set_client_id",
    "fusion_aps_signin",
    "fusion_aps_status",
    "fusion_aps_upload",
    "fusion_aps_versions",
    "fusion_attach_3d_package",
    "fusion_board_info",
    "fusion_build_library_3d",
    "fusion_capture_library_views",
    "fusion_cleanup_cloud_files",
    "fusion_close_window",
    "fusion_describe",
    "fusion_detect_layers",
    "fusion_dismiss_blocking_dialogs",
    "fusion_electron_pan",
    "fusion_electron_run",
    "fusion_electron_select",
    "fusion_electron_zoom",
    "fusion_export_3mf",
    "fusion_export_bom",
    "fusion_export_cpl",
    "fusion_export_dwg",
    "fusion_export_dxf",
    "fusion_export_gerbers",
    "fusion_export_iges",
    "fusion_export_obj",
    "fusion_export_step",
    "fusion_export_stl",
    "fusion_export_usdz",
    "fusion_generate_package",
    "fusion_get_app_state",
    "fusion_get_preferences",
    "fusion_install_fusion",
    "fusion_kill",
    "fusion_load_design_rules",
    "fusion_make_3d_package",
    "fusion_open_by_urn",
    "fusion_open_lbr",
    "fusion_readiness",
    "fusion_run_modeling_script",
    "fusion_search_cloud_files",
    "fusion_set_design_rules",
    "fusion_set_preference",
    "fusion_show_2d_board",
    "fusion_show_3d_board",
    "fusion_show_schematic",
    "fusion_start",
    "fusion_stop",
    "fusion_walk_cloud_tree"
  ],
  "dependencies": {
    "python": ">=3.10"
  },
  "category": "CAD",
  "tags": [
    "fusion360",
    "autodesk",
    "cad",
    "exports",
    "aps",
    "modeling"
  ],
  "docs": "https://wiki.adom.inc/adom/adom-desktop-fusion-bridge",
  "platforms": {
    "windows": {
      "supported": true
    },
    "macos": {
      "supported": true,
      "reason": "Fusion 360 runs on macOS; bridge + add-in install paths handled by fusion_detect.py."
    },
    "linux": {
      "supported": false,
      "reason": "Autodesk doesn't ship Fusion 360 for Linux \u2014 there's no host app for the add-in to attach to."
    }
  },
  "languages": [
    "Python"
  ],
  "hero": "https://wiki.adom.inc/api/v1/pages/adom-desktop-fusion-bridge/files/screenshots/hero.png",
  "releasedAt": "2026-06-26T06:00:00Z",
  "statusVerb": "fusion_get_app_state",
  "updateManifestUrl": "https://wiki.adom.inc/api/v1/pages/adom-desktop-fusion-bridge/files/adom-bridge-fusion-manifest.json",
  "detect": {
    "hostApp": "Fusion 360",
    "paths": {
      "windows": [
        "%LOCALAPPDATA%\\Autodesk\\webdeploy\\production\\*\\FusionLauncher.exe",
        "%ProgramFiles%\\Autodesk\\webdeploy\\production\\*\\FusionLauncher.exe",
        "%ProgramFiles(x86)%\\Autodesk\\webdeploy\\production\\*\\FusionLauncher.exe"
      ],
      "macos": [
        "/Applications/Autodesk Fusion.app",
        "/Applications/Autodesk Fusion 360.app"
      ]
    },
    "hostAppOptionalVerbs": [
      "readiness",
      "describe",
      "get_app_state",
      "status",
      "addin_status",
      "aps_status",
      "aps_search",
      "aps_browse",
      "aps_recent",
      "install_fusion"
    ],
    "installVerb": "fusion_install_fusion"
  },
  "prewarm": {
    "assets": []
  },
  "timeouts": {
    "default": 60,
    "verbs": {
      "export_step": 360,
      "export_iges": 360,
      "export_sat": 360,
      "export_stl": 360,
      "export_3mf": 360,
      "export_usdz": 360,
      "export_obj": 360,
      "export_f3d": 360,
      "export_fbx": 360,
      "export_skp": 360,
      "export_dxf": 150,
      "export_dwg": 150,
      "export_gerbers": 210,
      "export_bom": 90,
      "export_cpl": 90,
      "export_board_image": 90,
      "close_all_documents": 90,
      "walk_cloud_tree": 620,
      "search_cloud_files": 200,
      "aps_open": 150,
      "run_modeling_script": 180,
      "generate_package": 120,
      "make_3d_package": 200,
      "build_library_3d": 1800,
      "capture_library_views": 600,
      "start": 90,
      "install_fusion": 90,
      "set_preference": 40,
      "get_preferences": 25,
      "demo": 300,
      "signin": 150
    },
    "prefixes": [
      {
        "prefix": "open",
        "seconds": 150
      }
    ]
  }
}