# 使用 Homebrew, MacPorts 安装 blades

查看 blades 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:blades
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install blades
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install blades
```

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

## 软件包事实

- **软件包键:** brew:blades
- **软件包管理器:** Homebrew
- **版本:** 0.6.0
- **来源摘要:** Blazing fast dead simple static site generator
- **主页:** <https://www.getblades.org/>
- **仓库:** <https://github.com/grego/blades>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- blades (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.6.0
## 项目历史与用法

Blades is a Rust static site generator focused on speed, simple configuration, and minimal moving parts. It packages as a single CLI for generating HTML from content and templates.

### 项目历史

The repository was created in 2020 and the crate was published on crates.io the same year. The README describes Blades as a 'blazing fast dead simple static site generator' using zero-copy deserialization and the Ramhorns templating engine.

### 采用历史

Blades is distributed through crates.io, Homebrew, and MacPorts. Its adoption is modest but clear enough for packaging: a small Rust SSG with official docs at getblades.org and a package-manager footprint beyond Cargo.

### 使用方式

Users run blades init to create a site, then build, all, lazy, colocate, or new to generate pages and assets. The project configuration is Blades.toml, and docs cover themes, templates, plugins, taxonomies, feeds, sitemaps, and asset colocation.

### 为什么软件包爱好者会关心

Blades is interesting to package nerds as part of the Rust static-site-generator wave: small native binaries competing with older ecosystems on startup time and simple deployment. Its 'one job' positioning contrasts with larger generators that bundle watchers, asset pipelines, or language-specific plugin stacks.

### 时间线

- 2020: Blades repository is created on GitHub.
- 2020: Blades crate is published on crates.io.
- 2020s: Blades is packaged for Homebrew and MacPorts.
- 2020s: Official docs at getblades.org document configuration, themes, plugins, and content workflows.

### Related projects

- The README compares Blades' performance with Hugo and links an ssg-bench repository.
- Blades uses Mustache-style templates and the Ramhorns Rust templating engine, and suggests caretaker for watching or auxiliary automation.

### 来源

- <https://crates.io/crates/blades>
- <https://github.com/grego/blades#readme>
- <https://www.getblades.org/>
- <https://www.getblades.org/config.html>
- 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: Blades.toml
## 其他软件包管理器记录

- MacPorts - blades: normalized package name match | MacPorts ports tree: www/blades/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/blades.yml](https://github.com/mxcl/pkgdb/blob/main/combined/blades.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
