Skip to content

cryinkfly/SOLIDWORKS-for-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner-solidworks

GitHub last commit GitHub issues GitHub Repo stars GitHub forks GitHub

SolidWorks is a CAD software that can be used to create parametric models, assemblies, and drawings. It's typical to work with relationships (the alignment of elements with one another) and dimensions (alignment through values).

You get this program for systems that have Windows or macOS installed.

But the problem is that there are also people like me who don't want to use either of these two operating systems on their systems. Then these users have installed a Linux distribution such as openSUSE Leap, Ubuntu or Fedora.

And so I got the idea to start this project here to find a way to solve this problem.

I started looking at different tools and my choice was Wine!

With this nice tool we don't need longer two operating systems for Solidworks, when you want to create simple FEM, fluid and motion simulations.

Is that a great idea for the future?

Personally, I think this idea is good and for this reason I will do my best to give you the opportunity to use it on Linux as well!


  • 📂 Downloads: Stable and development builds
  • 📔 Documentation: GitHub-Documentation
  • 💬 Would You like to get in touch with me? Or if You have any questions, suggestions or problems?
  • 📫 Then You can create an issue here on GitHub or You visit my website and get in touch with me!
  • 📜 Code of Conduct: Contributor Covenant (Still in Progress!)
  • 📖 Information for contributors: All contribution information, Compilation instructions, Roadmap (Still in Progress!)
  • ❤️ I'd like to thank everyone who has helped me to get SolidWorks up and running on Linux!
  • 🍷 Super Application Maintainer (WineHQ): https://appdb.winehq.org/objectManager.php?sClass=application&iId=318

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.


Hardware and Software Requirements

  • Internet connection (Cable/DSL speeds recommended)
  • Latest Ubuntu LTS, Fedora, Debian, Manjaro, openSUSE Leap, fully updated
  • Latest graphics driver
  • Some packages (p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine_gecko & winetricks)

Getting Started

Install Solidworks for Linux client:

1.) Check my GitHub-Documentation before you install Solidworks on your system!

2.) Open a terminal and run this command:

cd ~/Downloads && wget -N -O solidworks-install.sh https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/main/files/builds/stable-branch/bin/install.sh && mv install.sh solidworks-install.sh && chmod +x solidworks-install.sh && ./solidworks-install.sh

3.) Please check this issue if the installation hangs up by installing the language files!

*Notice: Script is still in progress!!!


Which work areas and functions have I tested:

Windows Linux
Installation worked! heavy_check_mark heavy_check_mark

Important Notice

With the help of my script, You get a way to install Solidworks 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 Solidworks!


License

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