# antonmedv/gitmal

A static page generator for repos

Repository: https://github.com/antonmedv/gitmal
Canonical: https://ross.abutalabs.com/products/gitmal
Language: Go
License: MIT
License Family: permissive
Topics: git, go, static-site-generator
Last push: 2026-07-03T07:48:27+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 63, longevity 19
- inputs: {"age_days": 276, "days_push": 61, "days_rel": 247, "gap_med": 13.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1341, forks 50 (observed 2026-08-28T04:04:26.103962+00:00)

## What it is
Gitmal is a static page generator for Git repositories that produces static HTML pages with file browsing, commit history, code highlighting, and markdown rendering. It is a Go CLI tool that can be installed via go install, Docker, or prebuilt binaries.

## Use cases
- self-host a git repository as a static website
- generate static HTML pages for a repo's files and commits
- browse code with syntax highlighting without running a git server
- publish a repository mirror on a static host
- render markdown files from a repo into a static site

## When to choose
- you want a lightweight, self-hosted git web viewer with no server-side runtime
- you prefer static output you can host anywhere (nginx, S3, GitHub Pages)
- you need a simple CLI that works on any repo including large ones like kubernetes

## When to avoid
- you need interactive features like issues, pull requests, or code review
- you want real-time repo browsing with dynamic search or API access
- you cannot afford the generation time and output size for very large repositories

## Facets
- artifact type: cli-tool
- maturity: active
- function: static-site-generator, documentation, developer-tools
- domain: developer-tools, version-control, self-hosted, web-development
- platform: cli, cross-platform, windows
- tags: git, static-pages, code-highlighting, markdown, self-hosting-git, linux, macos, docker

## Member repositories
- antonmedv/gitmal (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:26.103962+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:43:43.804052+00:00, confidence not recorded.
  - readme: https://github.com/antonmedv/gitmal (fetched 2026-08-28T04:04:26.103962+00:00, sha 7a557911276e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
