Download: Difference between revisions

From FreeCAD Documentation
(Update links for 0.18.1 / AppImage not available yet)
(Marked this version for translation)
(45 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
<languages/>
<languages/>
{{TOCright}}

<div id="itsfree" style="text-align:left;color:black;background:#f6f6f6;margin:1em 7em;padding:0.5em 2em;border:2px solid #a7d7f9;">
<translate>
<translate>
<!--T:1-->
Please note that FreeCAD has still not reached a version 1.0 status in our view, and might not be ready for production use. Nevertheless multitudes of users use it. To find out if FreeCAD is appropriate for your project, please check out the [https://forum.freecadweb.org FreeCAD forum].
</translate></div><translate>


== Current Stable Version == <!--T:2-->
== Current stable version == <!--T:2-->


<!--T:3-->
<!--T:3-->
The first 0.18 release of FreeCAD (0.18.16093) was published on 2019-03-12. A bug fix release has been published since then, the latest bug fix release '''0.18.1 (0.18.16110)''' was published on 2019-04-4. To find out what's new, see the [[Release notes 0.18|release notes]].
The first 0.19.1 release of FreeCAD (24276) was published on 2021-03-20. To find out what's new, see the [[Release notes 0.19|release notes]].


<!--T:53-->
<!--T:53-->
You will find SHA256 checksums (to verify integrity of your download) and Windows portable versions on the [https://github.com/FreeCAD/FreeCAD/releases/tag/0.18.1 0.18.1 Release page on GitHub].
You will find SHA256 checksums to verify the integrity of your download on the [https://github.com/FreeCAD/FreeCAD/releases/tag/0.19.1 0.19.1 release page].

<!--T:57-->
Previous versions can be downloaded from the [https://github.com/FreeCAD/FreeCAD/releases releases] page


</translate>
</translate>
{| align="center" cellpadding="20" style="font-size:120%"
{| align="center" cellpadding="20" style="font-size:120%"
| align=center | [[Image:Windows.png]]
|[[Image:Windows.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.18.1/FreeCAD-0.18.16110.f7dccfa-WIN-x32-installer.exe Windows] <small>32 bits</small><br/>[[Image:Windows.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.18.1/FreeCAD-0.18.16110.f7dccfa-WIN-x64-installer.exe Windows] <small>64 bits</small> || || [[Image:Mac.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.18.1/FreeCAD_0.18-16110-OSX-x86_64-conda-Qt5-Py3.dmg Mac] <small>64-bit</small> || || [[Image:AppImage-logo.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13541.9948ee4.glibc2.17-x86_64.AppImage AppImage (Linux)] <small>64bit</small>

Install on Windows

[https://github.com/FreeCAD/FreeCAD/releases/download/0.19.1/FreeCAD-0.19.1.a88db11-WIN-x64-installer-1.exe 64-bit] (includes installer)
|
| align=center | [[Image:Mac.png]]

Install on Mac

[https://github.com/FreeCAD/FreeCAD/releases/download/0.19.1/FreeCAD_0.19-24276-macOS-x86_64-conda.dmg macOS] <small>64-bit</small>
|
| align=center | [[Image:AppImage-logo.png]]

Install on Linux

[[AppImage]] <small>64-bit</small>
|}
|}
<translate>
<translate>


==== Notes for Windows users ==== <!--T:5-->
=== Notes for Windows users === <!--T:5-->
* The 32-Bit installer (x86) supports the following versions of Windows: 7/8/10.
* The 32-bit installer (x86) supports the following versions of Windows: 7/8/10.
* The 64-Bit installer (x64) supports the following versions of Windows: 7/8/10.
* The 64-bit installer (x64) supports the following versions of Windows: 7/8/10.
* A portable version ([https://github.com/FreeCAD/FreeCAD/releases/download/0.19.1/FreeCAD-0.19.1.a88db11-WIN-x64-portable-1.7z 64-bit]) that doesn't need installation is on the release page.
* The package may also be installed from the [https://chocolatey.org/packages/freecad Chocolatey] manager.


==== Notes for Mac OS X users ==== <!--T:9-->
=== Notes for Mac OS X users === <!--T:9-->
Mac OS X 10.11 ''El Capitan'' is the minimum supported version.
Mac OS X 10.12 ''Sierra'' is the minimum supported version.


==== Notes for GNU/Linux users ==== <!--T:6-->
=== Notes for GNU/Linux users === <!--T:6-->


<!--T:51-->
<!--T:51-->
FreeCAD can be installed from most Linux distributions official repositories, but the version they provide might be quite dated and be missing many features. Instead you can download the linked AppImage above, mark it as executable and launch it without installation. Please see the [[Install on Unix]] page for more installation options, including how to get up-to-date packages for Ubuntu and derivatives.
Most distributions carry FreeCAD in their official repositories, however, if the distribution doesn't follow a rolling release model the version they provide might be outdated. Instead you can download the AppImage above, mark it as executable and launch it without installation.


=== Development Versions === <!--T:4-->
<!--T:54-->
Please see the [[Installing_on_Linux|Installing on Linux]] page for more installation options, including daily packages for Ubuntu and derivatives.

<!--T:55-->
A portable version that doesn't need installation can be achieved by starting FreeCAD with these commands: {{Version|0.19}}
{{Code|code=
cd path/to/directory_containing_AppImage/
chmod +x ./FreeCAD_0.19-23756-Linux-Conda_glibc2.12-x86_64.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./FreeCAD_0.19-23756-Linux-Conda_glibc2.12-x86_64.AppImage
}}

<!--T:56-->
More information about FreeCAD's environment variables can be found on [[Start_up_and_Configuration#Environment_variables|the configuration page]].

== Development versions == <!--T:4-->
FreeCAD's development is always active! Do you want to check out the 0.19 development release?
FreeCAD's development is active.
For Linux users, check out the 0.19 development [[AppImage]].
* For Linux users, check out the development [[AppImage|AppImage]].
For MacOS, Windows and source code, see the [https://github.com/FreeCAD/FreeCAD/releases FreeCAD releases] page.
* For MacOS and Windows development builds and development source code, see the [https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds weekly builds] page.
* To compile the latest source code, see [[Compiling|compiling]].


=== Additional Modules and Macros === <!--T:44-->
== Additional modules and macros == <!--T:44-->


<!--T:52-->
<!--T:52-->
The FreeCAD community provides a wealth of additional modules and macros. They can now easily be installed directly from within FreeCAD using the [[Addon Manager|Addon manager]].
The FreeCAD community provides many additional modules and macros. Since 0.17 they can be easily installed from within FreeCAD using the [[Addon Manager|Addon manager]] [[Image:AddonManager.svg|22px]].



<!--T:40-->
[[Category:User Documentation]]
</translate>
</translate>
{{Userdocnavi{{#translation:}}}}

Revision as of 08:05, 17 April 2021

Current stable version

The first 0.19.1 release of FreeCAD (24276) was published on 2021-03-20. To find out what's new, see the release notes.

You will find SHA256 checksums to verify the integrity of your download on the 0.19.1 release page.

Previous versions can be downloaded from the releases page

Install on Windows

64-bit (includes installer)

Install on Mac

macOS 64-bit

Install on Linux

AppImage 64-bit

Notes for Windows users

  • The 32-bit installer (x86) supports the following versions of Windows: 7/8/10.
  • The 64-bit installer (x64) supports the following versions of Windows: 7/8/10.
  • A portable version (64-bit) that doesn't need installation is on the release page.
  • The package may also be installed from the Chocolatey manager.

Notes for Mac OS X users

Mac OS X 10.12 Sierra is the minimum supported version.

Notes for GNU/Linux users

Most distributions carry FreeCAD in their official repositories, however, if the distribution doesn't follow a rolling release model the version they provide might be outdated. Instead you can download the AppImage above, mark it as executable and launch it without installation.

Please see the Installing on Linux page for more installation options, including daily packages for Ubuntu and derivatives.

A portable version that doesn't need installation can be achieved by starting FreeCAD with these commands: introduced in version 0.19

cd path/to/directory_containing_AppImage/
chmod +x ./FreeCAD_0.19-23756-Linux-Conda_glibc2.12-x86_64.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./FreeCAD_0.19-23756-Linux-Conda_glibc2.12-x86_64.AppImage

More information about FreeCAD's environment variables can be found on the configuration page.

Development versions

FreeCAD's development is active.

  • For Linux users, check out the development AppImage.
  • For MacOS and Windows development builds and development source code, see the weekly builds page.
  • To compile the latest source code, see compiling.

Additional modules and macros

The FreeCAD community provides many additional modules and macros. Since 0.17 they can be easily installed from within FreeCAD using the Addon manager .