Download: Difference between revisions

From FreeCAD Documentation
(FreeCAD made it out of the Fedora testing repositories.)
Line 113: Line 113:
*[http://sourceforge.net/projects/free-cad/files/ official FreeCAD Files repository]
*[http://sourceforge.net/projects/free-cad/files/ official FreeCAD Files repository]


Alternatively, you can also download latest source code from the Git or the SVN repositories. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the Git & SVN repositories can be found here:
Alternatively, you can also download latest source code from the Git repositories. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the Git repositories can be found here:


*[https://sourceforge.net/scm/?type=git&group_id=49159 FreeCAD Git repository] (most active)
*[https://sourceforge.net/scm/?type=git&group_id=49159 FreeCAD Git repository] (most active)
*[http://sourceforge.net/svn/?group_id=49159 FreeCAD SVN repository] (only updated occasionally)
*[https://github.com/FreeCAD/FreeCAD_sf_master FreeCAD repository on github.com]


You can also download automatically a GNU tarball from the latest source code tree or any part of it by using the code browser and clicking the "Download GNU tarball" at any time. The trunk folder contains the current development version, while the branches folder contains a snapshot of all stable releases to date.


You can also download automatically a GNU tarball from the latest source code tree or any part of it by using the code browser and clicking the "Download GNU tarball" at any time. The trunk folder contains the current development version, while the branches folder contains a snapshot of all stable releases to date.
*[http://free-cad.svn.sourceforge.net/viewvc/free-cad/ FreeCAD SVN browser]


== FreeCAD LibPack ==
== FreeCAD LibPack ==

Revision as of 15:04, 9 September 2012

There are several downloads for various operating systems available. Before downloading keep in mind:

FreeCAD is under heavy development and might not be ready for production use

Official Installers

Stable FreeCAD installers

The FreeCAD team provides ready-to-install packages for Windows (XP, Vista and 7, 32 and 64bits), Mac OS X (Lion 10.7), and Debian-based Linux systems (Debian, Ubuntu, 32 and 64bits). Below are links to the Stable installation files for the various systems. Also available on the FreeCAD Files page are unstable packages, that provide the bleeding-edge new features being worked on, but might crash more often or contain features that are incompatible with earlier versions.

Template:DownloadWindowsStable Template:DownloadUnixStable Template:DownloadMacStable

Development Versions

If you want to install FreeCAD with more in-development features, and are willing to accept that these versions have a higher chance of bugs and crashes, then you can check the official FreeCAD Files page to download 64 bit, older, or unstable releases. Of course, if you want to stay even more on the bleeding edge of development, you can compile FreeCAD, or use the Ubuntu daily build updates.

Notes for Windows users

The windows installer should also work on older Windows platforms, but has not always been tested. You need Windows Installer V1 on your system (msiexec.exe). See 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.

Notes for Linux users

On most recent distributions such as Debian, Ubuntu, Fedora or Arch, FreeCAD is included in the official distribution's packages repository, and you are advised to preferably get FreeCAD from there, to make sure you have a version that is 100% compatible with your system. The pivy python module (usually named python-pivy) is needed by FreeCAD from version 0.9 or above. If it is not available on your system, you must download it from here too.

Notes for Mac users

We rely on very few people to help building Mac OSX packages, so it doesn't get updated as often as the other platforms. The version available on this site might be slightly outdated. (To compile the most up-to-date version from source see CompileOnMac)

Ubuntu PPA packages

The FreeCAD Launchpad team has set up a PPA (Personal Package Archive) repository that allows easy install of Ubuntu packages based on the development branch. Updates to the software are pushed to the Ubuntu Update Manager, which makes it the easiest way to get the latest FreeCAD build.

The FreeCAD Daily Builds PPA is an automatic daily build system, which can provide you with a fresh, daily-up-to-date version of FreeCAD. Please be advised that the packages from this bleeding edge PPA may be broken from time to time.

Current supported architectures and versions are:

  • Ubuntu 10.04 LTS (Lucid Lynx) 32 & 64-Bit
  • Ubuntu 11.04 (Natty Narwhal) 32 & 64-Bit
  • Ubuntu 11.10 (Oneiric Ocelot) 32 & 64-Bit
  • Ubuntu 12.04 LTS (Precise Pangolin) 32 & 64-Bit

Adding the PPA and installing FreeCAD from the console

Type (or copy-paste) these commands in a console to add the PPA and install FreeCAD along with the documentation:

sudo add-apt-repository ppa:freecad-maintainers/freecad-daily

Then:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad freecad-doc

Adding the PPA and installing FreeCAD from the GUI

Add to your system's Software Sources the following PPA (read What are PPAs and how do I use them? if you don't know how):

ppa:freecad-maintainers/freecad-daily

When a dialog window asks you to refresh your software sources, click OK.

Now you can install FreeCAD and FreeCAD documentation through the Ubuntu Software Center, or your package manager of choice.

Fedora package

To install FreeCAD on Fedora, make sure you have the *NONFREE* repositories installed (necessary because of OCC/OCE license)

yum install freecad

Or use the GUI installer.

Alternative FreeCAD builds

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, or other modifications that the package maintainers judged necessary. They might also be out-of-date, since the people who make those package may take time to grab the newer versions of FreeCAD. But they are also sometimes better suited for certain operating systems. Note that on most common linux distributions, official packages are typically installed by the system's package management tool, so you don't need to download and install FreeCAD manually.

FreeCAD documentation

The user documentation of FreeCAD is being written together by the developers and the users community, on this wiki site. The best way is to read it online, so you are sure to get the latest version:

The manual can also be displayed as one big text, so you can print it or save it as a pdf file:

The manual is also be compiled as a qt help file, so it can be browsed offline with the Qt help viewer. This is usually made at each release and is available together with FreeCAD package on most linux software repositories (on debian/ubuntu-based systems, look for freecad-doc package) and is also bundled in the windows installer. To access it, simply open the "help" menu inside FreeCAD, or use the "What's this?" button.

For convenience, we also provide a pdf version of this manual:

Here you can also find a copy of the OpenCasCade 5.2 docs, in a .chm file. After 5.2, the openCasCade documentation is not available as a single file anymore, but as a heavy 180Mb package. So, since there is little change, we keep this one around for convenience:

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, CompileOnMac and CompileOnUnix pages. You can grab a zip or tar.gz file containing the latest official version here (look for the latest version for your system):

Alternatively, you can also download latest source code from the Git repositories. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the Git repositories can be found here:


You can also download automatically a GNU tarball from the latest source code tree or any part of it by using the code browser and clicking the "Download GNU tarball" at any time. The trunk folder contains the current development version, while the branches folder contains a snapshot of all stable releases to date.

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

For linux, you will normally find all necessary libraries in your software management system, so you should just read the CompileOnUnix page.

Additional modules and related projects

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.

  • Fold module: a module in development for working with metal sheets.
  • Ship module: a module in development for ship design (since 0.13, it included in official FreeCAD sources).
  • MendelMax: a macro suite for FreeCAD to generate a MendelMax machine
  • OpenPLM: an online PLM platform with FreeCAD support
  • Macros recipes: additional tools for your FreeCAD installation
  • Drawing templates: additional SVG templates for the Drawing module
  • Tumbler thumbnailer: show .FcStd files as thumbnails in Thunar and Marlin file managers
  • KDE thumbnailer: show .FcStd files as thumbnails in KDE Dolphin file manager
Available translations of this page: Template:Se