md-viewer: A Live-Reloading Markdown Viewer for Claude Code Workflows

md-viewer is a lightweight markdown viewer built specifically for developers using Claude Code to generate documentation. It provides live-reloading functionality that automatically updates when Claude modifies markdown files, eliminating the need to switch between terminal and editor windows.
Key Features
The tool addresses specific pain points when working with AI-generated documentation:
- Live reload by default: When Claude updates a file, the viewer re-renders automatically without manual refresh
- Independent file watching: Unlike VS Code preview, md-viewer watches files independently without requiring them to be open in an editor
- File explorer sidebar: Browse between documentation files without leaving the viewer
- Mermaid diagram support: Renders architecture diagrams natively when Claude generates them in markdown
- Tabbed interface: Open multiple documents across different projects simultaneously
- Lightweight footprint: Approximately 35 MB, only links libc, and opens instantly
Installation Options
The tool is available through multiple package managers:
# AUR (Arch-based)
yay -S md-viewer-git
Snap
sudo snap install md-viewer
Cargo (Rust)
cargo install md-viewer
Usage
Basic usage is straightforward:
- Open md-viewer on a second monitor or tiled next to your terminal
- Point it at your project's CLAUDE.md file or docs/ folder
- Use
md-viewer path/to/file.mdor drag and drop files - No "Open Folder" required - works with individual files
The tool is built with Rust and egui, and currently supports Linux only (both X11 and Wayland). It functions as a read-only companion for AI-assisted development, designed to stay open alongside terminal sessions throughout the workday.
📖 Read the full source: r/ClaudeAI
👀 See Also

FOMOE Enables 397B Qwen3.5 Model Inference on $2,100 Desktop Hardware
FOMOE (Fast Opportunistic Mixture of Experts) allows running Qwen3.5's 397 billion parameter flagship model at 5-9 tokens/second on consumer hardware using two $500 GPUs, 32GB RAM, and an NVMe drive with Q4_K_M quantization.

Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh
Built a sortable table of the top 5 skill-collection repos (totaling 125k stars) with star counts and skill counts, auto-refreshed by a /workflows:skill-collections command.

Mneme: A PreToolUse Hook That Blocks Claude Code Edits Violating Architecture Decisions
Mneme is a PreToolUse hook for Claude Code that checks every Edit/Write/MultiEdit against a local decisions file before disk writes, blocking violations without manual intervention.

Atuin v18.13 adds AI shell commands, faster search daemon, and PTY proxy
Atuin v18.13 introduces three major features: an AI-powered English-to-Bash helper called atuin ai, a faster search daemon with in-memory indexing, and a PTY proxy called hex that enables popup rendering without clearing terminal output.