# Installer blazeblogger avec Homebrew, apt, MacPorts, dnf, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:blazeblogger
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install blazeblogger
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install blazeblogger
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install blazeblogger
```

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

- dnf (92%):

```sh
sudo dnf install blaze-devel
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#blaze
```

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

- pacman (92%):

```sh
sudo pacman -S blaze
```

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

- zypper (92%):

```sh
sudo zypper install blaze-devel
```

  Preuve: openSUSE Tumbleweed package metadata: blaze-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:blazeblogger
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/blazeblogger>
- **Version:** 1.2.0
- **Résumé source:** CMS for the command-line
- **Page d'accueil:** <http://blaze.blackened.cz/>
- **Dépôt:** <https://code.google.com/archive/p/blazeblogger>
- **Docs amont:** <http://blaze.blackened.cz/documentation>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/blazeblogger/blazeblogger-1.2.0.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- blaze (cli)
- blaze-add (cli)
- blaze-config (cli)
- blaze-edit (cli)
- blaze-init (cli)
- blaze-list (cli)
- blaze-log (cli)
- blaze-make (cli)
- blaze-remove (cli)
- blaze (alias)
- blaze-add (alias)
- blaze-config (alias)
- blaze-edit (alias)
- blaze-init (alias)
- blaze-list (alias)
- blaze-log (alias)
- blaze-make (alias)
- blaze-remove (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.2.0
- données locales: OK
- dépôt amont: http://blaze.blackened.cz/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

BlazeBlogger is a Perl-based command-line CMS/static-blog generator from the late-2000s wave of lightweight, database-free publishing tools. It targets users who want a site generated from local files rather than a server-side blog engine.

### Historique du projet

The official site describes BlazeBlogger as a simple but capable command-line CMS that produces static content without a database server or server-side scripting. The site footer and metadata place the project site in the 2009-2011 period and identify Jaromir Hradilek as the copyright holder.

The documentation page records the 1.2.0 User Guide and points to the Google Code project page, bug tracker, discussion group, and downloadable quick-reference material.

### Historique d'adoption

The official site archives release and packaging posts for Debian, Fedora, Gentoo, Slackware, and Ubuntu, while the input package facts also list Homebrew, MacPorts, Nix, pacman, and zypper names. Its audience was the Unix user who wanted blog publishing to feel like editing files and running commands.

### Modes d'utilisation

The Homebrew package exposes the `blaze` front command and helper commands including `blaze-init`, `blaze-add`, `blaze-edit`, `blaze-list`, `blaze-make`, and `blaze-config`. The curated config location is the local `.blaze/` project directory.

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

BlazeBlogger is package-nerd interesting because it is a static site generator before that category fully consolidated around Git-hosted Markdown workflows. It reflects an era when distribution packages, manpage-like commands, and local directory state were enough to make a personal publishing stack.

### Chronologie

- 2009: Official site archive begins and site metadata uses BlazeBlogger 1.2.0 as generator.
- 2010: Official archive includes distro packaging posts and 1.1.x releases.
- 2011: BlazeBlogger 1.2.0 and its User Guide are published; official site shows Slackware package news in May.

### Related projects

- Related projects include other static site generators and command-line blog tools such as nanoblogger, Jekyll, ikiwiki, and the author's linked pidiblog project.

### Sources

- <http://blaze.blackened.cz/documentation>
- <http://docs.blackened.cz/en-US/BlazeBlogger/1.2.0/html/User_Guide/index.html>
- <https://code.google.com/archive/p/blazeblogger>
- input source_facts.executables
- 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

- Unix: .blaze/
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - blazeblogger - 1.2.0-4: normalized package name match | Debian stable package indexes: blazeblogger from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple to use, command line based, content management system | http://blaze.blackened.cz/
- Ubuntu apt - blazeblogger - 1.2.0-4: normalized package name match | Ubuntu 24.04 LTS package indexes: blazeblogger from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple to use, command line based, content management system | http://blaze.blackened.cz/
- MacPorts - blazeblogger: normalized package name match | MacPorts ports tree: www/blazeblogger/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - blaze: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/bl/blaze/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - blaze-devel - 3.8.2-10.fc45: installed executable or alias match | Fedora Rawhide package metadata: blaze-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development headers for BLAZE | https://bitbucket.org/blaze-lib/blaze
- pacman - blaze - 3.8.2-3: installed executable or alias match | Arch Linux sync databases: blaze from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An open-source, high-performance C++ math library for dense and sparse arithmetic. | https://bitbucket.org/blaze-lib/blaze
- zypper - blaze-devel - 3.8.2-1.6: installed executable or alias match | openSUSE Tumbleweed package metadata: blaze-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Headers and cmake files for blaze - a c++ math library | https://bitbucket.org/blaze-lib/blaze
- zypper - blaze-devel-doc - 3.8.2-1.6: installed executable or alias match | openSUSE Tumbleweed package metadata: blaze-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | API documentation for blaze - a c++ math library | https://bitbucket.org/blaze-lib/blaze


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/fr/pkg/web-dev-tools/) - Matched web development metadata.
- [Productivity CLI packages](https://www.automicvault.com/fr/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [bookloupe](https://www.automicvault.com/fr/pkg/brew/bookloupe/) - Shares av.db curated category or tags: cli, productivity, publishing.
- [faircamp](https://www.automicvault.com/fr/pkg/brew/faircamp/) - Shares av.db curated category or tags: cli, productivity, publishing.
- [cdlabelgen](https://www.automicvault.com/fr/pkg/brew/cdlabelgen/) - Shares av.db curated category or tags: cli, perl, productivity.
- [docx2txt](https://www.automicvault.com/fr/pkg/brew/docx2txt/) - Shares av.db curated category or tags: cli, perl, productivity.
- [extract_url](https://www.automicvault.com/fr/pkg/brew/extract-url/) - Shares av.db curated category or tags: cli, perl, productivity.
- [mhonarc](https://www.automicvault.com/fr/pkg/brew/mhonarc/) - Shares av.db curated category or tags: cli, perl, productivity.
- [when](https://www.automicvault.com/fr/pkg/brew/when/) - Shares av.db curated category or tags: cli, perl, productivity.
- [a2ps](https://www.automicvault.com/fr/pkg/brew/a2ps/) - Shares av.db curated category or tags: cli, productivity.
- [intlayer-editor](https://www.automicvault.com/fr/pkg/npm/intlayer-editor/) - Local package facts share a topical domain. Shared terms: cli, cms, config, productivity, static.

## Combined YAML source

View the package source record on GitHub. [combined/blazeblogger.yml](https://github.com/automic-vault/db/blob/main/combined/blazeblogger.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
