Jump to content

下载

From FreeCAD Documentation
This page is a translated version of the page Download and the translation is 100% complete.

最新稳定版本

FreeCAD 1.0.2 版本已于 2025-08-06 发布。了解新功能请参阅 发布说明

您可以在1.0.2 版本页面上找到 SHA256 校验值,用于验证下载文件的完整性。

旧版本可从releases页面下载。

Install instructions

64-bit installer

64-bit portable version (.7z)

Install instructions

ARM (M-series) disk image

Intel disk image

Install instructions

x86_64 AppImage

aarch64 AppImage

Windows 用户须知

  • 支持以下 Windows 版本:64 位 8/10/11。
  • 该软件包也可通过 Chocolatey 管理器进行安装。

macOS 用户须知

  • MacOS 10.12 Sierra 是最低支持版本。

GNU/Linux 用户须知

大多数发行版都在其官方软件仓库中提供了FreeCAD,但若该发行版未采用滚动更新模式,其提供的版本可能已过时。此时您可直接下载上方提供的AppImage文件,将其标记为可执行文件后即可无需安装直接运行。

请参阅Linux安装指南页面获取更多安装选项,包括适用于Ubuntu及其衍生系统的每日更新包。

通过以下命令启动FreeCAD即可获得无需安装的便携版本:

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

有关FreeCAD环境变量的更多信息,请参阅配置页面

开发版本

FreeCAD的开发工作正积极推进。

  • 有关开发版本及其源代码,请参阅[1]。该页面提供适用于 Linux、MacOS 和 Windows 的每周构建版本。Linux 用户还可获取每日构建版本:请使用 snap 软件包 的边缘通道,或访问 FreeCAD 每日 PPA(后者仅适用于基于 Debian 的发行版)。
  • 若需编译最新源代码,请参阅compiling

附加模块与宏

FreeCAD社区提供了许多附加模块和宏。用户可通过FreeCAD内置的 插件管理器轻松安装这些组件。