napari-plugin-manager
Install plugins for napari, in napari.
What it is and what it does
napari-plugin-manager is a standalone graphical tool for managing the napari plugin ecosystem. It was extracted from the main napari codebase to evolve independently and now runs as a separate application that lets users search, install, update, and uninstall napari plugins without leaving the GUI. The tool detects whether napari was installed via conda or pip and offers the appropriate installer by default, though users can override this choice per plugin.
The package wraps both pip and conda as backend installers, queues multiple installation tasks sequentially, and pulls plugin metadata from the npe2api service. It supports direct package installation by name, URL, or by dragging and dropping PyPI artifacts. Users can also export and import plugin lists in requirements.txt format for sharing configurations across environments.
Use it for:
- Install napari plugins from a curated ecosystem list without opening a terminal or package manager.
- Switch between conda and pip installers per plugin to balance dependency resolution and availability.
- Batch queue multiple plugin installations, updates, and removals to run sequentially without manual intervention.
- Export and share a reproducible napari plugin configuration across team members or environments.
- Search and filter available plugins by name or description to discover new tools for image analysis workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a graphical interface for discovering, installing, updating, and uninstalling napari plugins through both pip and conda package managers.
Yes, if you use napari and want a point-and-click plugin manager. The package is actively maintained, has low install friction, carries a permissive license, and solves a real usability gap for non-terminal users. It is still in alpha (Development Status 3) and relatively young (first release May 2023), so expect occasional rough edges, but no known security vulnerabilities and a clear maintenance signal make it a reasonable choice for napari users who prefer GUI-driven plugin discovery.
Install
napari-plugin-manager on PyPI
pip
pip install napari-plugin-manageruv
uv add napari-plugin-managerpoetry
poetry add napari-plugin-managerInstalling napari-plugin-manager
Before you install
Low friction installation with five runtime dependencies. Actively maintained with recent commits; last release was 148 days ago and the repository is not archived.
License in practice
Distributed under BSD-3-Clause, a permissive open-source license allowing commercial and private use with minimal restrictions.
Quickstart
pip install napari-plugin-manager
from napari_plugin_manager import PluginManagerDialog
dialog = PluginManagerDialog()
Requires Python 3.10 or later; Qt environment via qtpy and superqt for the GUI to display.
Verify before relying
- Whether the npe2api service (napari.org REST API) is reliably available and documented for offline scenarios.
- Performance characteristics when managing large numbers of installed plugins or querying many available plugins.
- Compatibility matrix between specific napari versions and napari-plugin-manager releases.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — npe2, qtpy, superqt, pip, packaging |
| Maintenance | actively maintained — 148 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 82,835/month — #14,129 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: napari_plugin_manager-0.1.11-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
npe2npe2 is a plugin engine and management system…
permissive · top 15,000 on PyPI
napari-svgNapari-svg is a plugin that exports image data…
permissive · top 15,000 on PyPI
naparinapari is an interactive, multi-dimensional…
permissive · top 15,000 on PyPI
napari-consoleAdds an interactive Python console panel to…
permissive · top 15,000 on PyPI
napari-plugin-engineA plugin discovery and hook-calling system for…
permissive · top 15,000 on PyPI
comfyui-managerInstalls, removes, disables, and enables custom…
copyleft · top 15,000 on PyPI
pycat-napariPyCAT-Napari is a napari-based desktop…
permissive · top 15,000 on PyPI
pdmPDM is a modern Python package and dependency…
unclear · top 5,000 on PyPI
detect-installerDetects which package manager installed a given…
permissive · top 5,000 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI