# 使用 Homebrew, apt, dnf, Nix, pacman, zypper, scoop, winget 安装 f3d

查看 f3d 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:f3d
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install f3d
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install f3d
```

  证据: Debian stable package indexes: f3d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install f3d
```

  证据: Fedora Rawhide package metadata: f3d from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#f3d
```

  证据: nixpkgs package indexes: pkgs/by-name/f3/f3d/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S f3d
```

  证据: Arch Linux sync databases: f3d from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install f3d
```

  证据: openSUSE Tumbleweed package metadata: f3d from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/f3d
```

  证据: Scoop official bucket manifest trees: bucket/f3d.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id f3d-app.f3d -e
```

  证据: Windows Package Manager source index: f3d-app.f3d from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:f3d
- **软件包管理器:** Homebrew
- **版本:** 3.5.0
- **来源摘要:** Fast and minimalist 3D viewer
- **主页:** <https://f3d.app>
- **仓库:** <https://github.com/f3d-app/f3d>
- **最后更新:** 2026-06-03T21:06:26-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- f3d (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.5.0
## 项目历史与用法

F3D is a fast, minimalist 3D viewer and rendering library centered on opening many 3D and scientific-data formats from a desktop UI or command line with good defaults and few interface distractions.

### 项目历史

F3D was initially created by Kitware SAS by Joachim Pouderoux, Michael Migliore, and Mathieu Westphal. The repository was created in 2020, and the project README describes it as maintained by the F3D-APP Foundation.

The early releases established the core viewer. The changelog shows v1.0.0, later v1.2.0 separating the executable into libf3d and the `f3d` application, and v1.3.0 introducing an alpha version of libf3d with Python bindings.

The 2.x and 3.x lines expanded F3D from a viewer into a small ecosystem: configuration files, file-manager integration, thumbnails, many plugin-backed formats, C/C++/Python/Java/JavaScript bindings, WebAssembly/browser viewing, and an Android version.

### 采用历史

F3D's adoption is driven by a gap between heavyweight CAD/scientific visualization tools and quick image viewers. Its package-manager value is that users can install one CLI-friendly viewer for glTF, STL, STEP, PLY, OBJ, FBX, Alembic, USD, VTK-related data, and other formats without launching a full modeling environment.

The input package facts list F3D across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, Scoop, winget, and openSUSE, reflecting broad interest from desktop, visualization, and developer workflows.

### 使用方式

The simplest use is `f3d /path/to/file.ext`, optionally with `--output=/path/to/img.png` for noninteractive rendering. The README also emphasizes thumbnails, hotkeys, drag-and-drop, command-line control, configuration files, and file-manager integration.

F3D is used by people who need to inspect assets quickly: game and 3D artists checking mesh files, engineers previewing CAD-ish formats, scientists viewing VTK-style datasets, and developers scripting preview renders in CI or documentation pipelines.

libf3d turns the viewer into an embeddable renderer with C++17 APIs plus C, Python, Java, and JavaScript bindings, which explains why packaging often matters beyond the `f3d` executable.

### 为什么软件包爱好者会关心

F3D is notable because it packages a hard dependency stack behind a small user experience: VTK, OpenCASCADE, Assimp, Alembic, Draco, OpenUSD, OpenVDB, PDAL, OSPRay, ImGui, and related libraries appear in the project's acknowledgments or plugin story, but the command remains a simple viewer.

For package maintainers, F3D is interesting because optional format support and plugins turn build choices into user-visible capabilities. For users, it is the rare 3D package that behaves like a Unix viewer: install it, point it at a file, get pixels.

### 时间线

- 2020: f3d-app/f3d repository created.
- 2021: v0.1.0 through v1.2.x releases published on GitHub.
- 2021: v1.2.0 separates the executable into libf3d and application layers.
- 2021: v1.3.0 introduces an alpha libf3d library and Python bindings.
- 2024: v3.0.0 modernizes libf3d APIs around C++17 and expands command/control APIs.
- 2025: v3.3.0 creates a WebAssembly-based F3D web application.
- 2026: v3.5.0 adds an Android version and more rendering, file-format, and plugin features.

### Related projects

- VTK is a core rendering and visualization foundation for F3D.
- Assimp, OpenCASCADE, Alembic, Draco, OpenUSD, OpenVDB, PDAL, OSPRay, and ImGui are part of the broader dependency and format-support ecosystem documented by F3D.
- libf3d is the embeddable library shipped by the same project.

### 来源

- <https://github.com/f3d-app/f3d>
- <https://github.com/f3d-app/f3d/blob/master/README.md>
- <https://github.com/f3d-app/f3d/blob/master/doc/CHANGELOG.md>
- <https://github.com/f3d-app/f3d/blob/master/doc/dev/11-GOVERNANCE.md>
- <https://api.github.com/repos/f3d-app/f3d>
- <https://api.github.com/repos/f3d-app/f3d/releases/latest>


## 安全说明

没有找到 f3d 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/f3d/config.json, /etc/f3d/config.d, /usr/share/f3d/configs/config.json, /usr/share/f3d/configs/config.d, $XDG_CONFIG_HOME/f3d/config.json, $XDG_CONFIG_HOME/f3d/config.d
- macOS: /usr/local/etc/f3d/config.json, /usr/local/etc/f3d/config.d, ~/Library/Application Support/f3d/config.json, ~/Library/Application Support/f3d/config.d
- Windows: %APPDATA%\f3d\config.json, %APPDATA%\f3d\config.d
## 其他软件包管理器记录

- Debian apt - f3d - 3.1.0+dfsg-1: normalized package name match | Debian stable package indexes: f3d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | fast and minimalist 3D viewer | https://f3d.app/
- Nix - f3d: normalized package name match | nixpkgs package indexes: pkgs/by-name/f3/f3d/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - f3d - 2.2.1+dfsg-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: f3d from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | fast and minimalist 3D viewer | https://f3d.app/
- dnf - f3d - 3.5.0-6.fc45: normalized package name match | Fedora Rawhide package metadata: f3d from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Fast and minimalist 3D viewer | https://github.com/f3d-app/f3d
- dnf - f3d-devel - 3.5.0-6.fc45: normalized package name match | Fedora Rawhide package metadata: f3d-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for f3d | https://github.com/f3d-app/f3d
- dnf - f3d-java - 3.5.0-6.fc45: normalized package name match | Fedora Rawhide package metadata: f3d-java from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Java bindings for the f3d | https://github.com/f3d-app/f3d
- dnf - f3d-python3 - 3.5.0-6.fc45: normalized package name match | Fedora Rawhide package metadata: f3d-python3 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Python 3 bindings for the f3d | https://github.com/f3d-app/f3d
- pacman - f3d - 3.5.0-3: normalized package name match | Arch Linux sync databases: f3d from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast and minimalist 3D viewer | https://github.com/f3d-app/f3d
- zypper - f3d - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: f3d from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fast and minimalist 3D viewer | https://f3d.app
- zypper - f3d-bash-completion - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: f3d-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash completion for f3d | https://f3d.app
- zypper - f3d-devel - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: f3d-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for f3d | https://f3d.app
- zypper - f3d-fish-completion - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: f3d-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for f3d | https://f3d.app
- zypper - f3d-zsh-completion - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: f3d-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for f3d | https://f3d.app
- zypper - libf3d3 - 3.5.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: libf3d3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | F3d library | https://f3d.app
- Scoop - extras/f3d: normalized package name match | Scoop official bucket manifest trees: bucket/f3d.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - f3d-app.f3d: normalized package name match | Windows Package Manager source index: f3d-app.f3d from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
