Download/bg: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
<languages/>
<languages/>
{{TOCright}}


== Current stable version ==
<div id="itsfree" style="text-align:left;color:black;background:#f6f6f6;margin:1em 7em;padding:0.5em 2em;border:2px solid #a7d7f9;">
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].</div>
== Current Stable Version ==


The first 0.17 release of FreeCAD (0.17.13509) was published on 2018-04-06. Many bug fix releases have been published since then, the latest bug fix release '''0.17.13541''' was published on 2018-08-16. It might not be available to all operating systems at this time. To find out what's new, see the [[Release notes 0.17|release notes]].
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]].


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.17 0.17 Release page on GitHub]. (Older portable builds have been pruned. Availability will return in the future)
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].

Previous versions can be downloaded from the [https://github.com/FreeCAD/FreeCAD/releases releases] page.
<!--Do not remove this tag. It would add even more places where version info has to be kept up to date-->
{| cellpadding="20" style="font-size:120%"

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

[[Installing_on_Windows|Install instructions]]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe 64-bit installer]

[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Windows-x86_64.7z 64-bit portable version (.7z)]

| 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]


{| align="center" cellpadding="20" style="font-size:120%"
|[[Image:Windows.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13528.5c3f7bf-WIN-x86-installer.exe Windows] <small>32 bits</small><br/>[[Image:Windows.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13541.9948ee4-WIN-x64-installer.exe Windows] <small>64 bits</small> || || [[Image:Mac.png]] [https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD_0.17-13541.9948ee4-OSX-x86_64-Qt5.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>
|}
|}


==== Notes for Windows users ====
=== 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.


* The following Windows versions are supported: 64-bit 7/8/10/11. 32-bit Windows is not supported.
==== Notes for Mac OS X users ====
* The package can also be installed from the [https://chocolatey.org/packages/freecad Chocolatey] manager. The Chocolatey package is currently not up-to-date.
Mac OS X 10.11 ''El Capitan'' is the minimum supported version.


==== Notes for GNU/Linux users ====
=== Notes for macOS users ===


* MacOS 10.12 Sierra is the minimum supported version.
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.
* For macOS 12 and older the "Unsigned Intel disk image" should be used, the signed version does not work on those systems.


=== Development Versions ===
=== Notes for GNU/Linux users ===
FreeCAD's development is always active! Do you want to check out the 0.18 development release?
For Linux users, check out the 0.18 development [[AppImage]].
For MacOS, Windows and source code, see the [https://github.com/FreeCAD/FreeCAD/releases FreeCAD releases] page.


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.
=== Additional Modules and Macros ===

Please see the [[Installing_on_Linux|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:

{{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
}}

More information about FreeCAD's environment variables can be found on [[Start_up_and_Configuration#Environment_variables|the configuration page]].

== Development versions ==

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 ==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
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 a wealth of additional modules and macros. They can now easily be installed directly from within FreeCAD using the [[Std_AddonMgr|Addon manager]].
</div>
</div>



[[Category:User Documentation/bg]]
{{Userdocnavi{{#translation:}}}}

Latest revision as of 16:09, 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 a wealth of additional modules and macros. They can now easily be installed directly from within FreeCAD using the Addon manager.