# 使用 Homebrew, Nix, pacman 安装 marmite

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

## 安装

```sh
sudo av install brew:marmite
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install marmite
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#marmite
```

  证据: nixpkgs package indexes: pkgs/by-name/ma/marmite/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S marmite
```

  证据: Arch Linux sync databases: marmite from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:marmite
- **软件包管理器:** Homebrew
- **版本:** 0.4.2
- **来源摘要:** Static Site Generator for Blogs using Markdown
- **主页:** <https://rochacbruno.github.io/marmite/>
- **仓库:** <https://github.com/rochacbruno/marmite>
- **最后更新:** 2026-08-01T02:57:58Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- marmite (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Marmite is a Rust static-site generator for blogs built around the idea that Markdown files plus one command should be enough to publish a site.

### 项目历史

The Marmite repository was created on 2024-10-14. The README expands the name as 'Markdown makes sites' and describes the project as a very simple static-site generator for bloggers.

Its official documentation and example content emphasize low setup: a directory of Markdown and media files can become a blog without adopting a rigid folder structure. The CLI defaults to marmite.yaml for configuration and accepts --config for an alternate file.

### 采用历史

Marmite is younger than the long-running Markdown tools in this batch, but it gathered visible early interest: by 2026-07-01 GitHub metadata showed 856 stars and 51 forks. The supplied package-manager facts list Homebrew and Nix packages, and the README documents Homebrew and Cargo installation paths.

Release notes through 2025 and 2026 show the project moving from early static-site basics into feeds, themes, IndieWeb/microformats, search, series, shortcodes, and other blog-focused features while keeping a simple CLI entry point.

### 使用方式

The core command is marmite INPUT_FOLDER OUTPUT_FOLDER. Users point Marmite at a folder of Markdown files and media, optionally provide marmite.yaml or --config, and generate a static output directory that can be served by any static host.

Package maintainers care about Marmite because it is a single Rust CLI in the crowded static-site-generator category, aiming for low-friction blogging rather than a large framework or JavaScript build pipeline.

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

Marmite's packaging story is simple and attractive: a compiled CLI, Homebrew/Nix availability, and Cargo installation. That is exactly the kind of static-site tool package managers like because it gives users a self-contained generator with few runtime surprises.

### 时间线

- 2024: GitHub repository created.
- 2025: 0.2.x releases expanded blog, theme, feed, and publishing features.
- 2026: 0.3.x releases continued with binary assets and documentation updates.

### Related projects

- Marmite belongs to the static-site-generator family alongside Hugo, Zola, Jekyll, and other Markdown-to-site tools.
- It uses CommonMark/GitHub Flavored Markdown style input and focuses on blog publishing workflows.

### 来源

- <https://github.com/rochacbruno/marmite>
- <https://marmite.blog/>
- <https://raw.githubusercontent.com/rochacbruno/marmite/main/README.md>
- source_facts.repo


## 安全说明

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: marmite.yaml, file supplied with --config
## 其他软件包管理器记录

- Nix - marmite: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/marmite/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - marmite - 0.4.2-2: normalized package name match | Arch Linux sync databases: marmite from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Markdown makes sites - A Static Site Generator for Blogs | https://marmite.blog


## Combined YAML source

View the package source record on GitHub. [combined/marmite.yml](https://github.com/mxcl/pkgdb/blob/main/combined/marmite.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
