skillfed

open3d

Open3D: A Modern Library for 3D Data Processing.

open3d v0.19.0 2.7M downloads/30d#2,942 on PyPI13,885
Permissive license MIT Active released

What it is and what it does

Open3D is a C++ and Python library for rapid development of 3D data processing software. It exposes carefully selected data structures (point clouds, meshes, RGB-D images) and algorithms optimized for parallel execution, with GPU acceleration available for core operations. The library supports scene reconstruction, surface alignment, and 3D visualization with physically based rendering.

Typical use involves loading or generating 3D geometry, applying processing algorithms (filtering, registration, segmentation), and visualizing results. The package integrates with machine learning frameworks and includes support for both interactive visualization and batch processing. Its runtime dependencies include numpy, scikit-learn, matplotlib, and pandas, making it suitable for research, computer vision pipelines, and 3D graphics applications.

Use it for:

  • Load and visualize point cloud data from LiDAR sensors or depth cameras for robotics or autonomous systems.
  • Reconstruct 3D scenes from RGB-D image sequences or multiple viewpoints.
  • Align and register multiple 3D scans or point clouds for surface reconstruction.
  • Extract features and perform segmentation on 3D geometry for machine learning workflows.
  • Convert between 3D file formats and apply geometric transformations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Open3D provides data structures and algorithms for working with 3D point clouds, meshes, and RGB-D data, with GPU-accelerated processing and visualization capabilities.

Yes, if you work with 3D data. Open3D is actively maintained, widely used (top 5000 PyPI packages), has no known vulnerabilities, and offers a comprehensive toolkit for point cloud and mesh processing. The medium install friction is justified by its optimized C++ backend and GPU support. MIT license poses no restrictions.

Install

open3d on PyPI

pip

pip install open3d

uv

uv add open3d

poetry

poetry add open3d

Installing open3d

Before you install

Medium install friction due to compiled C++ backend and prebuilt wheels for multiple Python versions (3.8, 3.9, 3.10, 3.11, 3.12) and platforms. Active maintenance with recent commits; repository remains actively developed.

License in practice

MIT license is permissive; you may use, modify, and distribute Open3D freely in commercial and private projects with minimal restrictions.

Quickstart

pip install open3d
import open3d as o3d
pcd = o3d.io.read_point_cloud('data.pcd')
o3d.visualization.draw_geometries([pcd])

GPU acceleration requires NVIDIA CUDA to be pre-installed on the system.

Verify before relying

  • Performance characteristics and scalability limits for large point clouds or real-time applications.
  • Compatibility of PyTorch and TensorFlow integration with specific versions of those frameworks.
  • Whether all 16 runtime dependencies are required or if subsets can be used for minimal installations.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.8)
Install friction medium — platform-specific wheel
Runtime dependencies 16 — numpy, dash, werkzeug, flask, nbformat, configargparse, ipywidgets, addict, pillow, matplotlib, pandas, pyyaml, scikit-learn, tqdm, pyquaternion, pywinpty
Maintenance actively maintained — 583 days since the last release
Last repo commit
First released
Downloads 2,682,214/month — #2,942 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: open3d-0.19.0-cp310-cp310-macosx_10_15_universal2.whl; open3d-0.19.0-cp310-cp310-manylinux_2_31_x86_64.whl; open3d-0.19.0-cp310-cp310-win_amd64.whl; open3d-0.19.0-cp311-cp311-macosx_10_15_universal2.whl; open3d-0.19.0-cp311-cp311-manylinux_2_31_x86_64.whl; open3d-0.19.0-cp311-cp311-win_amd64.whl; open3d-0.19.0-cp312-cp312-macosx_10_15_universal2.whl; open3d-0.19.0-cp312-cp312-manylinux_2_31_x86_64.whl; open3d-0.19.0-cp312-cp312-win_amd64.whl; open3d-0.19.0-cp38-cp38-macosx_13_0_x86_64.whl; open3d-0.19.0-cp38-cp38-manylinux_2_31_x86_64.whl; open3d-0.19.0-cp38-cp38-win_amd64.whl; open3d-0.19.0-cp39-cp39-macosx_13_0_x86_64.whl; open3d-0.19.0-cp39-cp39-manylinux_2_31_x86_64.whl; open3d-0.19.0-cp39-cp39-win_amd64.whl

Keywords: 3D, reconstruction, point, cloud, mesh, RGB-D, visualization

Development Status :: 3 - AlphaEnvironment :: GPU :: NVIDIA CUDAEnvironment :: MacOS XEnvironment :: Win32 (MS Windows)Environment :: X11 ApplicationsIntended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Other AudienceIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishOperating System :: MacOS :: MacOS XOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: CProgramming Language :: C++Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: EducationTopic :: Multimedia :: Graphics :: 3D ModelingTopic :: Multimedia :: Graphics :: 3D RenderingTopic :: Multimedia :: Graphics :: CaptureTopic :: Multimedia :: Graphics :: Graphics ConversionTopic :: Multimedia :: Graphics :: ViewersTopic :: Scientific/EngineeringTopic :: Scientific/Engineering :: MathematicsTopic :: Scientific/Engineering :: VisualizationTopic :: Software Development :: Libraries :: Python ModulesTopic :: Utilities

Tags

3D point cloud processingmesh reconstruction and alignment3D visualization libraryRGB-D data handling3D geometry algorithmspoint cloud visualization3D data structures
3d-geometrypoint-cloudgpu-accelerated

More Scientific/Engineering packages

Further reading