# Install marmite with Homebrew, Nix, pacman

Static Site Generator for Blogs using Markdown. Version 0.4.2 via Homebrew; verified 2026-08-01. Also installable with nix: nix profile install nixpkgs#marmite.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install marmite
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:marmite
- **Package manager:** Homebrew
- **Version:** 0.4.2
- **Source summary:** Static Site Generator for Blogs using Markdown
- **Homepage:** <https://rochacbruno.github.io/marmite/>
- **Repository:** <https://github.com/rochacbruno/marmite>
- **Last updated:** 2026-08-01T02:57:58Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- marmite (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.4.2
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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
## Other Package-Manager Records

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


## Sources

- 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
