Automic VaultAutomic Vault

brew

assimp を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install assimp

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install assimp

MacPorts ports tree · graphics/assimp/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add assimp

Alpine Linux edge package indexes · assimp · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install assimp

Fedora Rawhide package metadata · assimp · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#assimp

nixpkgs package indexes · pkgs/by-name/as/assimp/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S assimp

Arch Linux sync databases · assimp · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install assimp-testmodels

Debian stable package indexes · assimp-testmodels · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install assimp-devel

openSUSE Tumbleweed package metadata · assimp-devel · ソース: download.opensuse.org

概要

パッケージ概要

Portable library for importing many well-known 3D model formats

履歴

プロジェクトの歴史と使われ方

Open Asset Import Library, better known as assimp, is a C/C++ library and command-line tool for loading many 3D asset formats into a common in-memory scene representation. It matters in package indexes because it is one of the standard native dependencies behind model viewers, game tooling, conversion utilities, bindings, and asset-processing pipelines.

プロジェクトの歴史

The official repository describes assimp as the Open-Asset-Importer-Library repository and says it loads more than 40 3D file formats into a unified data structure. The project license and source headers carry a 2006-present project copyright, while the GitHub repository metadata dates the current public repository to 2010.

Over time assimp accumulated not only importers and exporters but also post-processing steps such as normal and tangent generation, triangulation, vertex-cache optimization, degenerate primitive removal, duplicate-vertex handling, primitive sorting, and material cleanup. That broad post-processing layer is why packages often expose both a library and an assimp command-line executable rather than treating it as a format decoder only.

The current README documents C and C++ APIs, bindings or ports for C#, Java, Python, Delphi, D, Android, iOS, Pascal, JavaScript/Node.js, JVM, Haxe, Rust, Unity, and Unreal-related integrations. The official documentation is Sphinx-based and covers installation, data structures, importer/exporter APIs, post-processing, importer notes, and developer guidance.

採用の歴史

assimp's adoption pattern is unusually broad for a native graphics library. The supplied package facts list Homebrew, Debian/Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, and openSUSE-style packages, while the README points to vcpkg, prebuilt binaries, bindings, ports, and community support channels.

The package is common because it standardizes a messy area of build systems: importing OBJ, Collada, FBX, glTF, STL, IFC, 3MF, and other model data through one C/C++ ABI. Downstream projects can choose assimp as a single dependency instead of maintaining a matrix of format-specific parsers.

使われ方

Developers use assimp either as a library linked into applications or through the assimp CLI for inspecting, converting, and validating assets. The official README's quickstart is a CMake/Ninja source build, and its repository layout separates core import/export code, public headers, post-processing utilities, ports, samples, tools, scripts, and regression test models.

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

assimp is package-nerd significant because it is both leaf-tool and infrastructure dependency: a user may install the assimp binary directly, but many graphics, CAD, game, robotics, and visualization stacks pull the library indirectly. The many bundled importers, test models, and third-party contributions also make licensing and ABI stability more visible than in smaller media tools.

タイムライン

  • 2006: Project copyright period begins in official assimp license/source headers.
  • 2010: assimp/assimp repository created on GitHub.
  • 2022: Official Read the Docs documentation carried a March 2022 v6.0.2 documentation title.
  • 2026: The official repository metadata and tags showed continued v6 maintenance.

Related projects

  • vcpkg, Homebrew, Debian/Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE packaging make assimp available across common developer platforms.
  • assimp-mdb is the official model database for testing.
  • PyAssimp, AssimpNetter, assimpjs, russimp, and engine integrations demonstrate the binding and wrapper ecosystem documented by the upstream README.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
assimpcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版6.0.5
マネージャ更新日2026-06-02
ローカルデータOK
上流最新
検出された最新v6.0.5

https://github.com/assimp/assimp

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:assimp
バージョン6.0.5
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/assimp
ホームページhttps://www.assimp.org/
リポジトリhttps://github.com/assimp/assimp
上流ドキュメントhttps://the-asset-importer-lib-documentation.readthedocs.io/en/latest
ライセンスBSD-3-Clause AND CC-PDDC AND MIT AND BSL-1.0 AND Unlicense AND Zlib
ソースアーカイブhttps://github.com/assimp/assimp/archive/refs/tags/v6.0.5.tar.gz
最終更新2026-06-02T00:54:19-04:00
Pulseupdated
ビルド依存関係cmake, ninja
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameassimp
Aliases
  • assimp@6
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

assimp-testmodels 5.4.3+ds-2

assimp 3D model import library (testdata)

https://assimp.org

sudo apt install assimp-testmodels
  • Section: graphics
  • Architecture: all
  • Source Package: assimp
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: assimp-testmodels from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

assimp-utils 5.4.3+ds-2

3D model import library (utilities)

https://assimp.org

sudo apt install assimp-utils
  • Section: utils
  • Architecture: amd64
  • Source Package: assimp
  • 4 依存関係
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: assimp-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libassimp-dev 5.4.3+ds-2

3D model import library (development)

https://assimp.org

sudo apt install libassimp-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: assimp
  • 2 依存関係
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libassimp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libassimp-doc 5.4.3+ds-2

3D model import library (documentation)

https://assimp.org

sudo apt install libassimp-doc
  • Section: doc
  • Architecture: all
  • Source Package: assimp
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libassimp-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libassimp5 5.4.3+ds-2

3D model import library

https://assimp.org

sudo apt install libassimp5
  • Section: libs
  • Architecture: amd64
  • Source Package: assimp
  • 7 依存関係
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libassimp5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-pyassimp 5.4.3+ds-2

3D model import library (Python3 bindings)

https://assimp.org

sudo apt install python3-pyassimp
  • Section: python
  • Architecture: all
  • Source Package: assimp
  • 3 依存関係
  • normalized package name match
  • 一致条件: Assimp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-pyassimp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

assimp

nix profile install nixpkgs#assimp
  • normalized package name match
  • 一致条件: Assimp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/as/assimp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

assimp-testmodels 5.3.1+ds-2build1

assimp 3D model import library (testdata)

https://assimp.org

sudo apt install assimp-testmodels
  • Section: universe/graphics
  • Architecture: all
  • Source Package: assimp
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: assimp-testmodels from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

assimp-utils 5.3.1+ds-2build1

3D model import library (utilities)

https://assimp.org

sudo apt install assimp-utils
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: assimp
  • 4 依存関係
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: assimp-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libassimp-dev 5.3.1+ds-2build1

3D model import library (development)

https://assimp.org

sudo apt install libassimp-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: assimp
  • 2 依存関係
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libassimp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libassimp-doc 5.3.1+ds-2build1

3D model import library (documentation)

https://assimp.org

sudo apt install libassimp-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: assimp
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libassimp-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libassimp5 5.3.1+ds-2build1

3D model import library

https://assimp.org

sudo apt install libassimp5
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: assimp
  • 7 依存関係
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libassimp5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-pyassimp 5.3.1+ds-2build1

3D model import library (Python3 bindings)

https://assimp.org

sudo apt install python3-pyassimp
  • Section: universe/python
  • Architecture: all
  • Source Package: assimp
  • 3 依存関係
  • normalized package name match
  • 一致条件: Assimp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-pyassimp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

assimp 6.0.4-r0

Open Asset Import Library imports and exports 3D model formats

https://www.assimp.org/

sudo apk add assimp
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: assimp
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Assimp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: assimp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

assimp-dev 6.0.4-r0

Open Asset Import Library imports and exports 3D model formats (development files)

https://www.assimp.org/

sudo apk add assimp-dev
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: assimp
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Assimp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: assimp-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

assimp-libs 6.0.4-r0

Open Asset Import Library imports and exports 3D model formats (libraries)

https://www.assimp.org/

sudo apk add assimp-libs
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: assimp
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Assimp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: assimp-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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