The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
[!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.01.07...weekly-2026.01.14
How-to use
- Download the appropriate asset for your OS below
- Unpack the bundle to any folder on your system
- Launch the application
- Windows
Run
\FreeCAD.exein the extracted directory - macOS
Launch
/FreeCAD.appin the extracted directory - Linux
Open the
*.AppImage
- Windows
Run
What's Changed
- [Std_Measure] Add diameter measurement by @kevinsmia1939 in https://github.com/FreeCAD/FreeCAD/pull/24853
- PartDesign: Enable drag and drop of shapeBinders by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/25264
- FEM: Addition of "half cycle" animation by @mac-the-bike in https://github.com/FreeCAD/FreeCAD/pull/24129
- [Sketcher] Stage 5 of refactors by @AjinkyaDahale in https://github.com/FreeCAD/FreeCAD/pull/22951
- Sketcher: Support Bezier and Offset curves as external geometry by @leoheck in https://github.com/FreeCAD/FreeCAD/pull/25144
- Gui: Reorder Add Property dialog fields to Name-Value-Group-Type by @Krrish777 in https://github.com/FreeCAD/FreeCAD/pull/26567
- TechDraw: improve draw performance by @Lgt2x in https://github.com/FreeCAD/FreeCAD/pull/25898
- Fem: Add magnetic flux density boundary condition by @marioalexis84 in https://github.com/FreeCAD/FreeCAD/pull/25897
- Fix typo in FEM module: 'existance' -> 'existence' by @TONY8779 in https://github.com/FreeCAD/FreeCAD/pull/26057
- [FEM] Modernize
QObject::connectwith the new syntax in FEM by @xtemp09 in https://github.com/FreeCAD/FreeCAD/pull/23743 - Improve error message for empty transformed features by @Krrish777 in https://github.com/FreeCAD/FreeCAD/pull/26565
- CAM: fix Radius Mill TipDiameter resetting by @jffmichi in https://github.com/FreeCAD/FreeCAD/pull/26707
- CI: Limit backports to pixi only by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26700
- Simplify code using xerces namespace by @3x380V in https://github.com/FreeCAD/FreeCAD/pull/25673
- Measure: Fix build failure of new MeasureDiameter by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26720
- Assembly: Ground joint tooltip update by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/25852
- Fix sketch redundancy warning by @saksham-malhotra-27 in https://github.com/FreeCAD/FreeCAD/pull/26064
- Base: Remove Boost-based signals and switch to
FastSignals. by @tritao in https://github.com/FreeCAD/FreeCAD/pull/19132 - PartDesign: Fix refine not working with Boolean operations by @tetektoza in https://github.com/FreeCAD/FreeCAD/pull/26745
- CI: Ubuntu build failing tests because of BIM outdated file. by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26730
- Sketcher: Fix crash when applying constraints during selection batching by @tetektoza in https://github.com/FreeCAD/FreeCAD/pull/26741
- Adds an automatic compare link to the weekly release notes. by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/26728
- PD: Handle reference edge in PolarPattern::getTransformations by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/26722
- Gui: Handle exception in showValidExpression by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/26721
- Part: Fix orientation of internal shells of a solid by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/26717
- Assembly: Explode radially: prevent click on item by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26724
- Draft Workbench: Patch for import DXF without CODE30 (Z for POINT) by @PushKK in https://github.com/FreeCAD/FreeCAD/pull/26778
- CAM: Dropped trailing percent from fanuc post processor output. by @petterreinholdtsen in https://github.com/FreeCAD/FreeCAD/pull/26617
- CAM: Fix 3D Surface Rotational Scan by @Dimitris75 in https://github.com/FreeCAD/FreeCAD/pull/26553
- CAM: RampEntryDressup - Fix findMinZ() by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/26695
- CAM - Experimental Waterline Minor Fix by @Dimitris75 in https://github.com/FreeCAD/FreeCAD/pull/26658
- Assembly: Minor refactor in ViewProviderAssembly::findDragMode by @3x380V in https://github.com/FreeCAD/FreeCAD/pull/25678
- CAM: Job - Fix setCenterOfRotation() by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/26321
- CAM: EngraveBase - Tolerance by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/26128
- CAM: Tag Dressup - Tolerance by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/26127
- CAM: Slot - Remove duplication move to clearance height in the end by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/25842
- CAM: Profile - Limit value NumPasses by @tarman3 in https://github.com/FreeCAD/FreeCAD/pull/25697
- [CAM] Adaptive automatically pick diameter of helix entrance by @davidgilkaufman in https://github.com/FreeCAD/FreeCAD/pull/23980
- BIM: Improve ArchStairs Landings code by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/25357
- CAM: Adding retract annotation to drilling commands by @sliptonic in https://github.com/FreeCAD/FreeCAD/pull/26584
- PartDesign: remove preview update on property changed by @Lgt2x in https://github.com/FreeCAD/FreeCAD/pull/26803
- TechDraw: fix wrong sWhatsThis for align-commands by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/26799
- CI: Disalbe ubuntu run temporarily by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26811
- CI: Change github.ref into github.head_ref by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26810
- BIM: update BIM example files by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/26820
- CAM: Add Machine Library and Editor by @Connor9220 in https://github.com/FreeCAD/FreeCAD/pull/26533
- CAM: Remove file added by accident. by @Connor9220 in https://github.com/FreeCAD/FreeCAD/pull/26837
- CAM: fix typo in Path/Main/Gui/Job.py by @luzpaz in https://github.com/FreeCAD/FreeCAD/pull/26840
- Macro: Fix shortcuts in macro editor [#26807] by @timpieces in https://github.com/FreeCAD/FreeCAD/pull/26834
- Update translations from Crowdin by @freecad-gh-actions-translation-bot in https://github.com/FreeCAD/FreeCAD/pull/26855
- fix hdf5 detection by @efferre79 in https://github.com/FreeCAD/FreeCAD/pull/26699
- Build: cmake: fixes [#26247] update cmake to work with new required dep lark for BIM by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/26407
- Part: Introduce PreviewUpdateScheduler by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26812
- PartDesign: Apply pattern transform in Feature not VP by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26697
- Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/FreeCAD/FreeCAD/pull/25653
- BIM: fix crazy edge issue with area calculation by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/26779
- added a copy button which copies all the errors and traceback to clip… by @Mr-Rahul-Paul in https://github.com/FreeCAD/FreeCAD/pull/25979
- Gui: Add common types to Add Property dialog by @pieterhijma in https://github.com/FreeCAD/FreeCAD/pull/26765
- PartDesign: Recompute preview only if enabled by @kadet1090 in https://github.com/FreeCAD/FreeCAD/pull/26805
- BIM : Preserve Spreadsheet structure by @YashSuthar983 in https://github.com/FreeCAD/FreeCAD/pull/26736
- Draft: fix constrain error if there is no new point by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/26868
- pixi: Add qt6-wayland dependency on Linux by @galou in https://github.com/FreeCAD/FreeCAD/pull/26753
- CAM: Add threshold for treating large-radius arcs as linear in simulator by @Connor9220 in https://github.com/FreeCAD/FreeCAD/pull/26860
- Bump github/issue-metrics from 3.25.4 to 3.25.5 by @dependabot[bot] in https://github.com/FreeCAD/FreeCAD/pull/26878
- PartDesign: Extrude: Fix upToShape document not recomputing correctly by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26696
- Gui: Fix broken build in DlgAddProperty.cpp by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26877
- Part: Fix Part_Extrude taper angle regression for internal faces by @tetektoza in https://github.com/FreeCAD/FreeCAD/pull/26781
- BIM: implement baseless walls creation by @furgo16 in https://github.com/FreeCAD/FreeCAD/pull/24595
- Sketcher: Fix symmetry of slot redundancy false positive by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26604
- Gui: Keep workbench selector visible by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/26307
- Sketcher: fix
addSymmetricafter refactor stage 5 by @AjinkyaDahale in https://github.com/FreeCAD/FreeCAD/pull/26886 - Assembly: Fix error on open doc in insert tool by @PaddleStroke in https://github.com/FreeCAD/FreeCAD/pull/26896
New Contributors
- @kevinsmia1939 made their first contribution in https://github.com/FreeCAD/FreeCAD/pull/24853
- @TONY8779 made their first contribution in https://github.com/FreeCAD/FreeCAD/pull/26057
Full Changelog: https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.01.07...weekly-2026.01.14