FreeCAD

Design Tools

An open-source parametric 3D CAD modeller.

Latest 1.1.3 · by FreeCADWebsiteFreeCAD/FreeCAD

Release activity

Release activity — 10 releases across 10 days since Jun 24, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 24, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026
Wednesday1 release on Jun 24, 20261 release on Jul 1, 20261 release on Jul 8, 20261 release on Jul 15, 20261 release on Jul 22, 20261 release on Jul 29, 20261 release on Aug 5, 2026
ThursdayNo releases on Jun 25, 2026No releases on Jul 2, 20261 release on Jul 9, 2026No releases on Jul 16, 20261 release on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 20261 release on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 24, 2026

Changelog

weekly-2026.08.05Pre-release

Development Build weekly-2026.08.05

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.29...weekly-2026.08.05

Note that the "experimental" Windows builds use more recent versions of the dependencies than the normal builds: in particular, right now they build against OpenCASCADE 8.0.0p1. Not for the faint of heart!

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.08.05 went
weekly-2026.07.29Pre-release

Development Build weekly-2026.07.29

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.22...weekly-2026.07.29

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.29 went
1.1.3

FreeCAD 1.1.3

Changed 1
  • Use __ModDirs__ as the authoritative list of mods to load from
Fixed 18
  • Fix projection direction of hidden geometry in TechDraw_ArchView
  • Fix double-click visibility behavior of views in Views Manager
  • Let setupTitleBar replace existing title bar to avoid need to first remove any existing
  • Fix HiDPI support and font scaling in CAM tool widgets
  • Preserve local overlay depth for dimensions and grid in Sketcher
  • Fix highlight selection for compsolid pop-up tool in FEM
Security 1
  • Fix code-execution and file-handling vulnerabilities triggered by opening maliciously crafted FCStd files

FreeCAD 1.1.3 is a maintenance release in the 1.1.x series. It includes several security fixes addressing code-execution and other file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file. All previously-released versions are affected by one or more of these issues, so we strongly recommend that all users upgrade, especially anyone who opens FreeCAD files from untrusted or unknown sources.

What happened to 1.1.2?

Shortly after the release of 1.1.2 we discovered that a bugfix that had been intended for inclusion in the next release had been inadvertently omitted. It is not a security bug, so if you've already installed 1.1.2 there is no urgent need to update to 1.1.3, though the bug is an annoyance (repeated warnings of a version update when saving a file) so you will likely want to upgrade sooner rather than later.

How to download

The assets section below is automatically populated as the builds complete: if you don't see a download for your system, please be patient, the builds can take several hours to complete. Windows and macOS builds are signed by The FreeCAD project association AISBL.

What's Changed

Full Changelog: https://github.com/FreeCAD/FreeCAD/compare/1.1.1...1.1.3

View originalPermalink
How 1.1.3 went
1.1.2

FreeCAD 1.1.2

Changed 1
  • Use __ModDirs__ as the authoritative list of mods to load from
Fixed 18
  • Fix projection direction of hidden geometry in TechDraw_ArchView
  • Fix double-click visibility behavior of views in Views Manager
  • Let setupTitleBar replace existing title bar to avoid need to first remove any existing
  • Fix HiDPI support and font scaling in CAM tool widgets
  • Preserve local overlay depth for dimensions and grid in Sketcher
  • Fix highlight selection for compsolid pop-up tool in FEM
Security 1
  • Fix code-execution and file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file

FreeCAD 1.1.2 is a maintenance release in the 1.1.x series. It includes several security fixes addressing code-execution and other file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file. All previously-released versions are affected by one or more of these issues, so we strongly recommend that all users upgrade, especially anyone who opens FreeCAD files from untrusted or unknown sources.

How to download

The assets section below is automatically populated as the builds complete: if you don't see a download for your system, please be patient, the builds can take several hours to complete. Windows and macOS builds are signed by The FreeCAD project association AISBL.

What's Changed

Full Changelog: https://github.com/FreeCAD/FreeCAD/compare/1.1.1...1.1.2

View originalPermalink
How 1.1.2 went
weekly-2026.07.22Pre-release

Development Build weekly-2026.07.22

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.15...weekly-2026.07.22

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.22 went
weekly-2026.07.15Pre-release

Development Build weekly-2026.07.15

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.08...weekly-2026.07.15

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.15 went
weekly-2026.07.09Pre-release

Development Build weekly-2026.07.09

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.08...weekly-2026.07.09

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.09 went
weekly-2026.07.08Pre-release

Development Build weekly-2026.07.08

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.01...weekly-2026.07.08

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.08 went
weekly-2026.07.01Pre-release

Development Build weekly-2026.07.01

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.06.24...weekly-2026.07.01

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.07.01 went
weekly-2026.06.24Pre-release

Development Build weekly-2026.06.24

[!IMPORTANT] Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment.

Changes since last weekly: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.06.17...weekly-2026.06.24

How-to use
  1. Download the appropriate asset for your OS below
  2. Unpack the bundle to any folder on your system
  3. Launch the application
    • Windows Run \FreeCAD.exe in the extracted directory
    • macOS Launch /FreeCAD.app in the extracted directory
    • Linux Open the *.AppImage
View originalPermalink
How weekly-2026.06.24 went
View all

Discussion