Descargas

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

Existen varias opciones de descarga para los diversos sistemas operativos disponibles. Antes de descargarlos recuerda:

FreeCAD está en intenso proceso de desarrollo y podría no estar preparado aún para utilizarse en entornos de producción

Instaladores oficiales

Stable FreeCAD installers

The FreeCAD team provides ready-to-install packages for Windows (32 and 64bits), Mac OS X (Mavericks 10.9 64bits), and Ubuntu (LTS and current, 32 and 64bits). In addition for Linux FreeCAD is provided in AppImage format. 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 or install one of the pre-release files from the github page above.

Notas para los usuarios de Windows

El instalador de Windows debería funcionar en versiones anteriores de Windows, pero no ha sido comprobado. Necesitas tener Windows Installer V1 en tu sistema (msiexec.exe). Ver Instalación en Windows para más detalles sobre las diferentes opciones de instalación. Descarga el último archivo .msi para sistemas Windows, o el archivo .deb apropiado para tu versión de Ubuntu o Debian.

Notas para usuarios de Linux

En las distribuciones más recientes como Debian, Ubuntu, Fedora o Arch, FreeCAD está incluido en los repositorios de paquetes de las distribuciones oficiales, y se aconseja preferentemente conseguir FreeCAD de allí, para asegurarse de que tienes una versión que es 100% compatible con tu sistema. el módulo de Python pivy (normalmente denominado python-pivy) se necesita en FreeCAD para la versión 0.9 o superior. Si no está disponible en tu sistema, debes descargarlo desde aquí también.

AppImage should work on most modern 64 bit Linux distributions. Download the file and make it executable. It's self contained and should be portable.

Debes también notar que apesar de que ubuntu está basado en Debian. Los PPA de Ubuntu NO son compatibles con 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 Daily 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 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

Añadiendo los PPAs e instalando FreeCAD desde la consola

Escribe (o copia y pega) estos comandos en una consola para añadir los PPA e instalar FreeCAD con su documentación:

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

Añadiendo los PPAs e instalando FreeCAD desde el entorno gráfico de usuario GUI

Añade a las fuentes de software de tu sistema el siguiente PPA (mira Qué son los PPAs y cómo utilizarlos? si no sabes cómo):

ppa:freecad-maintainers/freecad-daily

Cuando un letrero de diálogo te pregunte para actualizar las fuentes de software, pulsa OK.

Ahora puedes instalar FreeCAD y la documentación de FreeCAD a través del Ubuntu Software Center, o el gestor de paquetes de tu elección.

Fedora package

Para instalar FreeCAD en Fedora, asegúrate de tener instalados los repositorios *NONFREE* (necesarios debido a la licencia de OCC/OCE)

yum install freecad

O utilizar la interfaz de gráfica de usuario del instalador.

Construcciones alternativas de FreeCAD

Estas son versiones de construcciones de FreeCAD de otras personas y no oficialmente mantenidas por el equipo de FreeCAD. Pueden incluir partes personalizadas o ser optimizadas para cierto tipo de procesadores, u otras modificaciones que los responsables del mantenimiento juzguen necesarias. Podrían estar anticuadas, ya que la gente que crea estos paquetes pueden llevar tiempo sin utilizar las nuevas versiones de FreeCAD. Pero también están a veces más optimizadas para ciertos sistemas operativos. Observa que en las distribuciones Linux más comunes, los paquetes oficiales son habitualmente instaladas por la herramienta de gestión de paquetes del sistema, de modo que no necesitas descargar e instalar FreeCAD manualmente.

Documentación de FreeCAD

La documentación de usuario de FreeCAD está siendo escrita en conjunto por los desarrolladores y la comunidad de usuarios, en esta wiki. La mejor forma es leerla online, de modo que estés seguro de obtener la última versión:

El manual también puede mostrarse como un gran texto, de modo que puedas imprimirlo o guardarlo como un archivo pdf:

El manual también está compilado como un archivo de ayuda de Qt, de modo que pueda navegarse offline con el visor de ayuda de Qt. Este se crea normalmente en cada versión y está disponible junto con los paquetes de FreeCAD en la mayoría de repositorios de software en Linux (en sistemas basados en Debian/Ubuntu, busca el paquete freecad-doc) y también empaquetado en el instalador de Windows. Para acceder a él, simplemente abre el menú "ayuda" en FreeCAD, o utiliza el botón "Qué es esto?".

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.

Aquí puedes encontrar también una copia de la documentación de OpenCasCade 5.2, en un archivo .chm. Después de la versión 5.2, la documentación de openCasCade ya no está disponible como un único documento, pues pesa unos 180Mb. Sin embargo, como desde entonces ha sufrido pocos cambios, mantenemos esta versión por conveniencia:

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:

También puedes descargar automáticamente un GNU tarball desde el último árbol de código fuente o cualquier parte de él utilizando el navegador y seleccionando "Descargar GNU tarball" en cualquier momento. El directorio trunk (troncal) contiene la versión actual en desarrollo, mientras que los directorios branches (ramificaciones) contienen una instantánea de todas las versiones estables lanzadas hasta la fecha.

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.

Para Linux, habitualmente encontrarás todas las bibliotecas necesarias en el sistema de gestión de software, de modo que simplemente deberías leer la página Compilación en Linux.

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