Automic VaultAutomic Vault

brew

gostatic を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install gostatic

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#gostatic

nixpkgs package indexes · pkgs/by-name/go/gostatic/package.nix · ソース: api.github.com

概要

パッケージ概要

Fast static site generator

コマンドとエイリアス

  • gostatic

履歴

プロジェクトの歴史と使われ方

gostatic is a fast static site generator written in Go. Its README emphasizes a single binary, dependency tracking, Markdown support, a Make-like configuration format, filters, pagination, an HTTP server and watcher, and automation through commands such as gostatic --dump.

プロジェクトの歴史

The project fits the early Go-era static-site-generator pattern: compile a standalone binary, read a site source tree, transform Markdown and templates, and write static output. The README presents its design around dependency tracking and re-rendering only changed pages, making rebuild speed a central feature.

Release notes in the GitHub feed show incremental maintenance rather than a large platform pivot: hot reload changes, template helpers, syntax highlighting, Markdown parser changes, and dependency updates.

採用の歴史

gostatic is available through Homebrew and Nix in the batch input, and the README directs users to GitHub Releases or source builds. That is a small but natural footprint for a single-purpose developer tool whose users often install it directly in build scripts or personal-site toolchains.

使われ方

A typical user runs gostatic -i to scaffold a site, edits the generated config file, writes content under the source directory, and runs gostatic or make targets to build or watch the site. The configuration model uses constants and rules resembling Makefile syntax, which lets users wire Markdown, templates, tags, and external processors into a static build.

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

gostatic is a package-nerd example of the compact static-site-generator niche: no runtime service, no database, no Node toolchain requirement, just one binary and a config file. It matters less as a mass-market SSG than as a small, auditable tool with deterministic local builds.

タイムライン

  • 2021: 2.27 adds the datefilename processor; later 2021 releases add hot reload and template/highlighting updates.
  • 2022: 2.33 through 2.35 add template functions and highlighting improvements.
  • 2023: 2.36 release notes mention Markdown attribute parsing and major dependency updates.

Related projects

  • goldmark is the CommonMark parser named in the README.
  • chroma appears in release notes and README-related documentation as syntax-highlighting support.
  • The author's solovyov.net repository is linked from the README as an advanced usage example.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 12 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
gostaticcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.36
マネージャ更新日
ローカルデータOK
上流最新
検出された最新2.36

https://github.com/piranha/gostatic

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:gostatic
バージョン2.36
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/gostatic
ホームページhttps://github.com/piranha/gostatic
リポジトリhttps://github.com/piranha/gostatic
上流ドキュメントhttps://github.com/piranha/gostatic#readme
ライセンスISC
ソースアーカイブhttps://github.com/piranha/gostatic/archive/refs/tags/2.36.tar.gz
ビルド依存関係go
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegostatic
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

gostatic

nix profile install nixpkgs#gostatic
  • normalized package name match
  • 一致条件: Gostatic
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/gostatic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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