Wingetlywingetly
AppsPacksLeaderboardDocs
PackGitHubSponsorPckgr↗
Wingetlywingetly

Browse, bundle, install. Every winget app in one place.

An independent index for the Windows Package Manager ecosystem.

Catalog

  • All apps
  • Packs
  • Docs

Project

  • Privacy
  • About
Sponsor

Wingetly is sponsored by Pckgr - automated application patching for Microsoft Intune.

Learn more ↗
© 2026 WingetlyData from microsoft/winget-pkgs
Wingetlywingetly
AppsPacksLeaderboardDocs
PackGitHubSponsorPckgr↗
← All apps

Dependencies

by lucasg·v2.2.0
lucasg.Dependencies

Last updated Apr 28, 2026

Dependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows SDKs, but whose development stopped around 2006

Visit homepage↗

Install with winget

$ winget install --id lucasg.Dependencies --exact --version 2.2.0

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

Sponsored

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.

See Pckgr's app library↗

About

Dependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows

SDKs, but whose development stopped around 2006. Dependencies can help Windows developers

troubleshooting their dll load dependencies issues.

Dependencies currently does not recursively resolve child imports when parsing a new PE since it can

be really memory-hungry to do so ( it can over a GB even for "simple" PEs ). This behavior can be

overridden (app-wide) via a property located in "Options->Properties->Tree build

behaviour".Dependencies currently does not recursively resolve child imports when parsing a new PE

since it can be really memory-hungry to do so ( it can over a GB even for "simple" PEs ). This

behavior can be overridden (app-wide) via a property located in "Options->Properties->Tree build

behaviour".

Tree build behaviours available:

- ChildOnly (default): only process PE child imports and nothing beyond.

- RecursiveOnlyOnDirectImports: do not process delayload dlls.

- Recursive: Full recursive analysis. You better have time and RAM on your hands if you activate this setting

Installers · v2.2.0

ArchitectureTypeScopeInstallDownload
x86zip-Direct↗
x64zip-Direct↗

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

Frequently asked questions

How do I install Dependencies on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id lucasg.Dependencies --exact --version 2.2.0. winget downloads the installer from lucasg and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Dependencies silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id lucasg.Dependencies --exact 2.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Dependencies via winget?⌄
Run: winget uninstall --id lucasg.Dependencies --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Dependencies's Apps & Features entry.
Is Dependencies free?⌄
Dependencies is distributed under MIT. Refer to the publisher (https://github.com/himeshsameera/Dependencies) for the full license terms - Wingetly itself does not charge for installation.
Does Dependencies 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 Dependencies directly from the publisher.
How do I keep Dependencies up to date?⌄
Run winget upgrade --id lucasg.Dependencies --exact, or winget upgrade --all to update everything winget tracks. We index 3 versions of Dependencies from microsoft/winget-pkgs.

Recent versions

  • 2.2.0latest
  • 2.1.0
  • 1.11.1
Homepage↗License · MIT↗Publisher↗
Wingetlywingetly

Browse, bundle, install. Every winget app in one place.

An independent index for the Windows Package Manager ecosystem.

Catalog

  • All apps
  • Packs
  • Docs

Project

  • Privacy
  • About
Sponsor

Wingetly is sponsored by Pckgr - automated application patching for Microsoft Intune.

Learn more ↗
© 2026 WingetlyData from microsoft/winget-pkgs