> For the complete documentation index, see [llms.txt](https://changelog.rapport.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.rapport.tech/copy-of-august-2023/07-august-support-for-running-on-apple-silicon-mac.md).

# 07 August: Support for running on Apple Silicon Mac

## ✨ New

Great news! Our entire Presentation Room app is now optimized to run smoothly on all modern Macs with Apple Silicon. We heard your feedback: some of you want to use your powerful new Macs to handle the Organizer role in meetings. Now, you can do exactly that.&#x20;

You can [download the Presentation Room](https://apps.apple.com/app/apple-store/id1454909111) directly from the Mac App Store. Run the Organizer right on your Apple Silicon Mac, freeing up an extra iPad for attendees and simplifying your network setup. It's all about making your meetings more efficient and straightforward.&#x20;

Thank you for pushing us to keep moving forward 🙏

<figure><img src="/files/euAMEqWLcQCDWeONxQVM" alt=""><figcaption><p>It just works!</p></figcaption></figure>

## ➕ Improved

We're constantly striving to enhance your experience with the Presentation Room. Our team fine-tuned the look and feel of the app, ensuring a more modern, visually pleasing interface. It's not just about looking good; we've also focused on improving the user experience. The updated layout is intuitive, reducing the learning curve and making it easier to get things done. Whether you're an Organizer or an Attendee, the sleek new design aims to make your meetings even more efficient and enjoyable. We're sure you'll find the changes both fancy and functional!

## 🔧 Fixed

* We've addressed the issue where changing the presentation server address caused connection problems. Now you can switch servers without a hitch.
* Fixed the scaling and margin issues for PDFs on different iPad sizes, ensuring your documents always look their best.
* Resolved the bug affecting the current group selection feature, making it easier for you to manage your meeting sessions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.rapport.tech/copy-of-august-2023/07-august-support-for-running-on-apple-silicon-mac.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
