Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper 安装 assimp

查看 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

命令和别名

  • assimp

历史

项目历史与用法

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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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