app
Adom Desktop - Fusion 360 Bridge
Public Made by Adomby adom
Drive Autodesk Fusion 360 from the cloud via Adom Desktop: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
{
"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
}
]
}
}