# Nishi Browser Omnitool

The Nishi browser renders documents **natively** — no external viewers, no *print-only* dead ends.

## Supported today

- `.docx` — Word documents (headings, tables)
- `.md` — this very file
- `.csv` — spreadsheets as tables

## Why it matters

> The browser is becoming the workhorse of the system.

You can preview, interact, and print — all sovereign. See the [assistant](/assistant) page.

### A code sample

```
nx_doc_view report.docx out.html
```

1. Detect the format
2. Route to the renderer
3. Show it inline

---

Done.
