A Cross Platform and Open Source Electronics Design Automation Suite

KiCad for Mac

KiCad for Mac

  -  1.3 GB  -  Open Source
  • Latest Version

    KiCad 10.0.3 LATEST

  • Review by

    Sophia Jones

  • Operating System

    macOS 10.15 Catalina or later

  • User Rating

    Click to vote
  • Author / Product

    KiCad Team / External Link

  • Filename

    kicad-unified-universal-10.0.3.dmg

KiCad for Mac is an open-source software suite for Electronic Design Automation (EDA). The programs handle Schematic Capture and PCB Layout with Gerber output.

The suite runs on Windows, Linux, and macOS and is licensed under GNU GPL v3. The first release date was in 1992 by its original author, Jean-Pierre Charras, but is now currently under development by the KiCad Developers Team.

Schematic Capture

With the schematic editor, you can create your design without limit; there are no paywalls to unlock features. An official library for schematic symbols and a built-in schematic symbol editor help you get started quickly with your designs. Schematic capture is efficient, with all the tools you can expect for such a task.

The interface focuses on productivity. There are no complexity limits, as large designs can be divided into hierarchical subsheets. Various export options are available (PDF, SVG, HPGL, Postscript).

PCB Layout

Make professional PCB layouts with up to 32 copper layers. KiCad for macOS now has a push and shove router which is capable of routing differential pairs and interactively tuning trace lengths.

This modern tool will help you layout your board faster. As you draw your track, it pushes forward traces that are in the way. If that is not possible, your track will be rerouted around obstacles. The push and shove router will make sure that your DRC constraints are respected.

3D Viewer

Ki Cad for macOS includes a 3D viewer that you can use to inspect your design in an interactive canvas. You can rotate and pan around to inspect details that are difficult to inspect on a 2D view.

Multiple rendering options allow you to modify the aesthetic appearance of the board or to hide and show features for easier inspection. When laying out your PCB, you can instantly inspect your design in an interactive 3D view. Rotate and pan around to inspect details easier than with a 2D display.

Features and Highlights
  • Electrical Rules Check
  • Export Netlists
  • Bill Of Materials
  • Integrated libraries
  • Push and shove router
  • Length tuning
  • Footprint Editor (GAL)
How to Use
  • Install by dragging KiCad to Applications folder
  • Launch the app and choose a project workspace
  • Create a new schematic with Eeschema
  • Place components using the library browser
  • Connect components with wires in the schematic
  • Annotate components and assign footprints
  • Switch to PCB editor to layout the board
  • Route traces manually or use autorouter
  • Run DRC to check for design rule violations
  • Generate Gerber files for manufacturing
  • Export BOM and other documentation
System Requirements

macOS 10.14 or later

64-bit Intel or Apple Silicon (ARM64)

4 GB RAM minimum (8 GB recommended)

1 GB free disk space

OpenGL-compatible GPU for 3D viewer

PROS
  • Free and open-source EDA tool
  • Cross-platform and regularly updated
  • Powerful schematic and PCB editor
  • Large library and community support
  • Supports 3D rendering of PCB designs
CONS
  • Occasional bugs in new releases
  • UI less polished than commercial tools
  • Limited autorouting capabilities
  • Some libraries may need manual setup
Also Available: Download KiCad for Windows

Why is this app published on FileHorse? (More info)
  • KiCad 10.0.3 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    KiCad 10.0.3 Screenshot 1
  • KiCad 10.0.3 Screenshot 2
  • KiCad 10.0.3 Screenshot 3
  • KiCad 10.0.3 Screenshot 4
  • KiCad 10.0.3 Screenshot 5

What's new in this version:

General:
- Avoid assertion due to empty "Status" grid column label
- Improve missing bitmap handling
- Allow builds with OCCT 8.0.0
- Ensure autosave files are properly deleted in all cases
- Add automatic save recovery dialog with per-file recovery choices
- Fix first manual save on fresh project not creating local history commit
- Use foreground color to tag autosave and backup commits in history list

Schematic Editor:
- Do not persist symbol fields table tab
- Prevent save time from increasing with additional files in the project directory
- Do not assert when database symbol library table is not found (Sentry KICAD-18ZD)
- Prevent local labels from creating connections between top level sheets

Simulator:
- Export /GND on root sheet as 'GND' and '0' on any hierarchical level as '0'

Board Editor:
- Add shortcut to the zone manager through the toolbar context menu
- Inflate zone fills to match polygon line width and set edge hatch border style when importing PADS board
- Use strict segment intersection check when importing PADS board
- Properly display pads on back copper layer when using the footprint object filter
- Synchronize position relative labels with restored polar checkbox state
- Fix custom padstack shape lookup on non copper layers
- Show DRC elapsed time in dialog status bar

Footprint Editor:
- Correctly handle real-time update of pad-to-die delay in footprint pin table editor
- Sort pin edit table by pin number
- Fix crash importing Altium footprint library
- Replace pad table dialog

Command Line Interface:
- Add option to turn off property pop ups for PDF exports

Windows:
- Fix empty file list in commit dialog