| Crates.io | aglow |
| lib.rs | aglow |
| version | 0.1.0 |
| created_at | 2025-12-14 21:58:16.592178+00 |
| updated_at | 2025-12-14 21:58:16.592178+00 |
| description | Render Markdown beautifully in the terminal 🔥 |
| homepage | https://molten.dev |
| repository | https://github.com/moltenlabs/aglow |
| max_upload_size | |
| id | 1985169 |
| size | 38,854 |
Render Markdown beautifully in the terminal.
When something is aglow, it's illuminated and beautiful. This crate makes your Markdown documents glow with color and style in the terminal.
use aglow::render;
let markdown = r#"
# Welcome
This is **bold** and *italic* text.
```rust
fn main() {
println!("Hello!");
}
"#;
println!("{}", render(markdown));
---
## CLI Usage
```bash
# Install
cargo install aglow
# Render a file
aglow README.md
# Pipe content
cat doc.md | aglow
# Use themes
aglow README.md --theme molten
dark (default)lightmolten (Molten Labs brand colors)cargo add aglow
Part of the Molten Labs open source ecosystem:
| Crate | Description |
|---|---|
| molten_brand | Design tokens & colors |
| glyphs | ANSI escape sequences |
| lacquer | Terminal styling |
| tuyere | TUI framework |
| scoria | TUI components |
| chant | Shell glamour |
| aglow | Markdown renderer (you are here) |
| censer | Pretty logging |
MIT OR Apache-2.0
Built with ✨ by Molten Labs