High Performance Layout Viewer and Editor for your Windows system

KLayout

KLayout

  -  300 MB  -  Freeware
  • Latest Version

    KLayout 0.30.2 (64-bit) LATEST

  • Review by

    Sophia Jones

  • Operating System

    Windows 8 (64-bit) / Windows 10 (64-bit) / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Matthias Kofferlein / External Link

  • Filename

    klayout-0.30.2-win64-install.exe

KLayout is a high-performance viewer and editor for GDSII and OASIS files, commonly used in the field of integrated circuit (IC) design.

Developed with a focus on precision, speed, and customization, KLayout has become a go-to tool for layout engineers, designers, and EDA professionals.

It supports both layout visualization and script-driven layout manipulation, making it a versatile addition to any VLSI workflow.

Main Features

GDSII & OASIS File Support: Native support for industry-standard file formats.

Advanced Viewer: High-speed zooming, panning, and layer control for complex IC layouts.

Layout Editing: Includes tools for precise geometry creation, modification, and hierarchy handling.

Scripting Support: Extend functionality using Ruby or Python scripting for automation and customization.

DRC and Verification Tools: Basic design rule checks and layout analysis capabilities.

Macro Development: Create and integrate macros to streamline repetitive tasks.

Cross-Platform Support: Available for Windows, macOS, and Linux.

User Interface

KLayout features a clean and modular UI designed for technical users. The layout viewer is front and center, surrounded by layer controls, property windows, and an output console.

The interface supports tabs, customizable toolbars, and dockable panels. While it may seem dense to beginners, experienced users will appreciate the rich feature access and minimal distractions.

Installation and Setup
  • Visit the official KLayout website.
  • Download the Windows installer (available in both 32-bit and 64-bit versions).
  • Run the installer and follow the prompts.
  • Once installed, you can launch the application from the Start menu.
The software is self-contained and does not require additional libraries or packages. Optional scripting environments can be configured post-installation.

How to Use
  • Open a layout file (.gds or .oas).
  • Use the layer panel to toggle visibility or change layer colors.
  • Zoom and pan to inspect layout details.
  • Switch to edit mode to draw or modify geometries.
  • Use the script console or load a macro for automation.
  • Save edits or export to supported formats.
FAQ

Is KLayout free to use?
Yes, KLayout is open-source and completely free for both personal and commercial use.

Can I use KLayout for DRC checks?
Yes, it includes a scripting interface for running design rule checks, although it’s not a full DRC engine like Calibre.

What scripting languages are supported?
KLayout supports Ruby and Python for macro and automation scripting.

Can I edit GDS files directly?
Yes, you can edit geometries, instances, and layers directly within the tool.

Does it support hierarchical layouts?
Absolutely. KLayout handles hierarchical designs efficiently and allows navigation through cell instances.

System Requirements

OS: Windows 11, 10, 8 or 7

RAM: Minimum 4 GB (8 GB or more recommended)

CPU: Dual-core or better

Disk Space: ~200 MB for installation

Graphics: OpenGL-compatible GPU recommended

PROS
  • Completely free and open-source
  • Supports scripting and automation
  • Handles large and complex layouts efficiently
  • Customizable and extendable
  • Cross-platform compatibility
CONS
  • UI can feel outdated
  • Lacks full DRC/LVS capabilities
  • Limited official documentation
  • No native schematic editor
Conclusion

It stands out as a powerful and efficient layout tool ideal for IC designers looking for a free alternative to commercial EDA software. Its support for scripting, hierarchical layout handling, and lightweight design makes it particularly attractive for research, education, and even professional workflows.

Why is this app published on FileHorse? (More info)
  • KLayout 0.30.2 (64-bit) Screenshots

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

    KLayout 0.30.2 (64-bit) Screenshot 1
  • KLayout 0.30.2 (64-bit) Screenshot 2
  • KLayout 0.30.2 (64-bit) Screenshot 3
  • KLayout 0.30.2 (64-bit) Screenshot 4
  • KLayout 0.30.2 (64-bit) Screenshot 5

What's new in this version:

Features:
- Enhancement: #2016 Lazy evaluation of PCell also when changing guiding shape properties
- Enhancement: #2041 strm2oas should read --lefdef-lefs and --lefdef-lef-layouts only once
- Enhancement: #2055 Check ports feature for LVS
- Enhancement: #2057 Feature request: nanometer scalebar
- Bugfix: #2060 Edges#with_angle fails for long edges
- Enhancement: Support for ARM Python packages
- Enhancement: PolygonNeighborHood now allows specifying a variant type
- for anisotropic applications
- Bugfix: Lower case hex escapes in URI's were not handled correctly
- Bugfix: internally handling "%ld" sprintf as 64bit compatible for
- better Linux/Windows compatibility (e.g. file position in error messages was not printed correctly on Windows at positions >2G)
- Bugfix: LVS DB internal net names now are preserved and not renumbered
- This way, log entries are consistent with net names and the generated netlist names are consistent with LVS reports
- Bugfix: "same_nets" net names are now case insensitive in both netlists
- Feature: Ruby/Python API for adding and removing log entries in LVS DBs
- LayoutToNetlist#clear_log_entries and LayoutToNetlist#add_log_entry
- Feature: NetlistCrossReference#each_net_pair etc. functions take a single
- Circuit or Net object instead of a pair (can be schematic or layout objects)
- Feature: Support functions for parasitic extraction - experimental
- Currently, pieces for R extraction are available in the pex Python module space
- Feature: MALY jobdeck format support (reading) - experimental