Wingetlywingetly
← All apps

EAGLE

by Autodesk, Inc.v9.6.2

Last updated

Autodesk EAGLE PCB Design And Electrical Schematic Software

Install with winget

$ winget install --id Autodesk.EAGLE --exact --version 9.6.2

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

Silent install command for EAGLE

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

One-line silent install (x64, machine scope)
Autodesk_EAGLE_9.6.2_English_Win_64bit.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for EAGLE

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

EAGLE is electronic design automation (EDA) software that lets printed circuit board (PCB) designers seamlessly connect schematic diagrams, component placement, PCB routing and comprehensive library content.

Installers · v9.6.2

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 EAGLE.

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

  • A
    Autodesk DWG TrueView 2027Autodesk, Inc.
    Autodesk.DWGTrueView.2027v1.0.0.0

    Open DWG files or convert them to work with older versions of AutoCAD software.

  • Autodesk Licensing ServiceAutodesk, Inc.
    Autodesk.LicensingServicev16.6.0.16341

    A licensing component that works with versions 2020 and later of Autodesk software.

  • Autodesk Design ReviewAutodesk, Inc.
    Autodesk.DesignReviewv15.3.0.5

    Create and review DWF files to easily share detailed 2D and 3D design data

  • A
    Autodesk Desktop ConnectorAutodesk, Inc.
    Autodesk.DesktopConnectorv2027.2.0.85

    A desktop application that streamlines file management by syncing files to the cloud while understanding design file relationships.

  • Blur-AutoClickerBlur009
    Blur009.BlurAutoClickerv3.9.6

    An Auto-clicker with a few advanced features and generally better performance than popular alternatives.

  • Microsoft Edge WebDriverMicrosoft Corporation
    Microsoft.EdgeDriverv153.0.4234.32

    Close the loop on your developer cycle by automating testing of your website in Microsoft Edge with Microsoft Edge WebDriver

More from Autodesk, Inc. or browse eagle, autodesk, pcb.

Frequently asked questions

How do I install EAGLE on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Autodesk.EAGLE --exact --version 9.6.2. winget downloads the installer from Autodesk, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install EAGLE silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Autodesk.EAGLE --exact 9.6.2 --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 EAGLE?
EAGLE uses EXE (Inno Setup). Run the downloaded installer with: Autodesk_EAGLE_9.6.2_English_Win_64bit.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall EAGLE via winget?
Run: winget uninstall --id Autodesk.EAGLE --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from EAGLE's Apps & Features entry.
Is EAGLE free?
EAGLE is distributed under Proprietary. Refer to the publisher (https://www.autodesk.com/products/eagle/) for the full license terms - Wingetly itself does not charge for installation.
Does EAGLE 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 EAGLE directly from the publisher.
How do I keep EAGLE up to date?
Run winget upgrade --id Autodesk.EAGLE --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of EAGLE from microsoft/winget-pkgs.