# Installer logstalgia avec Homebrew, apk, apt, dnf, MacPorts, Nix, zypper, scoop

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

## installation

```sh
sudo av install brew:logstalgia
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install logstalgia
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install logstalgia
```

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

### Linux

- apk (92%):

```sh
sudo apk add logstalgia
```

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

- Debian apt (92%):

```sh
sudo apt install logstalgia
```

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

- dnf (92%):

```sh
sudo dnf install logstalgia
```

  Preuve: Fedora Rawhide package metadata: logstalgia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#logstalgia
```

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

- zypper (92%):

```sh
sudo zypper install logstalgia
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/logstalgia
```

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

## Faits du paquet

- **Clé du paquet:** brew:logstalgia
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/logstalgia>
- **Version:** 1.1.5
- **Résumé source:** Web server access log visualizer with retro style
- **Page d'accueil:** <https://logstalgia.io/>
- **Dépôt:** <https://github.com/acaudwell/Logstalgia>
- **Docs amont:** <https://logstalgia.io/>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.1.5/logstalgia-1.1.5.tar.gz>
- **Dernière mise à jour:** 2026-06-22T14:05:13-07:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- logstalgia (cli)
- logstalgia (alias)

## Dépendances

- boost
- freetype
- glew
- libpng
- pcre2
- sdl2-compat
- sdl2_image

## Dépendances de compilation

- autoconf
- automake
- glm
- libtool
- pkgconf

## Comportement d'installation

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

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.1.5
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://github.com/acaudwell/Logstalgia
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

Logstalgia is a command-line OpenGL visualizer that replays or streams web server access logs as a retro arcade-style simulation. It turns ordinary Apache, Nginx, and similar access logs into an animated view of requests, hosts, response codes, and paths.

### Historique du projet

The project credits Andrew Caudwell and carries a 2008 copyright notice in its upstream README. Its GitHub repository was created in December 2009 and remains the official source repository for the Logstalgia codebase.

The README presents Logstalgia as a Unix-style tool around one executable, `logstalgia`, taking a log file path or `-` for standard input. Its options expose the visualizer's arcade metaphor: paddles, balls, groups, simulation speed, OpenGL display controls, and live reloadable user-supplied configuration files.

### Historique d'adoption

Logstalgia has persisted as a niche but recognizable log-visualization tool in package-manager culture. The supplied package facts list it across Homebrew, Debian, Ubuntu, Fedora, openSUSE, MacPorts, Nix, Scoop, and Alpine packaging ecosystems.

The official GitHub repository shows visible long-tail adoption for a visual CLI utility, with roughly 1.8k stars, 172 forks, and releases continuing through `logstalgia-1.1.5` in March 2026.

### Modes d'utilisation

Typical use is direct and pipeline-friendly: run `logstalgia access.log` for a saved log, or pipe live server logs with commands such as `tail -f /var/log/apache2/access.log | logstalgia --sync -`. The README also documents SSH streaming, time-window playback, custom grouping rules, and frame output for video capture.

The tool is most useful with busy web logs because its real-time visualization depends on enough request volume to make the simulation interesting.

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

For package nerds, Logstalgia is the durable example of a small C++/OpenGL CLI that made log files visual without becoming an observability platform. It sits at the odd intersection of sysadmin tooling, demo-scene aesthetics, and package-manager nostalgia.

### Chronologie

- 2008: Upstream README credits the original Logstalgia copyright to Andrew Caudwell.
- 2009: Official GitHub repository created.
- 2018: 1.1.x release series continues with `logstalgia-1.1.1` and `logstalgia-1.1.2`.
- 2026: `logstalgia-1.1.5` published on GitHub.

### Related projects

- Logstalgia is closely related in spirit to Gource, another Andrew Caudwell visualization project, but Logstalgia targets web access logs rather than source-code history.

### Sources

- <https://api.github.com/repos/acaudwell/Logstalgia>
- <https://github.com/acaudwell/Logstalgia#readme>
- <https://github.com/acaudwell/Logstalgia/releases/tag/logstalgia-1.1.5>
- <https://logstalgia.io/>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** logstalgia
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - logstalgia - 1.1.4-1+b2: normalized package name match | Debian stable package indexes: logstalgia from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | web server access log visualizer | http://logstalgia.io
- Nix - logstalgia: normalized package name match | nixpkgs package indexes: pkgs/by-name/lo/logstalgia/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - logstalgia - 1.1.4-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: logstalgia from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | web server access log visualizer | http://logstalgia.io
- apk - logstalgia - 1.1.5-r1: normalized package name match | Alpine Linux edge package indexes: logstalgia from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A website access log visualisation tool | https://logstalgia.io/
- apk - logstalgia-doc - 1.1.5-r1: normalized package name match | Alpine Linux edge package indexes: logstalgia-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A website access log visualisation tool (documentation) | https://logstalgia.io/
- dnf - logstalgia - 1.1.5-2.fc45: normalized package name match | Fedora Rawhide package metadata: logstalgia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Web server access log visualizer | https://github.com/acaudwell/Logstalgia
- zypper - logstalgia - 1.1.4-2.9: normalized package name match | openSUSE Tumbleweed package metadata: logstalgia from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A website access log visualization tool | https://logstalgia.io/
- MacPorts - logstalgia: normalized package name match | MacPorts ports tree: www/logstalgia/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/logstalgia: normalized package name match | Scoop official bucket manifest trees: bucket/logstalgia.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [pcre2](https://pkg.so/fr/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/fr/brew/libpng/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [sdl2-compat](https://pkg.so/fr/brew/sdl2-compat/) - Runtime dependency declared by Homebrew.
- [glew](https://pkg.so/fr/brew/glew/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/fr/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/fr/brew/automake/) - Build dependency declared by Homebrew.
- [qcachegrind](https://pkg.so/fr/brew/qcachegrind/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [codevis](https://pkg.so/fr/brew/codevis/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [makefile2graph](https://pkg.so/fr/brew/makefile2graph/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [glslang](https://pkg.so/fr/brew/glslang/) - Shares pkgdb curated category or tags: cli, developer-tools, opengl.
- [grafana](https://pkg.so/fr/brew/grafana/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [d2](https://pkg.so/fr/brew/d2/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [fltk](https://pkg.so/fr/brew/fltk/) - Shares pkgdb curated category or tags: cli, developer-tools, opengl.
- [gource](https://pkg.so/fr/brew/gource/) - Shares pkgdb curated category or tags: cli, developer-tools, visualization.
- [analog](https://pkg.so/fr/brew/analog/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, libpng, log.

## Combined YAML source

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