CAD Software for Mac

View 45 business solutions
CAD Mac Clear Filters

Browse free open source CAD software and projects for Mac below. Use the toggles on the left to filter open source CAD software by OS, license, language, programming language, and project status.

  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    LibreCAD

    LibreCAD

    Cross-platform Open-source 2D CAD

    LibreCAD is an open-source cross-platform 2D CAD program, which is translated in over 30 languages. LibreCAD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License: https://www.gnu.org/licenses/gpl-2.0.html Source: https://github.com/LibreCAD/LibreCAD/releases Track the latest development: https://github.com/LibreCAD/LibreCAD/milestones https://github.com/LibreCAD/LibreCAD/commits/master Create bug reports and feature requests: https://github.com/LibreCAD/LibreCAD/issues Get help: - https://forum.librecad.org - https://dokuwiki.librecad.org - https://librecad.readthedocs.io/
    Leader badge
    Downloads: 2,313 This Week
    Last Update:
    See Project
  • 2
    dxf2gcode

    dxf2gcode

    DXF2GCODE: converting 2D dxf drawings to CNC machine compatible G-Code

    DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. Windows, Linux, and Mac support by using python scripting language.
    Leader badge
    Downloads: 319 This Week
    Last Update:
    See Project
  • 3
    CADAM

    CADAM

    CADAM is the open source text-to-CAD web application

    CADAM is an open-source “text-to-CAD” web application that turns natural-language prompts into parametric 3D models, targeting a workflow where you describe what you want and the system produces editable geometry. It is designed around a browser-first experience, so users can iterate quickly without installing a heavyweight desktop CAD suite for every experiment. A key idea is that the generated output is parametric and scriptable, enabling repeatable edits and variations rather than a one-off mesh result. The project integrates modern web tooling and a backend stack to manage sessions, model generation requests, and persisted outputs, making it usable as an actual product rather than only a demo. It’s also built to support an agentic workflow, where the system can refine outputs over multiple steps, bridging the gap between intent (“a bracket with four mounting holes”) and precise geometry.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    TexGen
    TexGen is a geometric textile modelling software package to be used for obtaining engineering properties of woven textiles and textile composites. Citing TexGen We would be grateful if you could acknowledge use of TexGen where appropriate and suggest using one of the following references: L P Brown and A C Long. "Modelling the geometry of textile reinforcements for composites: TexGen", Chapter 8 in "Composite reinforcements for optimum performance (Second Edition)", ed. P Boisse, Woodhead Publishing Ltd, 2021, ISBN: 978-0-12-819005-0. https://doi.org/10.1016/B978-0-12-819005-0.00008-3 Lin, H., Brown, L. P. & Long, A. C. 2011. Modelling and Simulating Textile Structures using TexGen. Advanced Materials Research, 331, 44-47. To reference version 3.13.0 please use: Louise Brown, mike-matveev, & georgespackman. (2023). louisepb/TexGen: TexGen v3.13.1 (v3.13.1). Zenodo. https://doi.org/10.5281/zenodo.8221491
    Leader badge
    Downloads: 133 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    Frame3DD

    Static and Dynamic Structural Analysis of 2D and 3D frames.

    FRAME3DD is a program for the static and dynamic structural analysis of two- and three-dimensional frames and trusses with elastic and geometric stiffness.
    Leader badge
    Downloads: 87 This Week
    Last Update:
    See Project
  • 6
    Seamly2D

    Seamly2D

    Free and open source pattern design software

    Seamly2D enables the design, reuse, and remix of digital sewing patterns for creating bespoke-fit, specialty-sized, and ready-to-wear-sized clothing. Users have the right to utilize, sell, share, and distribute their patterns in any way they choose. * Downloads: https://seamly.io * Support: https://forum.seamly.io * Code: https://github.com/fashionfreedom/seamly2d * License: GPLv3+
    Leader badge
    Downloads: 329 This Week
    Last Update:
    See Project
  • 7
    LeoCAD

    LeoCAD

    A CAD application for creating virtual LEGO models

    Design virtual models you can build with LEGO® bricks. LeoCAD has an intuitive interface that is designed to allow new users to start creating new models without having to spend too much time learning the application. At the same time, it has a rich feature set that enables experienced users to build models by using techniques that are more advanced. LeoCAD is fully compatible with the LDraw Standard and related tools, and it reads and writes LDR and MPD files so that you can share and download models from the Internet. It also uses the LDraw parts library, which has over 10,000 different parts and continues to receive updates. Native versions are available for Windows, Linux, and macOS to ensure that users are familiar with the program interface. LeoCAD is open-source, so anyone can contribute with fixes and features, and it is always going to remain free.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    Open Source Text to CAD Harness

    Open Source Text to CAD Harness

    An open source harness for generating CAD models

    Open Source Text to CAD Harness is an open-source framework that enables the generation of parametric 3D CAD models using natural language prompts interpreted by AI coding agents. It acts as a harness that converts text descriptions into source-controlled CAD scripts, which are then compiled into geometric models using tools like OpenCascade and build123d. The system emphasizes reproducibility by storing CAD logic as editable code rather than opaque binary files, allowing iterative refinement through agent-driven workflows. It includes a local visualization interface called CAD Explorer for inspecting generated geometry and supports multiple export formats for engineering and manufacturing use. The project also integrates modular “skills” for robotics, motion planning, and manufacturing validation, making it highly extensible. Designed to run locally without backend dependencies, it provides a flexible environment for experimentation and production workflows.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    PyCAM
    Open Source CAM - Toolpath Generation for 3-Axis CNC machining
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    KiCad EDA

    KiCad EDA

    A Cross Platform and Open Source Electronics Design Automation Suite

    Leader badge
    Downloads: 178 This Week
    Last Update:
    See Project
  • 11
    An STL format importer/exporter plugin script for Google SketchUp. Supports both binary and ASCII import and export.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 12
    conducteo

    conducteo

    conducteö - logiciel de calcul des ponts thermiques linéiques

    conducteö est un logiciel de modélisation et de simulation des ponts thermiques linéiques, conforme à la RT 2012 et aux principales normes européennes concernant les ponts thermiques. Code source : https://github.com/c-marcel/conducteo
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 13
    ImplicitCAD

    ImplicitCAD

    A math-inspired CAD program in haskell. CSG, bevels, and shells

    ImplicitCAD is a programmatic CAD program, implemented in Haskell. Unlike traditional CAD programs, programmatic CAD programs use text descriptions of objects, as in programming. Concepts like variables, control structures and abstraction are used, just as in programming. With the explosion of 3D printing, designing 3D objects has become an even more important problem. And it's a complicated one. We need to design complicated objects that precisely interface with each other. And often we don't want to just design a single object, but classes of objects, parameterized by variables. And we need to do this in collaboration. Generally, objects in programmatic CAD are built with Constructive Solid Geometry or CSG. Unions, intersections and differences of simpler shapes slowly build the object. ImplicitCAD supports all this and much more! For example, it provides rounded unions so that one can have smooth interfaces between objects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    libdxfrw

    library to read dwg & read/write dxf files

    c++ library to read/write DXF files in binary and ascii form and to read DWG from r14 to v2015 Continued at: https://github.com/LibreCAD/libdxfrw
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    PythonCAD

    PythonCAD

    CAD Application entire developed in Python

    PythonCAD is a CAD package written, surprisingly enough, in Python using the PySide6 interface and python3. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package (Cross Platforms)
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    KicadCGS

    KicadCGS

    Библиотека УГО компонентов для Kicad

    Eng: The library of Conventional Graphic Symbols (CGS) for Kicad is based on russian international standards also known as GOSTs. Рус: Библиотека компонентов для Kicad, созданных в полном соответствии с требованиями УГО по международным нормативам ГОСТ.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 17
    CFDTool - CFD & OpenFOAM GUI Toolbox

    CFDTool - CFD & OpenFOAM GUI Toolbox

    CFDTool - Easy to Use Computational Fluid Dynamics (CFD) Toolbox

    CFDTool - "CFD Simulation Made Easy" CFDTool is a fluid dynamics toolbox for modeling and simulation of flows with coupled heat transfer. Based on FEATool Multiphysics (https://www.featool.com), CFDTool is specifically designed to make advanced fluid mechanics and heat transfer simulations both easy and enjoyable. - Completely stand-alone and cross-platform self-contained toolbox - Optionally use as MATLAB Add-On toolbox - Fully integrated and easy to use MATLAB GUI - Modeling and simulation in 1D, 2D, 3D, and axisymmetric/swirl/cylindrical coordinate systems - Seamless OpenFOAM GUI and SU2 CFD solver integrations (https://www.featool.com/Easy-to-Use-OpenFOAM-GUI) - Built-in geometry and CAD tools - Automatic mesh and grid generation - Pre-defined equations and boundary conditions for: + Incompressible viscous fluid flows (Navier-Stokes equations) + Compressible, supersonic, trans-sonic, and turbulent flows + Heat conduction with conjugate heat transfer
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    IQcad

    IQcad

    A 2D CAD application for civil engineering , built with Free Pascal

    IQCad is a free 2D CAD application for civil engineering and tunnelling, built with Free Pascal/Lazarus for Windows and Linux. Features: 25+ entity types (Line, Polyline, Arc, Circle, Spline, Hatch, Text, Dimensions, Table, and more) AutoCAD-style command line with object snaps and grip editing Modify tools: Move, Copy, Rotate, Scale, Mirror, Offset, Trim, Extend, Chamfer, Fillet Layers, linetypes, blocks, and configurable styles Civil Engineering: TIN surfaces with contours and spot elevations Survey points with CSV import and point groups Tunnel section lines with deviation analysis Horizontal alignments with curves and spirals LandXML import/export File Formats: DXF (R12/R2000/R2018), LandXML, PDF, PNG, SVG,DWG ( using ODA converter or Librecad dwg reader) WMS server support Point Cloud import export. Section along alignment Modern ribbon UI with dark theme, multi-document tabs, and map background layers.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19
    Libre Mechanics

    Libre Mechanics

    Open Knowledge on engineering development.

    Libre Mechanics it’s an Open Knowledge project created to offer a useful platform of information related with the development and research of Mechanical Engineering themes and similar fields, higly related with the use of Open Source and Software Libre tools. Here you will find a wide variety of projects, publications and scientific material available as references for developing their own projects, also guides and tutorials that allow you to take advantage of free software tools available today. The four principal lines of work are: Design Analysis and Simulation Automation and Robotics Development
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    BlenderCAD
    Our primary goal is to create a great, full featured, 3D CAD environment for Blender for use by engineers, designers, drafters, architects, etc. based on the OpenCascade toolkit.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    Tochnog Finite Element Analysis
    Explicit/Impicit Finite Element Program with linear/nonlinear, elastic/hyperelastic/hypoelastic/plastic/visco, contact,thermal, fluid capabilities. h/p refinements. Parallel/Distributed solvers available. No shell elements but has 2D beams, trusses.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    ThanCad is a 2dimensional cad, with limited 3d support and raster inclusion capability and emphasis in engineering. It is being written in Python and since it uses the Tkinter library, it is platform independent.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Voxel CAD. Open source voxel editing and analyzing software. Edit and create multi-material voxel objects. Simulate the dynamics in a quantitative physics sandbox to test engineering designs or make moving creatures. www.voxcad.com for videos.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    JS-CAD

    JS-CAD

    Free, Browser-Based HTML5 CAD App

    NOTE: I moved the source to Github. The name is the same. JS-CAD is meant to be a small, lightweight CAD application that will run in any HTML5 compliant browser. Give the latest version a try: http://js-cad.sourceforge.net/latest/index.html
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    MaxFEM

    MaxFEM

    Software for electromagnetic simulation

    MaxFem is an open software package for electromagnetic simulation by using finite element methods. The package can solve problems in electrostatics, direct current, magnetostatics and eddy-currents. Since version 0.4.0, MaxFEM requires Python 3. We have moved the installers to the MaxFEM website (see below). In order to improve MaxFEM, we will require you to fill out a simple form before downloading them.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB