-
DescriptionHi, Does Quarto run on Apple Silicon (aarch64), without enabling Rosetta? The installer for Quarto is prompting me to enable Rosetta, which I am trying to avoid. I downloaded the tar ball and was able to execute some tasks. For instance, creating the structure for a book. However, the pandoc binary in the tar ball is "Mach-O 64-bit executable x86_64". Therefore, my attempt to render the book as PDF failed, 'Bad CPU type in executable (os error 86)'. I'm surprised by this. Am I missing something? I'm new to Quarto. Thank you for your help and time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Quarto 1.3 does require Rosetta, because it uses a version of Pandoc that doesn't have Apple Silicon builds. Quarto 1.4, on the other hand, does not. If you're willing to use the pre-release versions, that's the way to go. |
Beta Was this translation helpful? Give feedback.
Quarto 1.3 does require Rosetta, because it uses a version of Pandoc that doesn't have Apple Silicon builds. Quarto 1.4, on the other hand, does not. If you're willing to use the pre-release versions, that's the way to go.