Install via Winget
winget install willibrandon.dotsider
Open Windows Terminal or PowerShell and run the command above. Winget is built into Windows 10 (1809+) and Windows 11.
About dotsider
dotsider is a terminal UI for analyzing .NET assemblies — structure, metadata, IL disassembly, strings, hex dump, dependency graphs, size maps, and live runtime tracing via EventPipe. It also supports assembly diffing and NuGet package browsing.
Frequently Asked Questions
How do I install dotsider using winget?
Open Windows Terminal or PowerShell and run:
winget install willibrandon.dotsider. Winget is built into Windows 10 (1809+) and Windows 11.What is dotsider?
A TUI for analyzing .NET assemblies
Is dotsider free to download?
dotsider is available under the MIT license. Use the winget command or the direct download link on this page.
How do I update dotsider with winget?
Run
winget upgrade willibrandon.dotsider in Windows Terminal or PowerShell to update dotsider to the latest available version.