# Installer cspice avec Homebrew, MacPorts, zypper

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

## installation

```sh
sudo av install brew:cspice
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cspice
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cspice
```

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

### Linux

- zypper (92%):

```sh
sudo zypper install chronos
```

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

## Faits du paquet

- **Clé du paquet:** brew:cspice
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/cspice>
- **Version:** 67
- **Résumé source:** Observation geometry system for robotic space science missions
- **Page d'accueil:** <https://naif.jpl.nasa.gov/naif/toolkit.html>
- **Docs amont:** <https://naif.jpl.nasa.gov/naif/toolkit.html>
- **Licence:** LicenseRef-Homebrew-cannot-represent
- **Archive source:** <https://naif.jpl.nasa.gov/pub/naif/toolkit/C/MacIntel_OSX_AppleC_64bit/packages/cspice.tar.Z>
- **Dernière mise à jour:** 2026-06-22T14:03:06-07:00
- **Généré:** 2026-07-10T07:20:53+00:00

## exécutables

- brief (cli)
- chronos (cli)
- ckbrief (cli)
- commnt (cli)
- dskbrief (cli)
- dskexp (cli)
- frmdiff (cli)
- inspekt (cli)
- mkdsk (cli)
- mkspk (cli)
- msopck (cli)
- spacit (cli)
- spkdiff (cli)
- spkmerge (cli)
- subpt (cli)
- tictoc (cli)
- tobin (cli)
- toxfr (cli)
- version (cli)
- brief (alias)
- chronos (alias)
- ckbrief (alias)
- commnt (alias)
- dskbrief (alias)
- dskexp (alias)
- frmdiff (alias)
- inspekt (alias)
- mkdsk (alias)
- mkspk (alias)
- msopck (alias)
- spacit (alias)
- spkdiff (alias)
- spkmerge (alias)
- subpt (alias)
- tictoc (alias)
- tobin (alias)
- toxfr (alias)
- version (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-07-10
- version du gestionnaire: 67
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://naif.jpl.nasa.gov/naif/toolkit.html
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

CSPICE is the C implementation of NASA/JPL NAIF's SPICE Toolkit, a long-lived observation-geometry system used with spacecraft, planetary, instrument, pointing, event, and other ancillary data for space-science missions.

### Historique du projet

SPICE grew out of NASA data-archiving work after the 1982 CODMAC report called attention to the ancillary engineering information needed to fully interpret space-science observations. NAIF's official history describes a 1983 Planetary Data Workshop, later refinement under Hugh Kieffer and Charles Acton, and Kieffer coining the SPICE acronym for Spacecraft, Planet, Instrument, C-matrix, and Events.

The first implementation efforts supported Voyager instrument teams as a proof of concept, but the file formats from those demonstrations did not survive. NAIF says the lessons from that work guided the design of modern SPICE kernels.

The first official partial use of SPICE technology was on Magellan, where spacecraft orbit data was produced in SPK format. Mars Observer and Galileo then studied SPICE as a replacement for older Supplemental Experiment Data Records, after which SPICE became the de facto standard for ancillary data on NASA solar-system exploration missions.

CSPICE is the C-language Toolkit line within that system. NAIF's Toolkit page presents C alongside Fortran, IDL, MATLAB, and alpha JNI toolkits; the C documentation index identifies CSPICE-specific introductory material, API references, required reading documents, user guides, and release notes.

### Historique d'adoption

NAIF describes SPICE as used throughout the life cycle of NASA planetary science missions: mission design, observation planning, science-data analysis, and engineering support. The NAIF team also serves as the ancillary-data node of NASA's Planetary Data System, leading review and archiving of SPICE products from NASA planetary flight projects.

CSPICE's adoption extends beyond direct NASA use because third-party wrappers in languages such as Python and Ruby build on the C Toolkit. For Unix package managers, CSPICE supplies the library, headers, and utilities needed by scientists, instrument teams, ephemeris users, and downstream bindings that work with SPICE kernels.

### Modes d'utilisation

The Toolkit includes source APIs with extensive headers, a ready-to-use library, bundled utility programs, technical reference documents, examples, and user guides. Package users commonly load kernels and call CSPICE APIs from C or wrappers to compute observation geometry, times, reference frames, positions, attitudes, and event relationships.

The packaged command-line utilities are part of the practical appeal: tools such as brief, chronos, ckbrief, mkspk, spkdiff, and spkmerge inspect, create, compare, and merge SPICE kernel data. Matching Toolkit versions and supported platform/compiler combinations matters because NAIF warns that unsupported ports can encounter numerical and optimization problems.

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

CSPICE is unusual in package-manager culture because the authoritative upstream is a NASA distribution site rather than a public source-control forge. Packaging it gives scientific workflows a repeatable way to install a mission-critical library and a known set of utilities from an upstream that treats documentation, kernels, and binary/source Toolkit packages as the distribution unit.

The package also anchors a larger ecosystem. Many users never write C directly, but Python, Ruby, IDL, MATLAB, and mission-specific tools often depend on CSPICE concepts, kernels, and version behavior.

### Chronologie

- 1982: CODMAC report identifies the need to preserve ancillary engineering information with NASA space-science data.
- 1983: Planetary Data Workshop helps shape the ancillary information system that becomes SPICE.
- 1980s: Voyager-related proof-of-concept work informs modern SPICE kernel design.
- Magellan era: SPICE SPK format receives its first official partial mission use.
- Mars Observer/Galileo era: SPICE is selected over older SEDR-style ancillary records for major missions.
- 2022: SPICE Toolkit N0067 is released on 2022-01-03.

### Related projects

- CSPICE is related to NAIF's Fortran SPICELIB, Icy for IDL, Mice for MATLAB, the alpha JNI Toolkit, WebGeocalc, Cosmographia, mission SPICE kernel archives, and third-party wrappers built on the C Toolkit.

### Sources

- <https://naif.jpl.nasa.gov/naif/about.html>
- <https://naif.jpl.nasa.gov/naif/spicehistory.html>
- <https://naif.jpl.nasa.gov/naif/toolkit.html>
- <https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/index.html>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- MacPorts - cspice: normalized package name match | MacPorts ports tree: science/cspice/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- zypper - chronos - 0.1.5+17-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: chronos from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Chronos is a simple Pomodoro timer | https://github.com/cosmic-utils/Chronos


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/fr/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [Web development packages](https://www.automicvault.com/fr/pkg/web-dev-tools/) - Matched web development metadata.
- [calceph](https://www.automicvault.com/fr/pkg/brew/calceph/) - Shares av.db curated category or tags: cli, ephemeris, science.
- [geomview](https://www.automicvault.com/fr/pkg/brew/geomview/) - Shares av.db curated category or tags: cli, geometry, science.
- [geos](https://www.automicvault.com/fr/pkg/brew/geos/) - Shares av.db curated category or tags: cli, geometry, science.
- [ngspice](https://www.automicvault.com/fr/pkg/brew/ngspice/) - Shares av.db curated category or tags: cli, science, spice.
- [aamath](https://www.automicvault.com/fr/pkg/brew/aamath/) - Shares av.db curated category or tags: cli, science.
- [abpoa](https://www.automicvault.com/fr/pkg/brew/abpoa/) - Shares av.db curated category or tags: cli, science.
- [abricate](https://www.automicvault.com/fr/pkg/brew/abricate/) - Shares av.db curated category or tags: cli, science.
- [abyss](https://www.automicvault.com/fr/pkg/brew/abyss/) - Shares av.db curated category or tags: cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/cspice.yml](https://github.com/automic-vault/db/blob/main/combined/cspice.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
