Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active November 9, 2023 15:22
Show Gist options
  • Save probonopd/0fab254aa0b6fc371d8db641822bd530 to your computer and use it in GitHub Desktop.
Save probonopd/0fab254aa0b6fc371d8db641822bd530 to your computer and use it in GitHub Desktop.
Autodesk Fusion 360 on Linux

Autodesk Fusion 360 on Linux

In the Web Browser

Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.

https://myhub.autodesk360.com

On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED.

Windows version

Crashes before it even launches with https://knowledge.autodesk.com/support/fusion-360/troubleshooting/caas/sfdcarticles/sfdcarticles/Fusion-360-sign-in-failure-due-to-service-outage-unexpected-authentication.html

WINE on Linux

It seems like it is now possible to get it running in WINE, see https://appdb.winehq.org/objectManager.php?sClass=version&iId=36468 (not tested yet) - also see the comments below and freel free to add your hints

What is missing is to make a Fusion 360 installation immutable (so that it gets frozen and locked in time) and able to be used without an Internet connection. I would like to burn it to CD-ROM and be able to always have the same version without any changes and without having to go online. Unless Autodesk gives me that ability, I won't be using their software. (Autodesk could introduce an update with features that I don't like any time, or shut down their server stuff.) I need to be able to archive my work and the software that goes along with it, and be able to use it 30 years from now. Everything else is not long-term reliable for me. Who knows whether Autodesk is still around 30 years from now. Or say 300 years. (We can still read paper drawings from 300 years ago no problem.)

Alternatives

Since Autodesk is known for removing Linux support, forcing users to activate software online, renting rather than selling software, and for reducing capabilities in free plans, you may want to consider alternatives to Autodesk software.

  • Open Source: FreeCAD
  • Browser based and free for personal use: Onshape
@alextrical
Copy link

alextrical commented Apr 18, 2023

From the investigation into this over the last few weeks, the issue looks to be the SSO component that they added to Fusion 360. Unfortunately this looks to be using an encryption that isn't ported to wine.

bcrypt:key_import_pair unsupported key type L"CAPIPRIVATEBLOB"
bcrypt:get_key_property unsupported algorithm 9

Ive yet to find a way to get past that error.
For a short term fix, you can download the last update (17/03/2023) prior to the SSO release on the 4th April from here

@mrnerdhair
Copy link

mrnerdhair commented Jun 12, 2023

Setting the environment variable FUSION_IDSDK to false lets you bypass the new SSO flow.

@mrmowgli
Copy link

At this point, I've been digging into FreeCad, and I have to say it's much deeper than I expected. It's fairly comprehensive and I most likely won't spend any more time on Fusion360. I think I was most miffed by their promise of a browser based version that was platform agnostic, only to see that scrapped. I'm using DeskProto for milling / machining and Freecad for everything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment