Skip to content

FreeCAD 0.18.3

Compare
Choose a tag to compare
@sgrogan sgrogan released this 17 Jul 21:30
· 32 commits to releases/FreeCAD-0-18 since this release

This is the official 0.18.3 release of FreeCAD.

Known Issues

There are several known issues for different platforms. Please read the current up to date list in the FreeCAD forum.

Linux

AppImages (no compiling necessary) are available (a kind of binary that can run on many Linux distros). Download the highest revision of the .AppImage

AppImage (delta) updates

For more streamlined downloading of AppImages download AppImageUpdate (GUI or the command line version). To perform an update:

# Using GUI
chmod +x ./AppImageUpdate.AppImage
./AppImageUpdate.AppImage ./FreeCAD.AppImage
# Command line
chmod +x ./appimageupdatetool.AppImage
./appimageupdatetool.AppImage ./FreeCAD.AppImage

MacOSX

Binary builds (no compiling necessary) are available. Download the highest revision of the .dmg
NOTE: For OSX it is recommended to use the 0.19_dev builds. https://github.com/FreeCAD/FreeCAD/releases/tag/0.19_pre
FreeCAD 0.19.x has been ported to QT5.9 and QTWebEngine which solves some OSX specific issues.

Windows

Installers are available.
The Win x64 installer uses Conda as a package manager, The binaries use PY3.6, QT5, and VS2015+
The Win x32 installer uses Libpack 11.11. The binaries use PY2.7, QT4, and VS2013

The portable build does not require an installation. Extract the file using 7zip and start the application by double clicking on FreeCAD.exe in the bin sub-directory of the extracted package.