Skip to content

IsaacDias2020/Autodesk-Fusion-360-for-Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DE | EN | IT | RU

banner-fusion360

GitHub last commit GitHub issues GitHub Repo stars GitHub forks GitHub

Autodesk Fusion 360 é uma plataforma de software de modelagem 3D, CAD, CAM e PCB baseada em nuvem para design e fabricação de produtos, que você pode usar no Windows e no macOS.

Mas o problema é que também existem pessoas como eu que não querem usar nenhum desses dois sistemas operacionais em seus sistemas. Então, esses usuários instalam uma distribuição Linux, como openSUSE Leap, Ubuntu ou Fedora.

E então tive a ideia de começar este projeto aqui para encontrar uma maneira de resolver este problema.

Comecei a procurar diferentes ferramentas e minha escolha foi o Wine!

Com esta ótima ferramenta não precisamos de mais dois sistemas operacionais para o Fusion 360, quando vamos criar um projeto fantástico no futuro ou se você quiser trabalhar em um projeto com outras pessoas.

É uma ótima ideia para o futuro?

Pessoalmente, acho essa ideia boa e por isso farei o possível para dar a você a oportunidade de usá-la também no Linux!


Você obterá mais informações sobre este programa e poderá visitar o site original do Autodesk Fusion 360 com este link k: https://www.autodesk.com/products/fusion-360/features


Current Version of Autodesk Fusion 360

Version number: 2.0.12157*

*Notice: How to check which version of Fusion 360 is being used?



Screenshots


Downloads

There are some script releases available, built from the release targets.

It's recommended that if you're new you start with the stable builds. Development builds are available here if you need it, but correspondingly may be less stable.

In the development branch you will find, for example, the upcoming versions of my setup wizard, as well as builds that run with the help of Flatpak or Docker/Podman.


Hardware and Software Requirements

  • Internet connection (Cable/DSL speeds recommended)!

  • Check the Health Dashboard of Autodesk Fusion 360!

  • Latest graphics driver, see here!

  • Latest wine version (6.23 and newer), because with some versions of wine where no internet connection works!

  • Would you like to use the Czech language later in Autodesk Fusion 360, then you need a special extension what you must have bought and downloaded before you can install this with my Setup Wizard!

  • My script install some packages (dialog, p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine_gecko, winetricks, ...)!

  • Supported Linux distributions:

    • Arch Linux, Manjaro Linux, EndeavourOS, ...
    • Debian 10, MX Linux 19.4, Raspberry Pi Desktop, ...
    • Debian 11
    • Fedora 33
    • Fedora 34
    • Fedora 35
    • openSUSE Leap 15.2
    • openSUSE Leap 15.3
    • openSUSE Tumbleweed
    • Red Hat Enterprise Linux 8.x
    • Solus
    • Ubuntu 18.04, Linux Mint 19.x, ...
    • Ubuntu 20.04, Linux Mint 20.x, Pop!_OS 20.04, ...
    • Ubuntu 21.04, Pop!_OS 21.04, ...
    • Ubuntu 21.10
    • Void Linux
    • Gentoo Linux
  • Check if you have installed zenity and xterm on your Linux distribution:

Debian based systems:

sudo apt-get update && sudo apt-get install software-properties-common zenity xterm

Red Hat based systems:

sudo dnf update && sudo dnf install zenity xterm

Arch based systems:

sudo pacman -Sy --needed zenity xterm

openSUSE based systems:

su -c 'zypper up && zypper install zenity xterm'

Void based systems:

sudo xbps-install -Sy zenity xterm

Solus based systems:

sudo eopkg install zenity xterm

Gentoo based systems:

sudo emerge -av gnome-extra/zenity x11-terms/xterm

Getting Started

Install Fusion 360 for Linux client:

1.) Check my GitHub-Documentation & Videos before you install Autodesk Fusion 360 on your system!

2.) Check, if your network settings are correctly configured!

3.) Open a terminal and run this command:

mkdir -p "$HOME/.wineprefixes/fusion360/INSTALLDIR" && cd "$HOME/.wineprefixes/fusion360/INSTALLDIR" && wget -N https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/fusion360-setup-wizard.sh && chmod +x fusion360-setup-wizard.sh && bash fusion360-setup-wizard.sh && exit

4.) Now, You can use Autodesk Fusion 360 on your Linux system!

For example (Default)*:

xterm -hold -e "$HOME/.local/share/applications/wine/Programs/Autodesk/fusion360-launcher.sh"

OR:

launcher="$(find $HOME/.wineprefixes/fusion360 -name Fusion360.exe -printf "%T+ %p\n" | sort -r 2>&1 | head -n 1 | sed -r 's/.+0000000000 (.+)/\1/')" && WINEPREFIX="$HOME/.wineprefixes/fusion360" wine "$launcher"

*Notice: Here can you find all files what you need for a .desktop file!


Which work areas and functions have I tested:

Windows macOS Linux
Construction heavy_check_mark heavy_check_mark heavy_check_mark
Animation heavy_check_mark heavy_check_mark heavy_check_mark
Rendering heavy_check_mark heavy_check_mark heavy_check_mark
Production heavy_check_mark heavy_check_mark heavy_check_mark
Simulation heavy_check_mark heavy_check_mark heavy_check_mark
Generative Design heavy_check_mark heavy_check_mark heavy_check_mark
Drawing heavy_check_mark heavy_check_mark heavy_check_mark
Electronics heavy_check_mark heavy_check_mark heavy_check_mark
Online- & Offline-Mode heavy_check_mark heavy_check_mark heavy_check_mark
Support all languages heavy_check_mark heavy_check_mark heavy_check_mark
Scripts and additional modules heavy_check_mark heavy_check_mark heavy_check_mark

Important Notice

With the help of my script, You get a way to install Autodesk Fusion 360 on your Linux system.

Certain packages and programs that are required will be set up for You, but it's important to know, that my script only helps You to get the program to run and nothing more!

And so, You must to purchase the licenses directly from the manufacturer of the program Autodesk Fusion 360!


License

All my scripts are released under the MIT license, see LICENSE.md for full text.

About

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 98.5%
  • Dockerfile 1.5%