NuGet Manager Slim for Visual StudioA faster, lighter NuGet Package Manager for Visual Studio. One dockable tool window, one filterable list, no blocking dialogs. Download from the Visual Studio Marketplace or get the latest CI build.
Why another NuGet manager?The in-box Package Manager opens a large and somewhat heavy window, makes you flip between Browse / Installed / Updates tabs, and blocks the UI while it talks to the feed. NuGet Manager Slim replaces that flow with a single dockable tool window where every search, install, update, and uninstall runs asynchronously - the UI stays responsive the whole time. It coexists with the built-in NuGet Package Manager. Both can be open at the same time and write to the same project files without conflict. How it compares
What Can You Do?One unified listInstalled packages pin to the top of the Browse list with a clear "Installed" badge, so you never have to flip tabs to see what's already there. Update arrows stay visible at rest, so outdated packages are obvious at a glance.
Switch scope in a clickToggle the view between All packages, Installed, and Updates available from the toolbar. The list re-renders instantly without re-querying the feed.
Search that keeps up with youAs-you-type local filtering on already-loaded results, with debounced remote feed queries running in the background. The search box also doubles as a filter builder: pick a source from the dropdown to scope results to a specific feed without leaving the keyboard.
Useful filters:
Inline actionsInstall, update, and uninstall directly from the row. No dialog, no confirmation modal in the way - operations stream their progress in the status area while the rest of the list stays interactive. See your transitive dependenciesIndirect (transitive) packages appear under their own "Transitive packages" header in the Installed view, with a required by label so you know exactly which direct dependency pulled them in. They are read-only; to change a transitive version, update the direct dependency that requires it. Detail pane on demandClick any package to reveal description, license, download count, authors, version history, project membership, dependencies, and a README preview - all without leaving the tool window.
The version dropdown lists every published version (stable by default, prerelease when toggled), and the dependency tree expands to show the full graph for the selected version. Get Started in 30 Seconds
Tips
FAQQ: Does this replace the built-in NuGet Package Manager? Q: Where do my package sources come from? Q: Are packages.config projects supported? Q: Why are some packages marked as transitive? Q: A package shows no icon - is that a bug? Q: Does it work with multi-targeted projects? Q: Can I use it without a solution open? ContributingThis is a passion project, and contributions are welcome.
If NuGet Manager Slim saves you time, consider: |




