Pre-release (v1.9) Documentation: Download v1.9, Current Release Docs

Quarto logo. Quarto logo.
  • Overview
  • Get Started
  • Guide
  • Extensions
  • Reference
  • Gallery
  • Blog
  • Help
    • Report a Bug
    • Ask a Question
    • FAQ

Download Quarto

Install a release or pre-release build of Quarto.

  • Release Candidate — v
  • Current Release — v
  • Older Releases

_ Find your operating system in the table below

Highlights

Quarto 1.9 includes the following new features:

  • Posit Connect Cloud Publishing: Publish documents and websites to Posit Connect Cloud using quarto publish posit-connect-cloud.

  • Output for LLMs: Generate llms.txt and .llms.md files for websites, making your content more accessible to large language models and AI-powered tools.

  • quarto use brand command: Add or update brand assets from an external source.

  • List Tables: Create complex tables with a list-like syntax. An easier-to-maintain alternative to grid tables, originally developed by Martin Fischer with contributions from Albert Krewinkel and William Lupton.

  • PDF Accessibility:

    • PDF Standards and Accessibility for LaTeX and Typst: New pdf-standard option enables PDF/A archival formats and PDF/UA accessibility compliance. Use quarto install verapdf to automatically validate compliance.

    • Image alt text for PDF accessibility: Alt text fig-alt attributes now passes through to PDF output for screen reader support in both LaTeX and Typst formats.

    • Alt text for cross-referenced equations in Typst: Provide descriptive text for equations using the alt attribute.

  • Improvements to Typst support:

    • Typst book projects: Book projects can now render to Typst via the bundled orange-book extension, providing chapter numbering, cross-references, and professional textbook styling.

    • Support for Article layout: Place content in the margins, create full-width figures, or add side notes.

    • New options:

      • mathfont, codefont, linestretch
      • linkcolor, citecolor, filecolor
      • thanks
      • abstract-title
    • Theorem styling: New theorem-appearance option with four styles: simple (classic LaTeX), fancy (colored boxes with brand colors), clouds (rounded backgrounds), or rainbow (colored borders and titles).

  • Privacy-focused features for websites:

    • A privacy-first default for cookie consent: The default for cookie consent has changed to type: express, providing opt-in consent that blocks cookies until users explicitly agree. This privacy-conscious default is designed with modern privacy regulations in mind.

    • Algolia Search Insights avoids cookies: Use Algolia Insights now uses persistent cookies only if cookie-consent is active, and the user has opted-in.

    • Use Plausible Analytics: Add privacy-friendly Plausible Analytics to websites via the plausible-analytics configuration option.

  • aria-label for videos: Improve accessibility of embedded videos by providing custom descriptive labels for screen readers instead of the default “Video Player” label.

  • New syntax-highlighting Option: Replaces the deprecated highlight-style (Pandoc 3.8). Supports style names, custom .theme files, none, or idiomatic for format-native highlighting.

  • Metadata and brand extensions now work without a _quarto.yml project. A temporary default project is created in memory.

  • Engine extensions allow replacement of the execution engine:

    • Julia is now a bundled extension instead of being built-in.
    • quarto-marimo will soon change from a filter extension to an engine extension.
    • New quarto create extension engine command.
    • New quarto call build-ts-extension command.
    • New Quarto API for engine extensions to use. (This is in flux and will not be documented for the next few releases, but there will be a dev blog post about it.)

Release Notes

_ Find your operating system in the table below

Highlights

Quarto 1.8 includes the following new features:

  • Improvements to brand support:

    • Light and dark colors: Specify light and dark for any color in a brand specification.
    • Light and dark logos: Specify light and dark versions of logos in a brand specification.
    • Brand extensions: Share brand definitions and assets across Quarto projects.
    • Dark brand for format: revealjs: Specify brand-mode: dark to apply your dark brand to your presentation.
  • HTML Accessibility Checks: Add the axe option to HTML formats to perform accessibility checks with the Axe-core engine.

  • Access execution settings from code cells: Read the QUARTO_EXECUTE_INFO environment variable to access information about execution context.

  • Access metadata and variables in filters and shortcodes: Use the new quarto.variables.get() and quarto.metadata.get() APIs.

  • The default LaTeX engine is now lualatex.

Dependency updates:

  • mermaidjs updated to 11.6.0.
  • Bootstrap icons updated to v1.13.1
  • QuartoNotebookRunner in julia engine updated to 0.17.3

Release Notes

Pages containing all installers for the most recent releases of older versions of Quarto are linked below.

Version Release Notes Date URL
1.7.34 Release Notes Aug 29, 2025 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.7.34
1.6.43 Release Notes Apr 4, 2025 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.6.43
1.5.57 Release Notes Aug 29, 2024 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.5.57
1.4.557 Release Notes Jun 27, 2024 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557
1.3.450 Release Notes Aug 23, 2023 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450
1.2.475 Release Notes Mar 22, 2023 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475
1.1.189 Release Notes Sep 4, 2022 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189
1.0.38   Aug 4, 2022 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38
No matching items

Proudly supported by Posit Posit

  • About

  • FAQ

  • License

  • Trademark

  • Edit this page
  • Report an issue