freecad

freecad 1.1.3

General purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler

<rendered-html><p>FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.</p> <p>FreeCAD allows you to sketch geometry constrained 2D shapes and use them as a base to build other objects. It contains many components to adjust dimensions or extract design details from 3D models to create high quality production ready drawings.</p> <p>FreeCAD is designed to fit a wide range of uses including product design, mechanical engineering and architecture. Whether you are a hobbyist, a programmer, an experienced CAD user, a student or a teacher, you will feel right at home with FreeCAD.</p> </rendered-html>

https://www.freecad.org
GNU Library General Public License v2 or later
main program: freecadprograms: FreeCAD, FreeCADCmd, freecad-thumbnailer, freecad, freecadcmd
Platforms (24)
powerpc64-linuxmipsel-linuxarmv7l-linuxpowerpc64le-linuxs390-linuxsh4-linuxs390x-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  freecad
];
Ad-hoc shell
nix-shell -p freecad
Flake (nix run)
nix run nixpkgs#freecad