# eva mit Homebrew, apk, MacPorts, Nix, pacman, scoop installieren

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

## Installation

```sh
sudo av install brew:eva
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install eva
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install eva
```

  Evidenz: MacPorts ports tree: math/eva/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add eva
```

  Evidenz: Alpine Linux edge package indexes: eva from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#eva
```

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

- pacman (92%):

```sh
sudo pacman -S eva
```

  Evidenz: Arch Linux sync databases: eva from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/eva
```

  Evidenz: Scoop official bucket manifest trees: bucket/eva.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:eva
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/eva>
- **Version:** 0.3.1
- **Quellzusammenfassung:** Calculator REPL, similar to bc(1)
- **Homepage:** <https://github.com/oppiliappan/eva/>
- **Repository:** <https://github.com/oppiliappan/eva>
- **Upstream-Dokumentation:** <https://github.com/oppiliappan/eva/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/oppiliappan/eva/archive/refs/tags/v0.3.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- eva (cli)
- eva (Alias)

## Build-Abhängigkeiten

- rust

## 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-08-04
- Manager-Version: 0.3.1
- lokale Daten: OK
- Upstream-Repository: https://github.com/oppiliappan/eva
- neueste erkannte Version: v0.3.1 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

eva is a Rust calculator REPL and command-mode calculator similar to `bc(1)`.

### Projektgeschichte

The official repository was created in 2019. Its README describes eva as a simple calculator REPL with syntax highlighting and persistent history, and Cargo metadata classifies it under command-line, science, and parser categories.

### Adoptionsgeschichte

The official README documents installation through Homebrew, crates.io, and manual source builds. The input package facts list packages for Homebrew, Alpine, MacPorts, Nix, Arch/Pacman, and Scoop.

### Wie es verwendet wird

eva can be launched as an interactive REPL or passed an expression argument for command mode. It supports arithmetic operators, constants, trigonometric and logarithmic functions, output radix and precision options, previous-answer reuse, syntax highlighting, and persistent REPL history.

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

eva is a small terminal calculator in the lineage of `bc`, interesting to package maintainers because it is a Rust CLI distributed through crates.io and several system package managers while keeping a focused single-binary interface.

### Zeitleiste

- 2019: Official GitHub repository created.
- 2025: Repository metadata shows continued activity.

### Related projects

- bc
- Rust
- crates.io
- Homebrew

### Quellen

- GitHub API for oppiliappan/eva repository metadata.
- Official eva Cargo.toml.
- Official eva README.
- Official eva src/main.rs.
- source_facts.package-manager


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Nix - eva: normalized package name match | nixpkgs package indexes: pkgs/by-name/ev/eva/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - eva - 0.3.1-r2: normalized package name match | Alpine Linux edge package indexes: eva from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Calculator REPL, similar to bc(1) | https://github.com/nerdypepper/eva
- pacman - eva - 0.3.1-3: normalized package name match | Arch Linux sync databases: eva from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | simple calculator REPL, similar to bc(1) | https://github.com/nerdypepper/eva
- MacPorts - eva: normalized package name match | MacPorts ports tree: math/eva/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/eva: normalized package name match | Scoop official bucket manifest trees: bucket/eva.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/de/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [rust](https://pkg.so/de/brew/rust/) - Build dependency declared by Homebrew.
- [libqalculate](https://pkg.so/de/brew/libqalculate/) - Shares pkgdb curated category or tags: calculator, cli, math, science.
- [rink](https://pkg.so/de/brew/rink/) - Shares pkgdb curated category or tags: calculator, cli, rust, science.
- [spigot](https://pkg.so/de/brew/spigot/) - Shares pkgdb curated category or tags: calculator, cli, math, science.
- [calc](https://pkg.so/de/brew/calc/) - Shares pkgdb curated category or tags: calculator, cli, science.
- [gnu-units](https://pkg.so/de/brew/gnu-units/) - Shares pkgdb curated category or tags: calculator, cli, science.
- [numbat](https://pkg.so/de/brew/numbat/) - Shares pkgdb curated category or tags: calculator, cli, science.
- [astroterm](https://pkg.so/de/brew/astroterm/) - Shares pkgdb curated category or tags: cli, science, terminal.
- [ginac](https://pkg.so/de/brew/ginac/) - Shares pkgdb curated category or tags: cli, math, science.
- [satellite-tracker](https://pkg.so/de/brew/satellite-tracker/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, rust, science, terminal.
- [chopper](https://pkg.so/de/brew/chopper/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, rust, science.

## Combined YAML source

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


## Quellen

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