A lightweight Tauri desktop Markdown viewer with live preview, syntax highlighting, and Mermaid diagram support.
Add the tap once, then install the app:
brew tap nsisodiya/kw-markdown-viewer https://github.com/nsisodiya/kw-markdown-viewer
brew trust nsisodiya/kw-markdown-viewer
brew install --cask kw-markdown-viewerHomebrew 6 and newer require the one-time brew trust command for third-party cask taps.
The first release is not Apple-notarized. If macOS blocks the first launch, right-click KW Markdown Viewer in Applications and choose Open.
Homebrew automatically sees new versions after each GitHub release:
brew update
brew upgrade --cask kw-markdown-viewerCheck the installed version with:
brew info --cask kw-markdown-viewerInstall the Tauri prerequisites for your platform, including Rust, then run:
npm installnpm run tauri:devnpm run build:mac
npm run build:win
npm run build:linux- Set the same semantic version in
package.json,package-lock.json,src-tauri/Cargo.toml, andsrc-tauri/tauri.conf.json. - Commit the version change.
- Tag the commit (for example,
v1.1.0) and push the tag.
The release workflow builds a universal Tauri macOS DMG and ZIP, creates the GitHub release, calculates the DMG SHA-256, and commits the updated Homebrew cask. Homebrew users can then upgrade with the command above.