# Install lib3ds with Homebrew, apt, dnf, MacPorts, Nix, zypper

Library for managing 3D-Studio Release 3 and 4 '.3DS' files. Version 1.3.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:lib3ds
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install lib3ds
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lib3ds
```

  Evidence: MacPorts ports tree: graphics/lib3ds/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install lib3ds-1-3
```

  Evidence: Debian stable package indexes: lib3ds-1-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lib3ds
```

  Evidence: Fedora Rawhide package metadata: lib3ds from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lib3ds
```

  Evidence: nixpkgs package indexes: pkgs/by-name/li/lib3ds/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install lib3ds-1-3
```

  Evidence: openSUSE Tumbleweed package metadata: lib3ds-1-3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:lib3ds
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/lib3ds>
- **Version:** 1.3.0
- **Source summary:** Library for managing 3D-Studio Release 3 and 4 '.3DS' files
- **Homepage:** <https://code.google.com/archive/p/lib3ds/>
- **Repository:** <https://code.google.com/archive/p/lib3ds/source>
- **Upstream docs:** <https://code.google.com/archive/p/lib3ds>
- **License:** LGPL-2.1-or-later
- **Source archive:** <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/lib3ds/lib3ds-1.3.0.zip>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- 3dsdump (cli)
- lib3ds-config (cli)
- 3dsdump (alias)
- lib3ds-config (alias)

## Build dependencies

- autoconf
- automake
- libtool

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.3.0
- Local data: ok
- Upstream repository: https://code.google.com/archive/p/lib3ds/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

lib3ds is a small C library for reading and writing Autodesk 3D Studio Release 3 and 4 .3DS files. Its niche is old 3D interchange: it exists to let renderers, converters, and import filters handle a once-common binary model format without depending on Autodesk's toolkit.

### Project history

The public project was hosted on Google Code and described itself as an overall library for managing 3D-Studio Release 3 and 4 .3DS files. The archived source tree includes an initial-1.3.0 tag, and the project became effectively a preservation-era dependency after Google Code was archived.

### Adoption history

Its adoption pattern is typical of file-format libraries: it appears in Unix package managers and older graphics pipelines because .3DS files remained common in sample assets, asset catalogs, and legacy conversion workflows long after 3D Studio DOS itself was obsolete.

### How it is used

Package users usually encounter lib3ds indirectly through an importer, exporter, or conversion utility, with command-line tools such as 3dsdump useful for inspecting old .3DS assets.

### Why package nerds care

For package maintainers, lib3ds is interesting less because it changes rapidly and more because it is a fossil dependency: a compact LGPL library that keeps old binary 3D assets readable on modern systems.

### Timeline

- 2000s: lib3ds was hosted as a Google Code project for managing 3D Studio Release 3 and 4 .3DS files.
- 2008: The Google Code archive retained a lib3ds-20080909 source download.
- 2016: Google Code project hosting was archived, leaving the archived project page and source browser as the main upstream record.

### Related projects

- Related projects include Autodesk 3D Studio and 3ds Max, applications with .3DS import/export filters, and other small 3D asset libraries used by model viewers and game tools.

### Sources

- <https://code.google.com/archive/p/lib3ds>
- <https://code.google.com/archive/p/lib3ds/source/default/source>
- <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/lib3ds/lib3ds-20080909.zip>


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lib3ds
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - lib3ds-1-3 - 1.3.0-10+b2: normalized package name match | Debian stable package indexes: lib3ds-1-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Autodesk 3D Studio file reader C library | http://www.lib3ds.org/
- Debian apt - lib3ds-dev - 1.3.0-10+b2: normalized package name match | Debian stable package indexes: lib3ds-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Autodesk 3D Studio file reader development files | http://www.lib3ds.org/
- Nix - lib3ds: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/lib3ds/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lib3ds-1-3 - 1.3.0-10build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lib3ds-1-3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Autodesk 3D Studio file reader C library | http://www.lib3ds.org/
- Ubuntu apt - lib3ds-dev - 1.3.0-10build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lib3ds-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Autodesk 3D Studio file reader development files | http://www.lib3ds.org/
- dnf - lib3ds - 1.3.0-47.fc44: normalized package name match | Fedora Rawhide package metadata: lib3ds from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | 3D Studio file format library | http://lib3ds.sourceforge.net
- dnf - lib3ds-devel - 1.3.0-47.fc44: normalized package name match | Fedora Rawhide package metadata: lib3ds-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | 3D Studio file format library | http://lib3ds.sourceforge.net
- dnf - lib3ds-tools - 1.3.0-47.fc44: normalized package name match | Fedora Rawhide package metadata: lib3ds-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | 3D Studio file format library | http://lib3ds.sourceforge.net
- zypper - lib3ds-1-3 - 1.3.0-31.16: normalized package name match | openSUSE Tumbleweed package metadata: lib3ds-1-3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Import and Export of Autodesk 3DS Files | http://lib3ds.sourceforge.net
- zypper - lib3ds-devel - 1.3.0-31.16: normalized package name match | openSUSE Tumbleweed package metadata: lib3ds-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Import and Export of Autodesk 3DS Files | http://lib3ds.sourceforge.net
- MacPorts - lib3ds: normalized package name match | MacPorts ports tree: graphics/lib3ds/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://www.automicvault.com/pkg/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://www.automicvault.com/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [opensubdiv](https://www.automicvault.com/pkg/brew/opensubdiv/) - Shares av.db curated category or tags: 3d, 3d-graphics, cli, graphics, library.
- [partio](https://www.automicvault.com/pkg/brew/partio/) - Shares av.db curated category or tags: 3d-graphics, cli, graphics, library, media.
- [aalib](https://www.automicvault.com/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, graphics, library, media.
- [coin3d](https://www.automicvault.com/pkg/brew/coin3d/) - Shares av.db curated category or tags: 3d-graphics, cli, graphics, media.
- [gd](https://www.automicvault.com/pkg/brew/gd/) - Shares av.db curated category or tags: cli, graphics, library, media.
- [glbinding](https://www.automicvault.com/pkg/brew/glbinding/) - Shares av.db curated category or tags: cli, graphics, library, media.
- [libsail](https://www.automicvault.com/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, graphics, library, media.
- [libwmf](https://www.automicvault.com/pkg/brew/libwmf/) - Shares av.db curated category or tags: cli, graphics, library, media.
- [mp3check](https://www.automicvault.com/pkg/brew/mp3check/) - Local package facts share a topical domain. Shared terms: cli, files, media.

## Combined YAML source

View the package source record on GitHub. [combined/lib3ds.yml](https://github.com/automic-vault/db/blob/main/combined/lib3ds.yml)


## Sources

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