# groue/GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS

Repository: https://github.com/groue/GRMustache
Canonical: https://ross.abutalabs.com/products/grmustache
Homepage: http://mustache.github.com/
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2022-07-14T11:10:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5784, "days_push": 1511, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1435, forks 189 (observed 2026-08-28T04:04:43.506246+00:00)

## What it is
GRMustache is a flexible, production-ready Mustache template engine written in Objective-C for macOS Cocoa and iOS, depending only on Foundation. It extends the strict Mustache language with built-in goodies and extensibility hooks, and can also be used from Swift with Objective-C objects.

## Use cases
- render mustache templates in an iOS app
- generate HTML emails from templates on macOS
- render templates from strings or bundle resources in Objective-C
- reuse parsed templates to render multiple data objects
- extend mustache syntax with custom tags in Cocoa apps

## When to choose
- you need a battle-tested Mustache engine for Objective-C or mixed Objective-C/Swift iOS or macOS projects
- you want Mustache with extensibility hooks beyond the standard minimal language
- you target older iOS/macOS versions and want a Foundation-only dependency

## When to avoid
- you are writing a pure Swift project - prefer GRMustache.swift or Stencil instead
- you need server-side or non-Apple platform templating
- you need actively developed features - the library is in maintenance mode with infrequent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: templating, parser
- domain: web-development, developer-tools, mobile-development
- platform: cpp
- tags: mustache, objective-c, template-engine, cocoa, text-templating, macos, ios, swift

## Member repositories
- groue/GRMustache (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.506246+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:51.683132+00:00, confidence not recorded.
  - readme: https://github.com/groue/GRMustache (fetched 2026-08-28T04:04:43.506246+00:00, sha cc281ce11010)
- Data as of 2026-08-30T08:39:29.467469+00:00.
