# Installer healpix avec Homebrew, dnf, MacPorts, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de healpix pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:healpix
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install healpix
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install healpix
```

  Preuve: MacPorts ports tree: science/healpix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install healpix
```

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

- zypper (92%):

```sh
sudo zypper install healpix
```

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

## Faits du paquet

- **Clé du paquet:** brew:healpix
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.83
- **Résumé source:** Hierarchical Equal Area isoLatitude Pixelization of a sphere
- **Page d'accueil:** <https://healpix.sourceforge.io>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- alice3 (alias)
- alm2map_cxx (alias)
- anafast_cxx (alias)
- calc_powspec (alias)
- compute_weights (alias)
- hotspots_cxx (alias)
- map2tga (alias)
- median_filter_cxx (alias)
- mult_alm (alias)
- needlet_tool (alias)
- rotalm_cxx (alias)
- smoothing_cxx (alias)
- syn_alm_cxx (alias)
- udgrade_cxx (alias)
- udgrade_harmonic_cxx (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.83
## Historique du projet et usages

HEALPix is the Hierarchical Equal Area isoLatitude Pixelization of a sphere and the associated scientific software package for data analysis, simulation, synthesis, visualization, and spherical-harmonic work on sky maps. It is best known in astronomy and cosmology, especially cosmic microwave background analysis.

### Historique du projet

The official credits page says HEALPix was devised in early 1997 by Krzysztof M. Gorski at the Theoretical Astrophysics Center in Copenhagen. Early concept work and initial implementation followed in spring 1997 through collaboration with Eric Hivon, with Benjamin D. Wandelt contributing critically to the mathematical methods and later development.

The first large HEALPix software release, version 1.10, was made possible by contributions from Gorski, Hivon, Wandelt, Frode K. Hansen, Anthony J. Banday, Matthias Bartelmann, and others. Subsequent releases expanded and maintained implementations across Fortran 90, IDL, C, C++, Java, and Python, with healpy folded into the broader HEALPix software story.

The HEALPix primer defines the scheme as hierarchical, equal-area, and iso-latitude, designed to support efficient local pixel operations, multiresolution tree structure, and fast global spherical harmonic transforms. Those properties made it a durable choice for high-resolution spherical data rather than just an astronomy file convention.

### Historique d'adoption

HEALPix adoption is strongly tied to cosmic microwave background missions and all-sky maps. The project documentation says the software meets challenges presented by high-resolution, large-volume datasets such as WMAP and Planck mission products, and HEALPix pages list WMAP final data and Planck data releases alongside project news.

The project asks users to acknowledge HEALPix with the Gorski et al. 2005 Astrophysical Journal paper and the HEALPix website. That citation culture is part of its adoption history: HEALPix became both software and a standard analysis vocabulary in astrophysical publications.

Distribution moved beyond source tarballs. The official download page notes SourceForge source packages and SVN browsing, plus prepackaged or precompiled packages for macOS and Linux systems, including MacPorts, Homebrew, and RPM ecosystems.

### Modes d'utilisation

HEALPix users choose a resolution parameter and represent functions on the sphere as equal-area pixels. The iso-latitude layout supports efficient spherical-harmonic transforms, while hierarchical indexing supports multiresolution analysis and fast neighborhood operations.

The Homebrew package exposes compiled command-line facilities such as anafast, syn_alm, smoothing, udgrade, map conversion, weight computation, and related C++ tools. These tools support workflows such as producing maps from harmonic coefficients, estimating angular power spectra, smoothing maps, changing resolution, and visualizing spherical data.

The full upstream software package spans libraries and facilities for Fortran, IDL, C, C++, Java, and Python. That multi-language design matters in astronomy, where pipelines often mix legacy Fortran/IDL analysis with C++ utilities and Python notebooks.

### Pourquoi les passionnés de paquets s'y intéressent

HEALPix is a high-value scientific package because it packages a domain standard with compiled tools, language bindings, FITS-related dependencies, and a long-lived release history. It is exactly the sort of package scientists want from Homebrew or MacPorts on a workstation: difficult enough to build manually, stable enough to deserve packaging, and used across papers and mission data products.

For package maintainers, HEALPix also represents the old-school scientific stack: SourceForge hosting, SVN source browsing, GPLv2 licensing, multiple language interfaces, and command-line executables whose names are known inside a research community even if they are obscure elsewhere.

### Chronologie

- 1997: HEALPix devised by Krzysztof M. Gorski at TAC in Copenhagen.
- 1997: Initial implementation developed with Eric Hivon in spring 1997.
- 2005: Gorski et al. HEALPix framework paper published in The Astrophysical Journal.
- 2012: WMAP final 9-year data release appears in HEALPix site news.
- 2013: Planck first data release appears in HEALPix site news.
- 2018: Planck legacy data release appears in HEALPix site news.
- 2020: Planck PR4 data release appears in HEALPix site news.
- 2022-01: HEALPix 3.81 released.
- 2022-07: HEALPix 3.82 released.
- 2022-11: HEALPix 3.83 released.
- 2024-11: The version 3.83 primer revision documents the software and pixelization scheme.

### Related projects

- healpy is the Python package incorporated into the HEALPix ecosystem.
- WMAP and Planck are major mission-data contexts for HEALPix maps.
- FITS tooling is adjacent because HEALPix maps are commonly exchanged in FITS files.
- CMBFAST, CAMB, and CLASS are cosmology codes discussed in HEALPix documentation as related spherical-harmonic and CMB-analysis tools.
- SourceForge, MacPorts, Homebrew, and RPM packages are part of the project's distribution path.

### Sources

- <https://healpix.sourceforge.io/credits.php>
- <https://healpix.sourceforge.io/documentation.php>
- <https://healpix.sourceforge.io/downloads.php>
- <https://healpix.sourceforge.io/html/intro.htm>
- <https://sourceforge.net/p/healpix/code/HEAD/tree>
- <https://sourceforge.net/projects/healpix/>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- dnf - chealpix - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: chealpix from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | HEALPix C Bindings Library | http://healpix.jpl.nasa.gov/
- dnf - chealpix-devel - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: chealpix-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | HEALPix C Bindings Library development files | http://healpix.jpl.nasa.gov/
- dnf - healpix - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Hierarchical Equal Area isoLatitude Pixelization of a sphere | http://healpix.jpl.nasa.gov/
- dnf - healpix-c++ - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix-c++ from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Healpix C++ binaries and libraries | http://healpix.jpl.nasa.gov/
- dnf - healpix-c++-devel - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix-c++-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Healpix C++ headers | http://healpix.jpl.nasa.gov/
- dnf - healpix-devel - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Healpix Fortran headers | http://healpix.jpl.nasa.gov/
- dnf - healpix-java - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix-java from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Java version of HEALPix | http://healpix.jpl.nasa.gov/
- dnf - healpix-javadoc - 3.83-5.fc45: normalized package name match | Fedora Rawhide package metadata: healpix-javadoc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Javadocs for healpix | http://healpix.jpl.nasa.gov/
- zypper - chealpix-devel - 3.83-1.7: normalized package name match | openSUSE Tumbleweed package metadata: chealpix-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Headers and devel files for healpix - C bindings | https://healpix.sourceforge.io
- zypper - healpix - 3.83-1.7: normalized package name match | openSUSE Tumbleweed package metadata: healpix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Data Analysis, Simulations and Visualization on the Sphere | https://healpix.sourceforge.io
- zypper - healpix_cxx-devel - 3.83-1.7: normalized package name match | openSUSE Tumbleweed package metadata: healpix_cxx-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Headers and devel files for healpix - C++ bindings | https://healpix.sourceforge.io
- zypper - libchealpix0 - 3.83-1.7: normalized package name match | openSUSE Tumbleweed package metadata: libchealpix0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared library for healpix - C bindings | https://healpix.sourceforge.io
- zypper - libhealpix_cxx4 - 3.83-1.7: normalized package name match | openSUSE Tumbleweed package metadata: libhealpix_cxx4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared library for healpix - C++ bindings | https://healpix.sourceforge.io
- MacPorts - healpix: normalized package name match | MacPorts ports tree: science/healpix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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