A modern, cross-platform markdown viewer and editor — native styling, live preview, AI assistance, and offline-first.
- glyph — the app (Tauri v2 + React 19 + TypeScript)
- homebrew-tap — Homebrew formula for macOS and Linux
- scoop-bucket — Scoop manifest for Windows
- apt-repo — Debian/Ubuntu apt repository
- rpm-repo — Fedora/RHEL dnf repository
# macOS
brew tap glyph-md/tap && brew trust glyph-md/tap && brew install --cask glyph
# Windows
winget install hamidfzm.Glyph
# Linux (Homebrew)
brew tap glyph-md/tap && brew install glyph
# Fedora / RHEL
sudo tee /etc/yum.repos.d/glyph.repo < <(curl -fsSL https://glyph-md.github.io/rpm-repo/glyph.repo) && sudo dnf install glyphFull install instructions: see the Glyph website.