Download: Difference between revisions

From FreeCAD Documentation
(Added win portable version)
 
(262 intermediate revisions by 39 users not shown)
Line 1: Line 1:
<languages/>
There are several '''downloads''' for various operating systems available. Before downloading keep in mind:
{{TOCright}}
{{VeryImportantMessage|
<translate>
'''FreeCAD is still in ALPHA state and not ready for end user usage'''
}}
== official FreeCAD installers ==
These are ready-to-install packages for Windows (2000 & XP, and Vista), and for Debian-based Linux systems (32-bit only).
The installer may work on older Windows platforms, but has not been tested yet. You need ''Windows Installer V1'' on your system (msiexec.exe). See [[Install on Windows|Installing on Windows]] for details about different installation options. Download the latest .msi file for windows systems, or the appropriate .deb file for your version of Ubuntu or Debian.


== Current stable version == <!--T:2-->
*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=206659 official FreeCAD Download page]


<!--T:3-->
== unofficial FreeCAD builds ==
The 0.21.2 release of FreeCAD was published on 2023-11-14. To find out what's new, see the [[Release_notes_0.21|release notes]].
These are versions of FreeCAD built by other persons and not officially maintained by the FreeCAD team. They may include customized parts or be optimized for certain types of processors.


<!--T:53-->
*[http://yorik.orgfree.com/scripts/FreeCAD-repository.html Yorik's Debian/Ubuntu amd64 builds]
You can find SHA256 checksums to verify the integrity of your download on the [https://github.com/FreeCAD/FreeCAD/releases/tag/0.21.2 0.21.2 release page].
*[http://packman.links2linux.de/package/FreeCAD openSUSE RPM at PackMan]
*[http://files.me.com/l.hagan/d8dt27 lhagan's Mac OS X Leopard (Intel) build]


<!--T:57-->
== FreeCAD documentation ==
Previous versions can be downloaded from the [https://github.com/FreeCAD/FreeCAD/releases releases] page.
The user documentation of FreeCAD is being written on this wiki site. You can grab a copy of the documentation in its current state, compiled in a .chm (windows help) file from the official page. Be aware, though, that the documentation is constantly evolving, and that the chm version might be a bit out of date. The best way to get up-to-date documentation is to read it online on the [[Online Help Toc]] page.


</translate><!--Do not remove this tag. It would add even more places where version info has to be kept up to date-->
'''Note''': The documentation system of FreeCAD is currently being rewritten to take advantage of the Qt help system, and the chm format is being dropped, so the chm docs that you can download below is likely out-of-date. For who is interested in exploring the internals of OpenCasCADe, below is a link to a chm document of the 5.2 version, more convenient than the current version doxygen-generated documentation.
{| cellpadding="20" style="font-size:120%"


| align=center | [[Image:Windows.png]]
*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=206659 official FreeCAD Download page]
*[http://www.4shared.com/file/128871432/96b15e62/occ52.html OpenCasCADE 5.2 documentation]


[[Installing_on_Windows|Install instructions]]
== FreeCAD Source package ==
For all other platforms you need to compile FreeCAD on your own from the Source package. You might also want to compile FreeCAD yourself if you want to optimize certain things, or customize certain parts of FreeCAD. Instructions for compiling can be found on the [[CompileOnWindows]] and [[CompileOnUnix]] pages. You can grab a zip file containing the latest official version here:


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe 64-bit installer]
*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=206659 official FreeCAD Download page]


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Windows-x86_64.7z 64-bit portable version (.7z)]
Alternatively, you can also download latest source code from the SVN repository. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the SVN repository can be found here:

| align=center | [[Image:Mac.png]]

[[Installing_on_Mac|Install instructions]]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-arm64.dmg ARM (M1/M2) disk image]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-intel-x86_64.dmg Intel disk image]

| align=center | [[Image:Linux_with_text.png]]

[[Installing_on_Linux|Install instructions]]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-x86_64.AppImage x86_64 AppImage]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-aarch64.AppImage aarch64 AppImage]

|}
<translate>

=== Notes for Windows users === <!--T:58-->

<!--T:5-->
* The following Windows versions are supported: 64-bit 7/8/10/11. 32-bit Windows is not supported.
* The package can also be installed from the [https://chocolatey.org/packages/freecad Chocolatey] manager. The Chocolatey package is currently not up-to-date.

=== Notes for macOS users === <!--T:59-->

<!--T:9-->
* MacOS 10.12 Sierra is the minimum supported version.
* For macOS 12 and older the "Unsigned Intel disk image" should be used, the signed version does not work on those systems.

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

<!--T:51-->
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.

<!--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:

</translate>
{{Code|lang=text|code=
cd path/to/directory_containing_AppImage/
chmod +x ./name_of_AppImage_file.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage
}}
<translate>


<!--T:56-->
*[http://sourceforge.net/svn/?group_id=49159 FreeCAD SVN repository]
More information about FreeCAD's environment variables can be found on [[Start_up_and_Configuration#Environment_variables|the configuration page]].


== Development versions == <!--T:60-->
== FreeCAD LibPack ==
To collect all the needed libraries to compile FreeCAD can be a time consuming task. So we deliver a convenient package for development on Windows (VS8) with all needed libraries. You can download the latest version of the libpack from


<!--T:4-->
*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=157551 FreeCAD LibPack]
FreeCAD's development is active.
* For development builds and development source code, see the [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds weekly builds] page.
* To compile the latest source code, see [[Compiling|compiling]].


== Additional modules and macros == <!--T:44-->
For linux, you will normally find all necessary libraries in your software management system, so you should just read the [[CompileOnUnix]] page.


<!--T:52-->
== Additional modules ==
The FreeCAD community provides many additional modules and macros. Since 0.17 they can be easily installed from within FreeCAD using the [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr|Addon manager]].
There are additional modules, addons of plugins for FreeCAD developed outside of the main FreeCAD development team. They are listed here but are not officially supported by the FreeCAD team.


*[http://yorik.orgfree.com/scripts/FreeCAD-draft.html Draft module]: the Draft module is now included in the official FreeCAD package.
*[http://ja.orgfree.com/freecad.htm Fold module]: a module in development for working with metal sheets.


</translate>
[[Category:User Documentation]]
{{Userdocnavi{{#translation:}}}}

Latest revision as of 16:07, 13 January 2024

Current stable version

The 0.21.2 release of FreeCAD was published on 2023-11-14. To find out what's new, see the release notes.

You can find SHA256 checksums to verify the integrity of your download on the 0.21.2 release page.

Previous versions can be downloaded from the releases page.

Install instructions

64-bit installer

64-bit portable version (.7z)

Install instructions

ARM (M1/M2) disk image

Intel disk image

Install instructions

x86_64 AppImage

aarch64 AppImage

Notes for Windows users

  • The following Windows versions are supported: 64-bit 7/8/10/11. 32-bit Windows is not supported.
  • The package can also be installed from the Chocolatey manager. The Chocolatey package is currently not up-to-date.

Notes for macOS users

  • MacOS 10.12 Sierra is the minimum supported version.
  • For macOS 12 and older the "Unsigned Intel disk image" should be used, the signed version does not work on those systems.

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:

cd path/to/directory_containing_AppImage/
chmod +x ./name_of_AppImage_file.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage

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

Development versions

FreeCAD's development is active.

  • For 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.