Wingetlywingetly
← All apps

LibrePCB

by LibrePCB Developersv2.0.0-rc1

Last updated

Create electronics the easy way.

Install with winget

$ winget install --id LibrePCB.LibrePCB.Preview --exact --version 2.0.0-rc1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LibrePCB

LibrePCB uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
librepcb-installer-2.0.0-rc1-windows-x86_64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for LibrePCB

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

LibrePCB is a free, cross-platform, easy-to-use electronic design automation suite to draw

schematics and design printed circuit boards – for makers, students and professionals, from

beginners to experts.

This software just lets you develop electronics the right way. No costs. No restrictions. No online

account. No unnecessary complexity.

Installers · v2.0.0-rc1

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for LibrePCB.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • LibrePCBLibrePCB Developers
    LibrePCB.LibrePCBv2.1.1

    Create electronics the easy way.

  • 嘉立创EDA(专业版)嘉立创EDA
    JLC.LCEDA.Prov3.2.149

    专业、强大的国产 PCB 设计工具

  • LibreCADLibreCAD Team
    LibreCAD.LibreCADv2.2.1.5

    LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations.

  • Saturn PCB ToolkitSaturn PCB Design
    SaturnPCBDesign.SaturnPCBToolkitv8.47

    Freeware PCB design and engineering calculator suite

  • ZWCAD 2026ZWSOFT
    ZWSOFT.ZWCAD.2026v26.10.0.20036

    Fast, Powerful and Compatible 2D CAD.

  • OpenSCAD NightlyOpenSCAD
    OpenSCAD.OpenSCAD.Nightlyv2025.09.07

    OpenSCAD is software for creating solid 3D CAD objects.

More from LibrePCB Developers or browse cad, eda, electronics.

Frequently asked questions

How do I install LibrePCB on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id LibrePCB.LibrePCB.Preview --exact --version 2.0.0-rc1. winget downloads the installer from LibrePCB Developers and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LibrePCB silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id LibrePCB.LibrePCB.Preview --exact 2.0.0-rc1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LibrePCB?
LibrePCB uses EXE (Inno Setup). Run the downloaded installer with: librepcb-installer-2.0.0-rc1-windows-x86_64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall LibrePCB via winget?
Run: winget uninstall --id LibrePCB.LibrePCB.Preview --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LibrePCB's Apps & Features entry.
Is LibrePCB free?
LibrePCB is distributed under GPL-3.0-or-later. Refer to the publisher (https://librepcb.org/download/) for the full license terms - Wingetly itself does not charge for installation.
Does LibrePCB work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LibrePCB directly from the publisher.
How do I keep LibrePCB up to date?
Run winget upgrade --id LibrePCB.LibrePCB.Preview --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of LibrePCB from microsoft/winget-pkgs.