md-preview - 1MB native Markdown preview
Cross-platform Markdown preview built with Rust and wry: ~1MB binary, native WebView, offline syntax highlighting, dark mode. GitHub-flavored Markdown without an Electron tax.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
rumdl - fast Rust markdown linter and formatter
Rust port of markdownlint with a built-in formatter. Targets large doc repos and AI-generated markdown that needs fast, consistent enforcement.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.
claude-code-rust - native Rust port of Claude Code
Rust reimplementation of Anthropic's Claude Code CLI that avoids the upstream V8 heap OOM in long sessions. Daily-driver replacement that keeps the same UX without Node.
ccmd - TUI to audit and clean developer caches
Rust terminal UI for exploring cache directories on macOS and Linux. Scans cached packages for known CVEs, finds outdated deps, and reclaims disk space.