Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.
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
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.)
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.
@g0r3
The slowness for me ended switching Fusion 360 renderer from DirectX to OpenGL so that might be a place to start:
Here is a complete list of what I did to get it to work on Lutris:
Fusion 360 on Kubuntu 20.0.4 with AMD R9 M375 (Lenovo Lptop)
https://linuxconfig.org/install-and-test-vulkan-on-linux#h4-1-debian
from the site above for ubuntu & AMD
Check vulkan install
6 ) vulkaninfo | less
https://github.com/ValveSoftware/Proton/wiki/Requirements#enable-vulkan-on-radeon-r9-200300-series
From the site above
run Fusion 360 and switch graphics renderer to OpenGL
Remove DirectX libs from Wine
Install winetricks packages
corefonts
vcrun2017
msxml4
dxvk
https://www.youtube.com/watch?v=7-ckiKQotNw
$: DRI_PRIME=1 lutris %U
https://github.com/kpatel122/Fusion360-Kubuntu-Lutris