https://store-images.s-microsoft.com/image/apps.15548.ae0280cb-0248-4612-a43f-1ad8cac729ce.aecc453f-37c7-4097-b991-cc35b52627c9.c46889d1-da0b-4e93-b853-a6848df2a762

Meshroom

bCloud LLC

Meshroom

bCloud LLC

Version 2023.3.0 + Free with Support on Ubuntu 24.04

Meshroom is an open-source 3D reconstruction software based on photogrammetry. It allows users to create accurate 3D models from a set of 2D images using a fast, modular, and flexible pipeline. Meshroom leverages the AliceVision framework to provide high-quality reconstructions with a focus on usability, automation, and visual workflow management.

Features of Meshroom:

  • Supports 3D reconstruction from multiple images using a node-based workflow.
  • Optimized for photogrammetry pipelines including camera alignment, depth map generation, meshing, and texturing.
  • Provides a GUI for designing and managing reconstruction pipelines visually.
  • Can run headless using AliceVision CLI tools for automated or server-based processing.
  • Open-source and actively maintained, used in research, digital heritage, visual effects, and game development.
  • Cross-platform support for Linux, Windows, and macOS.

Check Meshroom Version on Ubuntu 24.04:

Since Meshroom doesn’t have a built-in --version flag, you can check the installed version using the folder name:

cd /opt/Meshroom-2023.3.0
basename $(pwd)       # Output: Meshroom-2023.3.0
basename $(pwd) | sed 's/Meshroom-//'  # Output: 2023.3.0

Note: The folder name corresponds to the installed version of Meshroom. Always refer to the official Meshroom GitHub repository for the latest releases and documentation.