---
layout: docu
redirect_from:
- /docs/guides/offline-copy
title: Browsing Offline
---

You can browse the DuckDB documentation offline in the following formats:

* [Single Markdown file](/duckdb-docs.md) (approx. 4 MB)

* [PDF file](/duckdb-docs.pdf) (approx. 15 MB)

* [Website packaged in a ZIP file](/duckdb-docs.zip) (approx. 50 MB). To browse the website locally, decompress the package, navigate to the `duckdb-docs` directory, and run:

  ```bash
  python -m http.server
  ```

  Then, connect to <http://localhost:8000/>.