A small, cross-platform UI for exploring .NET assemblies.
- Stable Releases: Downloads
- Unstable Builds: CI artifacts
Downloads are on the Releases page.
Download the latest release archive for your platform from the Releases page, extract it, and run the app.
-
Extract the universal
.tar.gzand openProjectRover-macos-universal.dmg. -
Drag the Project Rover icon to the Applications folder.
-
Run
ProjectRover.appfrom the Applications folder. You may need to bypass Gatekeeper on first launch:xattr -d com.apple.quarantine /Applications/ProjectRover.app open /Applications/ProjectRover.app
- Extract and run
ProjectRover.exe.
-
Extract and run the
ProjectRoverbinary. Example:mkdir ProjectRover && tar -xzpf ProjectRover-linux-x64.tar.gz -C ProjectRover chmod +x ProjectRover/ProjectRover ./ProjectRover/ProjectRover
.NET 10 SDK is required. Then run:
git clone https://github.com/LeXtudio/ProjectRover.git
cd ProjectRover
git submodule update --init --recursive
cd src/ProjectRover
dotnet runPlease read TROUBLESHOOTING.md for step-by-step instructions for shipped users and other debugging tips.
src/ProjectRover– Avalonia application, shims for view models and other supporting files.thirdparty/AvaloniaEdit– bundled text editor control.src/ILSpy- Original ILSpy source code, mostly unmodified.
- Active development, not production ready. Expect bugs and missing features.
- Current focus is on code reuse and keeping up with ILSpy.
This project is AGPL licensed. It depends on ILSpy (MIT); see THIRD-PARTY-NOTICES.



