# Installer librealsense avec Homebrew, dnf, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de librealsense pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:librealsense
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install librealsense
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install librealsense
```

  Preuve: Fedora Rawhide package metadata: librealsense from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#librealsense
```

  Preuve: nixpkgs package indexes: pkgs/by-name/li/librealsense/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install librealsense
```

  Preuve: openSUSE Tumbleweed package metadata: librealsense from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:librealsense
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/librealsense>
- **Version:** 2.58.2
- **Résumé source:** Intel RealSense D400 series and SR300 capture
- **Page d'accueil:** <https://github.com/realsenseai/librealsense>
- **Dépôt:** <https://github.com/realsenseai/librealsense>
- **Docs amont:** <https://github.com/IntelRealSense/librealsense#readme>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/realsenseai/librealsense/archive/refs/tags/v2.58.2.tar.gz>
- **Dernière mise à jour:** 2026-07-04T16:53:44+09:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- realsense-viewer (cli)
- rs-align (cli)
- rs-align-advanced (cli)
- rs-align-gl (cli)
- rs-benchmark (cli)
- rs-callback (cli)
- rs-capture (cli)
- rs-color (cli)
- rs-convert (cli)
- rs-data-collect (cli)
- rs-depth (cli)
- rs-depth-quality (cli)
- rs-distance (cli)
- rs-embed (cli)
- rs-embedded-filters (cli)
- rs-enumerate-devices (cli)
- rs-eth-config (cli)
- rs-fw-logger (cli)
- rs-fw-update (cli)
- rs-gl (cli)
- rs-hdr (cli)
- rs-hello-realsense (cli)
- rs-infrared (cli)
- rs-labeled-pointcloud (cli)
- rs-measure (cli)
- rs-motion (cli)
- rs-multicam (cli)
- rs-on-chip-calib (cli)
- rs-pointcloud (cli)
- rs-post-processing (cli)
- rs-record (cli)
- rs-record-playback (cli)
- rs-rosbag-inspector (cli)
- rs-save-to-disk (cli)
- rs-sensor-control (cli)
- rs-software-device (cli)
- rs-terminal (cli)
- realsense-viewer (alias)
- rs-align (alias)
- rs-align-advanced (alias)
- rs-align-gl (alias)
- rs-benchmark (alias)
- rs-callback (alias)
- rs-capture (alias)
- rs-color (alias)
- rs-convert (alias)
- rs-data-collect (alias)
- rs-depth (alias)
- rs-depth-quality (alias)
- rs-distance (alias)
- rs-embed (alias)
- rs-embedded-filters (alias)
- rs-enumerate-devices (alias)
- rs-eth-config (alias)
- rs-fw-logger (alias)
- rs-fw-update (alias)
- rs-gl (alias)
- rs-hdr (alias)
- rs-hello-realsense (alias)
- rs-infrared (alias)
- rs-labeled-pointcloud (alias)
- rs-measure (alias)
- rs-motion (alias)
- rs-multicam (alias)
- rs-on-chip-calib (alias)
- rs-pointcloud (alias)
- rs-post-processing (alias)
- rs-record (alias)
- rs-record-playback (alias)
- rs-rosbag-inspector (alias)
- rs-save-to-disk (alias)
- rs-sensor-control (alias)
- rs-software-device (alias)
- rs-terminal (alias)

## Dépendances

- glfw
- libusb

## Dépendances de compilation

- cmake
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.58.2
- gestionnaire mis à jour: 2026-07-04
- données locales: OK
- dépôt amont: https://github.com/realsenseai/librealsense
- dernière version détectée: v2.58.2 (à jour)
## Historique du projet et usages

librealsense is the open source SDK and tool suite for Intel RealSense depth cameras. In package-manager terms it is the bridge between commodity depth-sensing hardware and Unix developer workflows: install the library, plug in a camera, then use tools such as realsense-viewer, rs-enumerate-devices, rs-record, and language wrappers instead of a vendor-only GUI.

### Historique du projet

The public release line began with v0.9 pre-release on January 21, 2016, then moved through 1.x releases for RealSense models such as ZR300 during 2016 and early 2017. The 2.x line is presented by the project as RealSense SDK 2.0, a cross-platform library for RealSense depth cameras that exposes depth and color streams plus calibration metadata.

The README describes support across Windows, Linux, macOS, Android, and Docker, and highlights wrappers and examples for Python, ROS, C#, Unity, and other environments. The project later migrated its GitHub organization from IntelRealSense to RealSenseAI while keeping redirects from the older URL.

### Historique d'adoption

Adoption has followed the RealSense hardware line: robotics, 3D scanning, drones, skeletal and people tracking, and facial-authentication workflows all depend on being able to script and package camera access. The repository README lists thousands of dependent GitHub projects, stars, and forks, reflecting use well beyond Intel's sample applications.

For Homebrew users, the package is useful because it bundles both the SDK library and the practical diagnostics/conversion tools that developers need when calibrating cameras, recording rosbag data, checking firmware, or debugging USB and platform backends.

### Modes d'utilisation

Typical use starts with realsense-viewer for interactive camera inspection, rs-enumerate-devices for inventory, rs-fw-update for firmware work, and small C++ or Python programs using the pipeline API. The SDK is commonly built from source with CMake when users need platform-specific backend choices or non-default wrappers.

### Pourquoi les passionnés de paquets s'y intéressent

librealsense is package-nerd interesting because it turns a finicky hardware SDK into ordinary package-manager material: shared libraries, udev/platform integration, CMake options, examples, CLI tools, and language bindings. It also sits at the collision point between vendor firmware, Linux kernels, USB behavior, ROS, Python wheels, and desktop package policies.

### Chronologie

- 2016-01-21: v0.9 pre-release published on GitHub.
- 2017-01-05: v1.12.1 release published for ZR300-era RealSense hardware.
- 2017-2018: RealSense SDK 2.0 became the project's main public SDK line.
- 2025-2026: 2.57.x and 2.58.x releases continued adding camera, viewer, build, Python, ROS, and platform fixes.

### Related projects

- Related projects include Intel/RealSense firmware packages, ROS and ROS 2 RealSense integrations, pyrealsense2, OpenCV-based examples, and the broader RealSenseAI hardware and documentation sites.

### Sources

- <https://api.github.com/repos/realsenseai/librealsense/releases?per_page=100>
- <https://github.com/IntelRealSense/librealsense>
- <https://github.com/IntelRealSense/librealsense/wiki/Release-Notes>


## Notes de sécurité

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** librealsense
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - librealsense: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/librealsense/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - librealsense - 2.57.7-1.fc45: normalized package name match | Fedora Rawhide package metadata: librealsense from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Cross-platform camera capture for Intel RealSense | https://github.com/IntelRealSense/librealsense
- dnf - librealsense-devel - 2.57.7-1.fc45: normalized package name match | Fedora Rawhide package metadata: librealsense-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for librealsense | https://github.com/IntelRealSense/librealsense
- dnf - librealsense-doc - 2.57.7-1.fc45: normalized package name match | Fedora Rawhide package metadata: librealsense-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation for librealsense | https://github.com/IntelRealSense/librealsense
- dnf - python3-librealsense - 2.57.7-1.fc45: normalized package name match | Fedora Rawhide package metadata: python3-librealsense from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Python bindings for librealsense | https://github.com/IntelRealSense/librealsense
- dnf - python3-librealsense-devel - 2.57.7-1.fc45: normalized package name match | Fedora Rawhide package metadata: python3-librealsense-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Python development files for librealsense | https://github.com/IntelRealSense/librealsense
- zypper - librealsense - 2.56.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: librealsense from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Library for Intel RealSense depth cameras | https://github.com/IntelRealSense/librealsense
- zypper - librealsense-devel - 2.56.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: librealsense-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Headers and library for librealsense | https://github.com/IntelRealSense/librealsense
- zypper - librealsense-examples - 2.56.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: librealsense-examples from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Examples for librealsense | https://github.com/IntelRealSense/librealsense
- zypper - librealsense2_56 - 2.56.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: librealsense2_56 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Library for Intel RealSense depth cameras | https://github.com/IntelRealSense/librealsense


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rtabmap](https://www.automicvault.com/fr/pkg/brew/rtabmap/) - Popular package that depends on this formula.
- [colmap](https://www.automicvault.com/fr/pkg/brew/colmap/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [opencv](https://www.automicvault.com/fr/pkg/brew/opencv/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [visp](https://www.automicvault.com/fr/pkg/brew/visp/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [dxpy](https://www.automicvault.com/fr/pkg/brew/dxpy/) - Shares av.db curated category or tags: cli, science, sdk.
- [flann](https://www.automicvault.com/fr/pkg/brew/flann/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [g2o](https://www.automicvault.com/fr/pkg/brew/g2o/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [openvino](https://www.automicvault.com/fr/pkg/brew/openvino/) - Shares av.db curated category or tags: cli, computer-vision, science.
- [geogram](https://www.automicvault.com/fr/pkg/brew/geogram/) - Local package facts share a topical domain. Shared terms: cli, glfw, science.

## Combined YAML source

View the package source record on GitHub. [combined/librealsense.yml](https://github.com/automic-vault/db/blob/main/combined/librealsense.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
