# code-minimap mit Homebrew, apk, apt, MacPorts, Nix, zypper, scoop installieren

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

## Installation

```sh
sudo av install brew:code-minimap
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install code-minimap
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install code-minimap
```

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

### Linux

- apk (92%):

```sh
sudo apk add code-minimap
```

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

- Debian apt (92%):

```sh
sudo apt install code-minimap
```

  Evidenz: Debian stable package indexes: code-minimap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#code-minimap
```

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

- zypper (92%):

```sh
sudo zypper install code-minimap
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/code-minimap
```

  Evidenz: Scoop official bucket manifest trees: bucket/code-minimap.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:code-minimap
- **Paketmanager:** Homebrew
- **Version:** 0.6.8
- **Quellzusammenfassung:** High performance code minimap generator
- **Homepage:** <https://github.com/wfxr/code-minimap>
- **Repository:** <https://github.com/wfxr/code-minimap>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- code-minimap (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.6.8
## Projektgeschichte und Nutzung

code-minimap is a Rust command-line tool for rendering source-code minimaps as text. Its official README frames it as a fast way to generate IDE-like minimap output for terminal editors and related tooling.

### Projektgeschichte

The repository was created in 2020 and the README presents the tool as small, fast, memory efficient, zoomable, and multi-platform. The project publishes prebuilt binaries through GitHub releases and a Rust crate through crates.io.

### Adoptionsgeschichte

Distribution expanded beyond Cargo: the official README lists AUR, Alpine, Gentoo GURU, Homebrew, MacPorts, Scoop, prebuilt GitHub release binaries, and crates.io. The input also records additional package-manager coverage including Debian, Nix, and zypper.

### Wie es verwendet wird

The basic workflow is `code-minimap <file>` with options for horizontal and vertical scaling, producing a block-character minimap in the terminal. The README explicitly points to use in IDE-like minimap plugins for terminal text editors.

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

The package is notable as a tiny terminal-native Rust utility with unusually broad package-manager reach for its size. It is the sort of tool package maintainers like because it has a single executable, clear CLI behavior, prebuilt releases, and a crates.io source path.

### Zeitleiste

- 2020: GitHub repository created.
- 2020: v0.4.3 release published in November.
- 2021: v0.6.0 and follow-up releases expanded the 0.6 line.
- 2024: v0.6.8 released.

### Related projects

- The README names minimap.vim as a related project and example consumer. It also sits near terminal editor tooling, Rust CLI utilities, crates.io packaging, and package-manager ecosystems such as Homebrew, MacPorts, Scoop, AUR, Alpine, Gentoo, Nix, Debian, and openSUSE.

### Quellen

- <https://github.com/wfxr/code-minimap>
- <https://github.com/wfxr/code-minimap/releases>
- <https://crates.io/crates/code-minimap>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - code-minimap - 0.6.8+dfsg-1: normalized package name match | Debian stable package indexes: code-minimap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | minimap for source code | https://github.com/wfxr/code-minimap
- Nix - code-minimap: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/code-minimap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - code-minimap - 0.6.8-r0: normalized package name match | Alpine Linux edge package indexes: code-minimap from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A high performance code minimap render | https://github.com/wfxr/code-minimap
- apk - code-minimap-doc - 0.6.8-r0: normalized package name match | Alpine Linux edge package indexes: code-minimap-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A high performance code minimap render (documentation) | https://github.com/wfxr/code-minimap
- zypper - code-minimap - 0.6.8-1.6: normalized package name match | openSUSE Tumbleweed package metadata: code-minimap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A high performance code minimap render | https://github.com/wfxr/code-minimap
- MacPorts - code-minimap: normalized package name match | MacPorts ports tree: textproc/code-minimap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/code-minimap: normalized package name match | Scoop official bucket manifest trees: bucket/code-minimap.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- 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
