Загрузка

From FreeCAD Documentation
Revision as of 19:21, 8 January 2017 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Доступна загрузка FreeCAD для установки под разные операционные системы. Перед загрузкой учтите, что:

FreeCAD находится на стадии ALPHA тестирования и не предназначен для промышленного использования

Официальные дистрибутивы FreeCAD

Стабильные дистрибутивы FreeCAD

Команда FreeCAD предлагает готовые для установки пакеты для Windows (32 и 64 битные), Mac OS X (Lion 10.7 32 и 64 битная), и Ubuntu (LTS и текущей версии, 32 и 64 битные). Ниже приведены ссылки на стабильные установочные файлы для различных систем. Также на FreeCAD этой странице доступны нестабильные пакеты, которые предоставят самые новые разрабатываемые возможности, однако они могут чаще приводить к сбоям или содержать функции, которые несовместимы с более ранними версиями FreeCAD.

Template:DownloadWindowsStable Template:DownloadUnixStable Template:DownloadMacStable

Разрабатываемые версии

Если вы хотите установить FreeCAD с более широкими возможностями, которые пока находятся в процессе разработки, и при этом согласны получить на этих версиях большую вероятность ошибок и сбоев, то вы можете проверить официальную FreeCAD страницу с файлами, чтобы скачать 64 битный, устаревший или нестабильный релиз FreeCAD. Конечно, если вы желаете быть на самом переднем крае разработки, вы можете скомпилировать FreeCAD или использовать ежедневные сборки для Ubuntu в этом РРА, или установить один из пре-релизов, доступных на страничке GitHab.

Примечание для пользователей Windows

Установщик для Windows должен работать на старых платформах Windows, однако это не всегда тестируется. Вы должны запустить Windows Installer V1 на вашей системе (msiexec.exe). Смотрите страничку Установка на Windows, где подробно описаны различные варианты установки. Загрузите последний доступный файл MSI для систем Windows или соответствующий файл .deb для вашей версии Ubuntu или Debian.

Примечание для пользователей Linux

В большинстве современных дистрибутивов, таких как Debian, Ubuntu, Fedora или Arch, FreeCAD входит в официальные репозитории дистрибутивов, и мы рекомендуем вам устанавливать FreeCAD оттуда, чтобы убедиться, что у вас есть версия, которая на 100% совместима с вашей системой. Для FreeCAD необходим python модуль pivy (обычно называется python-pivy) версии 0.9 или более поздней. Если он не доступен в вашей системе, вы должны загрузить его отсюда.

Примечания для пользователей Debian

Из-за конфликта лицензий между сторонними библиотеками, необходимых для FreeCAD, пакеты с FreeCAD были удалены из репозиториев текущей версии стабильного Debian Wheezy. Эта проблема будет решена при выходе следующего стабильного релиза FreeCAD. В то же время, вы можете либо скомпилировать FreeCAD сами или использовать альтернативную сборку.

Следует также отметить, что, хотя Ubuntu и основан на Debian, пакеты из Ubuntu PPA не совместимы с Debian.

Notes for Mac users

The current release 0.16.670x of FreeCAD supports MacOS X 10.9 or greater. The development version supports OS X 10.10 or greater. To be able to run FreeCAD on an older OS X version, you will need to compile from source, see CompileOnMac. You may look for relevant topics in the Install / Compile forum.

Пакеты ежедневной сборки Ubuntu PPA

FreeCAD Launchpad team создала репозиторий PPA (Personal Package Archive), что позволяет легко установить FreeCAD из пакетов Ubuntu, основанных на разрабатываемой версии. Обновления программного обеспечения выводятся в менеджере обновлений Ubuntu Update, что делает его использование самым легким способом для получения последней версии FreeCAD.

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 although the packages from this bleeding edge PPA may be broken from time to time, they will likely contain numerous bug fixes and feature updates.

Current supported architectures and versions are:

  • Ubuntu 14.04 (Trusty Tahr) 32 & 64-Bit
  • Ubuntu 15.10 (Wily) 32 & 64-Bit
  • Ubuntu 16.04 (Xenial) 32 & 64-Bit
  • Ubuntu 16.10 (Yakkety) 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
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad-daily freecad-daily-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, with each release we also provide a pdf version of this manual:


In this Documentation-Directory on Sourceforge you will also find Quick Reference Cards as PDF. They list the pre-defined keyboard-shortcuts for the different workbenches.

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 (VC8, VC11, and VC12) with all needed libraries. You can download the latest version of the libpack from:

  • FreeCAD LibPack Download the version that matches your architecture and Visual C++ version.

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

Additional macros, 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.

Additional macros and other things

  • Macros recipes: additional tools for your FreeCAD installation.
  • MendelMax: a macro suite for FreeCAD to generate a MendelMax machine.
  • 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.
  • Cura Engine Plugin: A plugin to use the CuraEngine gcode slicer from within FreeCAD.
  • FreeCAD Vidkit: The video clips and images are intended for use in the production of FreeCAD Tutorial and Demo videos.
  • Draft DXF Im-Exporter: Files needed to add DXF support (import-export) to FreeCAD

Additional modules

Related projects

  • FreeCAD Library: This repository contains a library of Parts to be used in FreeCAD.
  • FreeCAD 2D symbols: 2D drawing symbols you can add to your drawings made with the drawing workbench.
  • Standard parts library: Standard parts as simple copies, designations in german and with old DIN-Names.
  • OpenPLM: an online PLM platform with FreeCAD support.
  • RattleCAD: design bikes with freecad