# blazeblogger を Homebrew, apt, MacPorts, Nix, pacman, dnf, zypper でインストール

blazeblogger のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install blazeblogger
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install blazeblogger
```

  証拠: 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
```

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

- Nix (92%):

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

  証拠: 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
```

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

- dnf (92%):

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

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

- zypper (92%):

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

  証拠: openSUSE Tumbleweed package metadata: blaze-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:blazeblogger
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.2.0
- **ソース概要:** CMS for the command-line
- **ホームページ:** <http://blaze.blackened.cz/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- blaze (エイリアス)
- blaze-add (エイリアス)
- blaze-config (エイリアス)
- blaze-edit (エイリアス)
- blaze-init (エイリアス)
- blaze-list (エイリアス)
- blaze-log (エイリアス)
- blaze-make (エイリアス)
- blaze-remove (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.2.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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/
## 他のパッケージマネージャ記録

- 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-11.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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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.8: installed executable or alias match | openSUSE Tumbleweed package metadata: blaze-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-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.8: installed executable or alias match | openSUSE Tumbleweed package metadata: blaze-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | API documentation for blaze - a c++ math library | https://bitbucket.org/blaze-lib/blaze


## Combined YAML source

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


## ソース

- 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
