Glypho is a fast, minimal CLI tool written in Rust to render Markdown files in a clean, pretty format via a local web server.
- View your Markdown files in a beautiful format
- Fast startup and live preview through a local web server
Glypho was created to make reading Markdown as frictionless as possible — especially when you just want to open a file and read. No need to open a full editor or configure plugins. Just run the command and go.
no heavy dependencies — just Markdown and Rust.
cargo install glypho- Pull the repository and go to the root directory
- Run
cargo install --path .

