imgui-bundle
Dear ImGui Bundle: From expressive code to powerful GUIs in no time. A fast, feature-rich, cross-platform toolkit for C++ and Python.
What it is and what it does
Dear ImGui Bundle wraps the Dear ImGui immediate-mode GUI library and a curated ecosystem of companion libraries (ImPlot, ImmVision, node editors, file dialogs, and others) into a unified Python API. It is designed for rapid prototyping and educational use, offering both desktop and web deployment paths. The package bundles high-level runners (Hello ImGui and ImmApp) that handle window management, rendering backends, and asset loading, reducing boilerplate. It supports Windows, macOS, Linux, iOS, Android, and WebAssembly targets.
The library is most useful when you need to build responsive, interactive GUIs quickly without wrestling with traditional widget hierarchies. It includes plotting, image inspection, and node-graph editing out of the box, making it suitable for scientific tools, data visualization dashboards, and interactive demos. The web deployment option via Pyodide allows Python code to run directly in a browser with no server-side backend required.
Use it for:
- Build scientific and data visualization dashboards with integrated 2D/3D plotting and image inspection.
- Create rapid prototypes and educational demos with minimal boilerplate and cross-platform deployment.
- Deploy interactive Python applications to the browser via Pyodide without server infrastructure.
- Develop node-graph editors, visual tools, and real-time monitoring interfaces.
- Build desktop applications for Windows, macOS, and Linux from a single Python codebase.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Dear ImGui Bundle provides Python bindings to a comprehensive immediate-mode GUI toolkit with integrated plotting, image inspection, node editors, and web deployment support for building desktop and browser-based applications.
Yes. Active maintenance, permissive MIT license, zero security vulnerabilities, no runtime dependencies, and broad platform coverage make it a low-friction choice. Install if you need rapid GUI prototyping with plotting and web deployment; skip if you require a more traditional widget-based API or need Python versions below 3.10.
Install
imgui-bundle on PyPI
pip
pip install imgui-bundleuv
uv add imgui-bundlepoetry
poetry add imgui-bundleInstalling imgui-bundle
Before you install
Medium install friction due to precompiled wheels for multiple Python versions and platforms, but no runtime dependencies to resolve. Active maintenance with a recent release and 1342 GitHub stars.
License in practice
MIT license (permissive) allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install imgui-bundle
import imgui_bundle as imb
from imgui_bundle import imgui, hello_imgui
def gui():
imgui.text("Hello, ImGui!")
hello_imgui.run(gui)
Requires Python 3.10 or later; precompiled wheels available for specific Python versions on major platforms.
Verify before relying
- Performance characteristics and typical frame rates for complex layouts or large datasets.
- Maturity and stability of Pyodide (Python-to-WebAssembly) deployment path for production use.
- Memory footprint and suitability for resource-constrained environments.
- Which specific Python versions beyond 3.10 are actively supported.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 265,955/month — #8,313 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: imgui_bundle-1.92.900-cp311-cp311-macosx_14_0_arm64.whl; imgui_bundle-1.92.900-cp311-cp311-manylinux_2_28_aarch64.whl; imgui_bundle-1.92.900-cp311-cp311-manylinux_2_28_x86_64.whl; imgui_bundle-1.92.900-cp311-cp311-musllinux_1_2_aarch64.whl; imgui_bundle-1.92.900-cp311-cp311-musllinux_1_2_x86_64.whl; imgui_bundle-1.92.900-cp311-cp311-win_amd64.whl; imgui_bundle-1.92.900-cp311-cp311-win_arm64.whl; imgui_bundle-1.92.900-cp312-cp312-macosx_14_0_arm64.whl; imgui_bundle-1.92.900-cp312-cp312-manylinux_2_28_aarch64.whl; imgui_bundle-1.92.900-cp312-cp312-manylinux_2_28_x86_64.whl; imgui_bundle-1.92.900-cp312-cp312-musllinux_1_2_aarch64.whl; imgui_bundle-1.92.900-cp312-cp312-musllinux_1_2_x86_64.whl; imgui_bundle-1.92.900-cp312-cp312-win_amd64.whl; imgui_bundle-1.92.900-cp312-cp312-win_arm64.whl; imgui_bundle-1.92.900-cp313-cp313-macosx_14_0_arm64.whl; imgui_bundle-1.92.900-cp313-cp313-manylinux_2_28_aarch64.whl; imgui_bundle-1.92.900-cp313-cp313-manylinux_2_28_x86_64.whl; imgui_bundle-1.92.900-cp313-cp313-musllinux_1_2_aarch64.whl; imgui_bundle-1.92.900-cp313-cp313-musllinux_1_2_x86_64.whl; imgui_bundle-1.92.900-cp313-cp313-win_amd64.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
dearpyguidearpygui is a GPU-accelerated GUI framework…
permissive · top 15,000 on PyPI
imguiPython bindings for the dear imgui C++ library,…
permissive · top 15,000 on PyPI
pysimpleguiPySimpleGUI wraps tkinter and other GUI…
copyleft · top 15,000 on PyPI
PyQt5PyQt5 provides Python bindings for the Qt v5…
copyleft · top 5,000 on PyPI
wxPythonwxPython provides Python bindings to the…
unclear · top 15,000 on PyPI
niceguiNiceGUI is a Python framework for building…
permissive · top 5,000 on PyPI
PyQt6PyQt6 provides Python bindings for Qt v6,…
copyleft · top 5,000 on PyPI
KivyKivy is a Python framework for building…
permissive · top 15,000 on PyPI
PySide6-EssentialsPySide6 Essentials provides Python bindings to…
copyleft · top 5,000 on PyPI
customtkinterCustomTkinter wraps Python's Tkinter to provide…
permissive · top 5,000 on PyPI