app
fusion - the Fusion 360 bridge (macOS)
Public Made by Adomby adom
This package installs the bridge's SKILLS into your container so your AI knows how to drive it; Adom Desktop loads the bridge runtime itself from the release zip.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
{
"slug": "fusion-bridge-macos",
"version": "1.8.5",
"type": "app",
"description": "This package installs the bridge's SKILLS into your container so your AI knows how to drive it; Adom Desktop loads the bridge runtime itself from the release zip.",
"dependencies": {
"adom/adom-desktop": "*"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"fusion360",
"autodesk",
"cad",
"pcb",
"exports",
"aps",
"modeling"
],
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"discovery_triggers": [
"drive fusion 360",
"open a fusion design",
"open my pcb in fusion",
"launch fusion 360",
"search our fusion cloud files",
"find a fusion design in our cloud",
"export a step file from fusion",
"export gerbers from fusion",
"get a bom from fusion",
"lay out a pcb in fusion",
"design electronics in fusion",
"build a component library in fusion",
"build a basic parts library",
"add a 3d model to a component",
"make a fusion 360 library with 3d",
"set up the fusion bridge"
],
"discovery_pitch": "Use the Adom Desktop Fusion 360 bridge when the user wants to DRIVE Autodesk Fusion 360 from the cloud: open/search their team's Fusion cloud designs, lay out a PCB or do electronics, export STEP/IGES/STL/Gerbers/BOM, or build a component library with real rendering 3D. It runs Fusion on the user's own machine via Adom Desktop. NOT for web/browser/login/form-filling (that's the native-browser extension) and NOT for KiCad (that's the kicad bridge).",
"sample_prompts": [
{
"label": "Find a design",
"prompt": "Search our Fusion cloud files for the wire bender and open it"
},
{
"label": "Costed BOM",
"prompt": "Give me a parts list for this assembly with quantities, and don't double-count the hardware inside the bracket kits"
},
{
"label": "Open a board",
"prompt": "Open my BQ25792 charger board in Fusion and show me the 3D PCB"
},
{
"label": "Export for manufacturing",
"prompt": "Export gerbers, the BOM and the CPL for this board so I can send it to JLCPCB"
},
{
"label": "Sign Fusion in",
"prompt": "Fusion is signed into the wrong Autodesk account, put it on my work profile"
},
{
"label": "Part volume",
"prompt": "How much material does each printed part in this assembly use?"
}
],
"visibility": "public",
"org": "adom",
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
},
"title": "fusion - the Fusion 360 bridge (macOS)",
"updated_at": "2026-08-08T18:05:41.805Z"
}