Automic VaultAutomic Vault

brew

f3d mit Homebrew, apt, dnf, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für f3d in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install f3d

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install f3d

Debian stable package indexes · f3d · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install f3d

Fedora Rawhide package metadata · f3d · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#f3d

nixpkgs package indexes · pkgs/by-name/f3/f3d/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S f3d

Arch Linux sync databases · f3d · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install f3d

openSUSE Tumbleweed package metadata · f3d · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install extras/f3d

Scoop official bucket manifest trees · bucket/f3d.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id f3d-app.f3d -e

Windows Package Manager source index · f3d-app.f3d · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Fast and minimalist 3D viewer

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für f3d wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 7 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

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

Config paths the tool may read or write during local use.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
f3dcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version3.5.0
Manager aktualisiert2026-06-03
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv3.5.0

https://github.com/f3d-app/f3d

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:f3d
Version3.5.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/f3d
Homepagehttps://f3d.app
Repositoryhttps://github.com/f3d-app/f3d
Upstream-Dokumentationhttps://f3d.app/doc
LizenzBSD-3-Clause
Quellarchivhttps://github.com/f3d-app/f3d/archive/refs/tags/v3.5.0.tar.gz
Zuletzt aktualisiert2026-06-03T21:06:26-04:00
Pulseupdated
Abhängigkeitenalembic, assimp, hdf5, imath, netcdf, opencascade, vtk
Build-Abhängigkeitencmake
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namef3d
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

f3d 3.1.0+dfsg-1

fast and minimalist 3D viewer

https://f3d.app/

sudo apt install f3d
  • Section: graphics
  • Architecture: amd64
  • 15 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: F3d
Debian stable package indexes · deb.debian.org · Debian stable package indexes: f3d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

f3d

nix profile install nixpkgs#f3d
  • normalized package name match
  • Abgeglichen nach: F3d
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/f3/f3d/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

f3d 2.2.1+dfsg-2build3

fast and minimalist 3D viewer

https://f3d.app/

sudo apt install f3d
  • Section: universe/graphics
  • Architecture: amd64
  • 13 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: F3d
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: f3d from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

f3d 3.5.0-4.fc45

Fast and minimalist 3D viewer

https://github.com/f3d-app/f3d

sudo dnf install f3d
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: f3d
  • 32 Abhängigkeiten
  • 11 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: f3d from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

f3d-devel 3.5.0-4.fc45

Development files for f3d

https://github.com/f3d-app/f3d

sudo dnf install f3d-devel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: f3d
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: f3d-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

f3d-java 3.5.0-4.fc45

Java bindings for the f3d

https://github.com/f3d-app/f3d

sudo dnf install f3d-java
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: f3d
  • 6 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: f3d-java from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

f3d-python3 3.5.0-4.fc45

Python 3 bindings for the f3d

https://github.com/f3d-app/f3d

sudo dnf install f3d-python3
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: f3d
  • 7 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: f3d-python3 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

f3d 3.5.0-3

A fast and minimalist 3D viewer

https://github.com/f3d-app/f3d

sudo pacman -S f3d
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 31 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: F3d
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: f3d from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

f3d 3.5.0-1.3

Fast and minimalist 3D viewer

https://f3d.app

sudo zypper install f3d
  • License: BSD-3-Clause
  • Category: Productivity/Graphics/Viewers
  • Architecture: x86_64
  • Source Package: f3d
  • 32 Abhängigkeiten
  • 10 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: f3d from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

f3d-bash-completion 3.5.0-1.3

Bash completion for f3d

https://f3d.app

sudo zypper install f3d-bash-completion
  • License: BSD-3-Clause
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: f3d
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: f3d-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

f3d-devel 3.5.0-1.3

Development files for f3d

https://f3d.app

sudo zypper install f3d-devel
  • License: BSD-3-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: f3d
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: f3d-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

f3d-fish-completion 3.5.0-1.3

Fish Completion for f3d

https://f3d.app

sudo zypper install f3d-fish-completion
  • License: BSD-3-Clause
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: f3d
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: f3d-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

f3d-zsh-completion 3.5.0-1.3

Zsh Completion for f3d

https://f3d.app

sudo zypper install f3d-zsh-completion
  • License: BSD-3-Clause
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: f3d
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: f3d-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libf3d3 3.5.0-1.3

F3d library

https://f3d.app

sudo zypper install libf3d3
  • License: BSD-3-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: f3d
  • 32 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: F3d
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libf3d3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

extras/f3d

scoop install extras/f3d
  • normalized package name match
  • Abgeglichen nach: F3d
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/f3d.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

f3d-app.f3d

winget install --id f3d-app.f3d -e
  • normalized package name match
  • Abgeglichen nach: F3d
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: f3d-app.f3d from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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