# felinks mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop installieren

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

## Installation

```sh
sudo av install brew:felinks
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install felinks
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install elinks
```

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

### Linux

- apk (92%):

```sh
sudo apk add elinks
```

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

- Debian apt (92%):

```sh
sudo apt install elinks
```

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

- dnf (92%):

```sh
sudo dnf install elinks
```

  Evidenz: Fedora Rawhide package metadata: elinks from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#elinks
```

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

- pacman (92%):

```sh
sudo pacman -S elinks
```

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

- zypper (92%):

```sh
sudo zypper install elinks
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/elinks
```

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

## Paketfakten

- **Paketschlüssel:** brew:felinks
- **Paketmanager:** Homebrew
- **Version:** 0.20.0
- **Quellzusammenfassung:** Text mode browser and Gemini, NNTP, FTP, Gopher, Finger, and BitTorrent client
- **Homepage:** <https://github.com/rkd77/elinks>
- **Repository:** <https://github.com/rkd77/elinks>
- **Zuletzt aktualisiert:** 2026-07-26T11:44:56Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- elinks (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

felinks is the Homebrew package name for the maintained ELinks continuation. It installs the elinks executable, a text-mode browser descended from Links and focused on terminal browsing across HTTP, FTP, Gopher, Gemini, NNTP, Finger, and related protocols.

### Projektgeschichte

The ELinks README gives unusually direct historical context: ELinks began as a development version and fork of Links, with a more liberal feature policy than the original Links project. The fork aimed to test and tune new features while still producing stable branches.

The same README explains the later felinks phase. After the old ELinks team lost interest, felinks continued development from the original ELinks master branch. The repository was renamed back to elinks on 2020-12-01 with Petr's approval, while Homebrew kept the formula name felinks to distinguish this continuation.

The modern release stream is active. The NEWS file lists releases from 0.16 through 0.19, including 0.17.0 in 2023 with the XDG config path change, 0.18.0 in 2024, 0.19.0 in 2025, and 0.19.1 in 2026.

### Adoptionsgeschichte

ELinks has long been packaged as elinks across Linux distributions and other package collections, while Homebrew uses felinks for this maintained fork. The supplied metadata shows packaging in Alpine, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, and openSUSE, consistent with a portable terminal-browser niche.

Its adoption is sustained less by mainstream web browsing and more by terminal, SSH, recovery, accessibility, and automation use cases where a text-mode browser still fits.

### Wie es verwendet wird

The manual describes ELinks as a lynx-like character-mode browser with colors, table rendering, background downloading, menu-driven configuration, tabbed browsing, and slim code. It handles local files and remote URLs, primarily HTTP, HTTPS, and FTP, with additional protocol support for BitTorrent, finger, Gopher, SMB, and NNTP.

Modern releases add and maintain features that matter to terminal users: XDG config paths, libcurl support, CSS and JavaScript experiments, Gemini support, sixel or kitty inline image work, iframe support, and scripting hooks.

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

felinks matters because it is a living branch of a classic terminal-browser family. For package nerds, it sits in the same lineage as lynx, Links, and w3m, but with a feature-heavy philosophy and a continued release cadence.

It is also a case study in naming and continuity: the upstream repository is now elinks again, the executable is elinks, but some package managers retain felinks to identify the maintained fork lineage.

### Zeitleiste

- Pre-2010s: ELinks begins as a feature-liberal development fork of Links.
- 2019: GitHub releases for the maintained continuation include v0.13.0.
- 2020: Repository renamed to elinks on 2020-12-01 with approval from Petr.
- 2023: ELinks 0.17.0 moves saved configuration to ~/.config/elinks or $XDG_CONFIG_HOME/elinks.
- 2026: ELinks 0.19.1 released on 2026-02-07.

### Related projects

- Links is the direct ancestor project described by the ELinks README.
- Lynx and w3m are peer text-mode browsers in the same package-manager niche.
- Chawan is adjacent in newer terminal-browser culture; ELinks release notes mention support for Chawan mailcap extensions.

### Quellen

- <https://github.com/rkd77/elinks>
- <https://raw.githubusercontent.com/rkd77/elinks/master/README.md>
- <https://raw.githubusercontent.com/rkd77/elinks/master/NEWS>
- <https://raw.githubusercontent.com/rkd77/elinks/master/doc/man/man1/elinks.1.in>


## Sicherheitshinweise

Für felinks wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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/elinks/elinks.conf, $XDG_CONFIG_HOME/elinks/elinks.conf
## Andere Paketmanager-Einträge

- MacPorts - elinks: installed executable or alias match | MacPorts ports tree: www/elinks/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - elinks - 0.18.0-1+b1: installed executable or alias match | Debian stable package indexes: elinks from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser | https://github.com/rkd77/elinks/
- Debian apt - elinks-data - 0.18.0-1: installed executable or alias match | Debian stable package indexes: elinks-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser - data files | https://github.com/rkd77/elinks/
- Debian apt - elinks-doc - 0.18.0-1: installed executable or alias match | Debian stable package indexes: elinks-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser - documentation | https://github.com/rkd77/elinks/
- Nix - elinks: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/el/elinks/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - elinks - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser | https://github.com/rkd77/elinks/
- Ubuntu apt - elinks-data - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser - data files | https://github.com/rkd77/elinks/
- Ubuntu apt - elinks-doc - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser - documentation | https://github.com/rkd77/elinks/
- apk - elinks - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Advanced and well-established feature-rich text mode web browser | https://github.com/rkd77/elinks
- apk - elinks-doc - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Advanced and well-established feature-rich text mode web browser (documentation) | https://github.com/rkd77/elinks
- apk - elinks-lang - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package elinks | https://github.com/rkd77/elinks
- dnf - elinks - 0.19.1-3.fc45: installed executable or alias match | Fedora Rawhide package metadata: elinks from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A text-mode Web browser | https://github.com/rkd77/elinks
- pacman - elinks - 0.20.0-1: installed executable or alias match | Arch Linux sync databases: elinks from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Advanced feature-rich text-mode web browser | https://github.com/rkd77/elinks
- zypper - elinks - 0.19.1-1.6: installed executable or alias match | openSUSE Tumbleweed package metadata: elinks from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An advanced and well-established feature-rich text mode web browser | http://elinks.or.cz/
- Scoop - main/elinks: installed executable or alias match | Scoop official bucket manifest trees: bucket/elinks.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- 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
