# Installer code-minimap avec Homebrew, apk, apt, MacPorts, Nix, zypper, scoop

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

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

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

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

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:code-minimap
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/code-minimap>
- **Version:** 0.6.8
- **Résumé source:** High performance code minimap generator
- **Page d'accueil:** <https://github.com/wfxr/code-minimap>
- **Dépôt:** <https://github.com/wfxr/code-minimap>
- **Licence:** Apache-2.0 OR MIT
- **Archive source:** <https://github.com/wfxr/code-minimap/archive/refs/tags/v0.6.8.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- code-minimap (cli)
- code-minimap (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.6.8
- données locales: OK
- dépôt amont: https://github.com/wfxr/code-minimap
- dernière version détectée: v0.6.8 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## 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:** code-minimap
- **Version Scheme:** 0
- **Revision:** 0
- **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

- 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [silicon](https://pkg.so/fr/brew/silicon/) - Shares pkgdb curated category or tags: cli, code-visualization, developer-tools, rust.
- [starship](https://pkg.so/fr/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [tealdeer](https://pkg.so/fr/brew/tealdeer/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [helix](https://pkg.so/fr/brew/helix/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [sk](https://pkg.so/fr/brew/sk/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [gitui](https://pkg.so/fr/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [moor](https://pkg.so/fr/brew/moor/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [gitu](https://pkg.so/fr/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [codevis](https://pkg.so/fr/brew/codevis/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, code, code-visualization, developer, developer-tools.
- [chars](https://pkg.so/fr/brew/chars/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, rust, terminal.

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


## Sources

- 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
