# cspice mit Homebrew, MacPorts, zypper installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cspice
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cspice
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:cspice
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/cspice>
- **Version:** 67
- **Quellzusammenfassung:** Observation geometry system for robotic space science missions
- **Homepage:** <https://naif.jpl.nasa.gov/naif/toolkit.html>
- **Upstream-Dokumentation:** <https://naif.jpl.nasa.gov/naif/toolkit.html>
- **Lizenz:** LicenseRef-Homebrew-cannot-represent
- **Quellarchiv:** <https://naif.jpl.nasa.gov/pub/naif/toolkit/C/MacIntel_OSX_AppleC_64bit/packages/cspice.tar.Z>
- **Zuletzt aktualisiert:** 2026-06-22T14:03:06-07:00
- **Generiert:** 2026-07-10T07:20:53+00:00

## Executables

- 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)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-07-10
- Manager-Version: 67
- Manager aktualisiert: 2026-06-22
- lokale Daten: OK
- Upstream-Repository: https://naif.jpl.nasa.gov/naif/toolkit.html
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
