# Installer fblog avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:fblog
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fblog
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fblog
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fblog
```

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

## Faits du paquet

- **Clé du paquet:** brew:fblog
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.17.0
- **Résumé source:** Small command-line JSON log viewer
- **Page d'accueil:** <https://github.com/brocode/fblog>
- **Dépôt:** <https://github.com/brocode/fblog>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fblog (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

fblog is a Rust command-line JSON log viewer for reading structured logs in a terminal.

### Historique du projet

The official GitHub repository was created in 2017. The upstream README presents fblog as a small command-line JSON log viewer and documents both Cargo and Homebrew installation paths.

### Historique d'adoption

The input package metadata shows fblog is packaged by Homebrew and Nix, while the upstream README also supports installation through Cargo.

### Modes d'utilisation

Package users install the `fblog` executable and can optionally add a TOML configuration file to control display behavior.

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

fblog is a compact example of the Rust CLI tooling pattern: single binary, structured-data focus, Cargo installability, and downstream packaging in Homebrew and Nix.

### Chronologie

- 2017: Official GitHub repository created.
- 2025: Latest GitHub release metadata lists v4.17.0.
- 2026: Repository metadata shows recent maintenance activity.

### Related projects

- Rust and Cargo are the upstream language/runtime and installation ecosystem referenced by the README.

### Sources

- Official GitHub release metadata.
- Official GitHub repository metadata for brocode/fblog.
- Official README.
- input.source_facts.package-manager


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

- Linux: $XDG_CONFIG_HOME/fblog.toml, ~/.config/fblog.toml
- macOS: ~/Library/Application Support/fblog.toml
- Windows: %APPDATA%\fblog.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - fblog: normalized package name match | nixpkgs package indexes: pkgs/by-name/fb/fblog/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - fblog: normalized package name match | MacPorts ports tree: textproc/fblog/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/fblog.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fblog.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
