FreeCAD 1.1.1 — All Packages
| Filename | Platform | Type | Size | Released |
|---|---|---|---|---|
| FreeCAD_1.1.1-Windows-x86_64-py311-installer.exe | Windows x86_64 | Installer (.exe) | 495 MB | 2025-04-21 |
| FreeCAD_1.1.1-Windows-x86_64-py311.7z | Windows x86_64 | Portable (.7z) | 399 MB | 2025-04-21 |
| FreeCAD_1.1.1-Linux-x86_64-py311.AppImage | Linux x86_64 | AppImage | 783 MB | 2025-04-21 |
| FreeCAD_1.1.1-Linux-aarch64-py311.AppImage | Linux ARM64 | AppImage | 720 MB | 2025-04-21 |
| FreeCAD_1.1.1-macOS-arm64-py311.dmg | macOS Apple Silicon | Disk Image (.dmg) | 632 MB | 2025-04-21 |
| FreeCAD_1.1.1-macOS-x86_64-py311.dmg | macOS Intel | Disk Image (.dmg) | 687 MB | 2025-04-21 |
Verify downloads against the SHA-256 checksums below or the official GitHub release ↗.
FreeCAD 1.1.1 — SHA-256 Checksums
Checksums are sourced from the official
FreeCAD 1.1.1 GitHub release page ↗.
Always cross-reference with the official source before use in production environments.
| Filename | Size | SHA-256 Checksum |
|---|---|---|
| FreeCAD_1.1.1-Windows-x86_64-py311-installer.exe | 495 MB | See official release ↗ |
| FreeCAD_1.1.1-Windows-x86_64-py311.7z | 399 MB | See official release ↗ |
| FreeCAD_1.1.1-Linux-x86_64-py311.AppImage | 783 MB | See official release ↗ |
| FreeCAD_1.1.1-Linux-aarch64-py311.AppImage | 720 MB | See official release ↗ |
| FreeCAD_1.1.1-macOS-arm64-py311.dmg | 632 MB | See official release ↗ |
| FreeCAD_1.1.1-macOS-x86_64-py311.dmg | 687 MB | See official release ↗ |
How to Verify
Linux / macOS
Run the following in your terminal after downloading:
sha256sum FreeCAD_1.1.1-Linux-x86_64-py311.AppImage # or on macOS: shasum -a 256 FreeCAD_1.1.1-macOS-arm64-py311.dmg
Compare the output hash against the value on the official release page.
Windows
Open PowerShell and run:
Get-FileHash .FreeCAD_1.1.1-Windows-x86_64-py311-installer.exe -Algorithm SHA256
Compare the Hash field against the value on the official release page.