# Installer miniflux avec Homebrew, apk, apt, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:miniflux
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install miniflux
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install miniflux
```

  Preuve: MacPorts ports tree: net/miniflux/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add miniflux
```

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

- Debian apt (92%):

```sh
sudo apt install miniflux
```

  Preuve: Debian stable package indexes: miniflux from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#miniflux
```

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

- pacman (92%):

```sh
sudo pacman -S miniflux
```

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

## Faits du paquet

- **Clé du paquet:** brew:miniflux
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.3.3
- **Résumé source:** Minimalist and opinionated feed reader
- **Page d'accueil:** <https://miniflux.app>
- **Dépôt:** <https://github.com/miniflux/v2>
- **Dernière mise à jour:** 2026-07-29T17:04:54+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- miniflux (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Miniflux is a self-hosted feed reader developed by Frédéric Guillot with contributions from its community. The project presents itself as minimalist and opinionated: a small web application for RSS and Atom reading that chooses readability, keyboard-driven navigation, privacy, and a limited feature set over the larger social or magazine-style surfaces common in hosted readers.

### Historique du projet

The second-generation Miniflux codebase is written in Go, uses PostgreSQL as its database, avoids ORMs and large frameworks, and ships as a statically compiled binary. Its documentation and man page show both application-server and maintenance workflows: operators configure it with a config file or environment variables, run migrations, create admin users, refresh feeds, clean sessions, archive entries, export OPML, and monitor health endpoints.

### Modes d'utilisation

Its adoption niche is the self-hosted RSS community: people who want an independent reader after the decline of large centralized feed-reader services, but who also want a packaged daemon rather than a PHP or multi-service stack. The REST API, OPML import/export, integrations, Docker image, Debian/RPM-style packages, and paid hosted instance give it a foot in both personal server administration and small hosted-service operation.

### Sources

- <https://formulae.brew.sh/formula/miniflux>
- <https://github.com/miniflux/v2>
- <https://miniflux.app/>
- <https://miniflux.app/docs/api.html>
- <https://miniflux.app/miniflux.1.html>
- <https://pkg.go.dev/miniflux.app>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


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

- Linux: /etc/miniflux.conf
## Autres enregistrements de gestionnaires de paquets

- Debian apt - miniflux - 2.2.6-1+b4: normalized package name match | Debian stable package indexes: miniflux from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | minimalist and opinionated feed reader | https://miniflux.app
- Nix - miniflux: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/miniflux/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - miniflux - 2.0.51-2: normalized package name match | Ubuntu 24.04 LTS package indexes: miniflux from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | minimalist and opinionated feed reader | https://miniflux.app
- apk - miniflux - 2.3.3-r0: normalized package name match | Alpine Linux edge package indexes: miniflux from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Minimalist and opionated feed reader | https://miniflux.app/
- apk - miniflux-doc - 2.3.3-r0: normalized package name match | Alpine Linux edge package indexes: miniflux-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Minimalist and opionated feed reader (documentation) | https://miniflux.app/
- apk - miniflux-openrc - 2.3.3-r0: normalized package name match | Alpine Linux edge package indexes: miniflux-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Minimalist and opionated feed reader (OpenRC init scripts) | https://miniflux.app/
- pacman - miniflux - 2.3.3-1: normalized package name match | Arch Linux sync databases: miniflux from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Minimalist and opinionated feed reader | https://miniflux.app
- MacPorts - miniflux: normalized package name match | MacPorts ports tree: net/miniflux/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/miniflux.yml](https://github.com/mxcl/pkgdb/blob/main/combined/miniflux.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
