# geogram を Homebrew, Nix, pacman, apt でインストール

geogram のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:geogram
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install geogram
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#geogram
```

  証拠: nixpkgs package indexes: pkgs/by-name/ge/geogram/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S geogram
```

  証拠: Arch Linux sync databases: geogram from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install geogram
```

  証拠: Ubuntu 24.04 LTS package indexes: geogram from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz

## パッケージ情報

- **パッケージキー:** brew:geogram
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/geogram>
- **バージョン:** 1.10.0
- **ソース概要:** Programming library of geometric algorithms
- **ホームページ:** <https://github.com/BrunoLevy/geogram/wiki>
- **リポジトリ:** <https://github.com/BrunoLevy/geogram>
- **上流ドキュメント:** <https://github.com/BrunoLevy/geogram/wiki>
- **ライセンス:** BSD-3-Clause AND LicenseRef-Homebrew-public-domain AND LGPL-3.0-or-later AND MIT
- **ソースアーカイブ:** <https://github.com/BrunoLevy/geogram/releases/download/v1.10.0/geogram_1.10.0.tar.gz>
- **最終更新:** 2026-05-28T09:09:42Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- geodump (cli)
- vorpalite (cli)
- geodump (エイリアス)
- vorpalite (エイリアス)

## 依存関係

- glfw

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.10.0
- マネージャ更新日: 2026-05-28
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/BrunoLevy/geogram
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Geogram is a C++ computational-geometry and geometry-processing library by Bruno Levy. Its public documentation presents it as a collection of geometric algorithms for surface reconstruction, remeshing, parameterization, Boolean operations, exact predicates, Delaunay triangulations, mesh data structures, geometric search, spectral mesh processing, and linear solvers.

### プロジェクトの歴史

The project traces its roots to sustained geometry-processing work that began around 2000 during Levy's postdoctoral work at Stanford. Geogram later gathered major software results from the ALICE Inria project, which ran from 2004 to 2018, and preserved implementations behind more than 30 research articles in venues such as ACM SIGGRAPH, ACM Transactions on Graphics, the Symposium on Geometry Processing, and Eurographics.

Geogram's evolution was tied to research grants and applied meshing work. The project documentation credits ERC GOODSHAPE and VORPALINE grants and Inria exploratory actions EXPLORAGRAM and COSMOGRAM with extending the library toward large-scale computational physics and optimal transport.

### 採用の歴史

The Symposium on Geometry Processing recognized Geogram with its 2023 Software Award, citing both the library and its role in making research results reproducible. The project's own publications page lists downstream projects and users in academic, industrial, and scientific settings, including NASA Ames' LAVA Voronoi Mesher, AliceVision, PyMesh, OVITO, OpenGeode, R wrappers, and geologic meshing tools.

### 使われ方

Practitioners use Geogram as a geometry kernel and command-line toolkit for meshes, Voronoi and Delaunay computations, robust predicates, reconstruction, remeshing, CSG, and geometry-processing research prototypes. Package users also encounter companion tools such as `geodump` and `vorpalite` for inspecting geometry data and running mesh-oriented workflows.

### パッケージ好きにとっての重要性

For package maintainers, Geogram is notable because it packages a research-grade geometry-processing codebase with a wide dependency surface and long-running upstream release history. It sits in the same practical space as other mesh-processing libraries, but its appeal comes from reproducible research algorithms and a ready-to-install command-line surface for computational geometry experiments.

### タイムライン

- 2000: Development effort began during Bruno Levy's postdoctoral work at Stanford.
- 2004-2018: ALICE Inria project produced many of the research results later collected in Geogram.
- 2023: Geogram received the Symposium on Geometry Processing Software Award.

### Related projects

- Graphite is an experimental 3D modeler built around Geogram. The Geogram wiki also links related wrappers and downstream users such as Julia and Rust bindings, AliceVision, PyMesh, OVITO, OpenGeode, and RGeogram.

### ソース

- <https://awards.geometryprocessing.org/>
- <https://github.com/BrunoLevy/geogram>
- <https://github.com/BrunoLevy/geogram/wiki>
- <https://github.com/BrunoLevy/geogram/wiki/Publications>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** geogram
- **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

## 他のパッケージマネージャ記録

- Nix - geogram: normalized package name match | nixpkgs package indexes: pkgs/by-name/ge/geogram/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - geogram - 1.8.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: geogram from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Programming library with geometric algorithms | https://github.com/BrunoLevy/geogram
- Ubuntu apt - libgeogram-dev - 1.8.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgeogram-dev from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Programming library with geometric algorithms | https://github.com/BrunoLevy/geogram
- Ubuntu apt - libgeogram-doc - 1.8.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgeogram-doc from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Programming library with geometric algorithms | https://github.com/BrunoLevy/geogram
- Ubuntu apt - libgeogram1 - 1.8.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgeogram1 from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Programming library with geometric algorithms | https://github.com/BrunoLevy/geogram
- pacman - geogram - 1.10.0-1: normalized package name match | Arch Linux sync databases: geogram from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Library of geometric algorithms | https://github.com/BrunoLevy/geogram


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://pkg.so/ja/scientific-computing-tools/) - Matched scientific computing metadata.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [gts](https://pkg.so/ja/brew/gts/) - Shares pkgdb curated category or tags: cli, computational-geometry, mesh, science.
- [sfcgal](https://pkg.so/ja/brew/sfcgal/) - Shares pkgdb curated category or tags: c-plus-plus, cli, computational-geometry, science.
- [voro++](https://pkg.so/ja/brew/voro/) - Shares pkgdb curated category or tags: c-plus-plus, cli, computational-geometry, science.
- [qhull](https://pkg.so/ja/brew/qhull/) - Shares pkgdb curated category or tags: cli, computational-geometry, science.
- [geos](https://pkg.so/ja/brew/geos/) - Shares pkgdb curated category or tags: c-plus-plus, cli, science.
- [root](https://pkg.so/ja/brew/root/) - Shares pkgdb curated category or tags: c-plus-plus, cli, science.
- [opencascade](https://pkg.so/ja/brew/opencascade/) - Shares pkgdb curated category or tags: c-plus-plus, cli, science.
- [clp](https://pkg.so/ja/brew/clp/) - Shares pkgdb curated category or tags: c-plus-plus, cli, science.
- [manifold-3d](https://pkg.so/ja/npm/manifold-3d/) - Local package facts share a topical domain. Shared terms: cli, computational, computational-geometry, geometry, mesh.
- [bamtools](https://pkg.so/ja/brew/bamtools/) - Local package facts share a topical domain. Shared terms: c-plus-plus, cli, plus, science.

## Combined YAML source

View the package source record on GitHub. [combined/geogram.yml](https://github.com/mxcl/pkgdb/blob/main/combined/geogram.yml)


## ソース

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