Guide
Install Glass.NET
Download and run Glass.NET on Windows — a single self-contained executable, no .NET install required.
Glass.NET ships as a single self-contained executable. You do not need the .NET runtime installed — everything it needs is bundled.
Download
- Download the latest Glass.NET build from the releases page.
- You can grab either the
.exedirectly or the.zip(which contains the same executable). - Run
Glass.exe. That’s it — there’s no installer and no setup wizard.
On first launch Windows SmartScreen may warn about a new publisher. Choose More info → Run anyway. The build is produced from the public Glass.NET source.
System requirements
- Windows 10 or Windows 11 (64-bit).
- Roughly 150 MB of free disk space.
- No separate .NET runtime — the release is self-contained.
Open an assembly
- File ▸ Open Assembly… (Ctrl+O) to pick one or more
.dll/.exefiles, or - File ▸ Open Folder… to load every assembly in a folder, or
- drag a file onto the window, or pass a path on the command line:
Glass.exe MyLib.dll.
Next: Getting started.