# Installer epr avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:epr
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install epr
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add epr
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#epr
```

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

## Faits du paquet

- **Clé du paquet:** brew:epr
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.4.15
- **Résumé source:** Command-line EPUB reader
- **Page d'accueil:** <https://github.com/wustho/epr>
- **Dépôt:** <https://github.com/wustho/epr>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- epr (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.4.15
## Historique du projet et usages

epr is a small Python terminal EPUB reader. Its README emphasizes a keyboard-oriented CLI experience: remembering the last book and per-file reading state, adapting to terminal resize, supporting EPUB3 text, opening embedded images, and providing simple dark and light color schemes.

### Historique du projet

The GitHub repository was created in March 2019. The project kept the classic Unix shape of a single-purpose command-line reader, with installation paths through PyPI, pip from Git, Homebrew, Chocolatey, AUR, or manual placement in PATH.

### Historique d'adoption

epr became popular enough for packaging across several ecosystems and accumulated notable GitHub attention for a niche terminal reader. The README also points users toward epy, the author's more featureful fork that supports more formats and reading features.

### Modes d'utilisation

Users invoke epr with an EPUB path or without arguments to resume the last read file. It stores per-file reading state in $HOME/.config/epr/config or $HOME/.epr, and it can search reading history by passing words from a previous path.

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

epr is the kind of package terminal users like because it turns a GUI-heavy activity into a shell command. Its small dependency footprint and plain config/state files make it easy to package and easy to reason about.

### Chronologie

- 2019: The GitHub repository is created.
- 2023: The repository records a February 2023 push in the cited metadata.
- 2020s: The README documents installation through PyPI, Homebrew, Chocolatey, AUR, and manual PATH placement.

### Related projects

- epy is the author's more featureful fork of epr.
- ebooklib and rupa/epub are listed as inspirations in the README.

### Sources

- <https://github.com/wustho/epr>
- <https://raw.githubusercontent.com/wustho/epr/master/README.md>
- <https://api.github.com/repos/wustho/epr>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/epr/config, ~/.epr
## Autres enregistrements de gestionnaires de paquets

- Nix - epr: normalized package name match | nixpkgs package indexes: pkgs/by-name/ep/epr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - epr - 2.4.15-r2: normalized package name match | Alpine Linux edge package indexes: epr from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | CLI epub reader | https://github.com/wustho/epr
- apk - epr-pyc - 2.4.15-r2: normalized package name match | Alpine Linux edge package indexes: epr-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for epr | https://github.com/wustho/epr


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
