logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install dnSpy/dnSpy. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

dnSpy/dnSpy Installation Guide

How to install dnSpy/dnSpy. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for dnSpy/dnSpy. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i dnSpy/dnSpy
or

Install via npx

npx @hexmos/ipm i dnSpy/dnSpy

Prerequisites

Git

system_tool

Required to clone the repository and its submodules (important for --recursive).

.NET SDK

build_tool

Version: >=6.0

The .NET SDK is required to compile the source code into binaries.

PowerShell

system_tool

PowerShell is required to execute the build script (build.ps1).

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Build from Source (Scripted)

git clone --recursive https://github.com/dnSpy/dnSpy.git

cd dnSpy

powershell ./build.ps1 -NoMsbuild

Build from Source (Standard Dotnet CLI)

git clone --recursive https://github.com/dnSpy/dnSpy.git

cd dnSpy

dotnet build

Post Installation Steps

  • The compiled binaries will be located in the `./dnSpy/dnSpy/bin/` directory.
  • Launch `dnSpy.exe` (Windows) or the relevant executable for your platform.
  • If you are debugging Unity games, ensure you follow the 'Unity-mono' setup instructions in the Wiki.