> For the complete documentation index, see [llms.txt](https://support.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.audacityteam.org/au3/additional-resources/changelog/older-versions/audacity-3.5/audacity-3.5.1.md).

# Audacity 3.5.1

This is a hotfix release. It fixes the following bugs:

* [#6322](https://github.com/audacity/audacity/issues/6322) Fixed a crash on launch on macOS 11 and older.
* [#6324](https://github.com/audacity/audacity/issues/6324) Fixed the update notification looking for alpha versions instead of release versions.
* [#6321](https://github.com/audacity/audacity/issues/6321) Fixed a freeze when using macros on multiple files.

## Supported Platforms

**Windows**

* Audacity 3.5 is tested on Windows 10 & 11
  * Windows Vista, 7 and 8.1 may still work, but are no longer tested.

**macOS / Mac OS X**

* Audacity 3.5 is tested on macOS 14
  * Any macOS version since OS X 10.9 may still work, but is no longer tested.

**Linux**

* Linux support is tested with AppImages on Ubuntu 22.04.
  * Other Linux distributions should work, but aren't tested by the Audacity team.
  * On some distributions, `libfuse2` needs to be installed for AppImages to work. See <https://github.com/AppImage/AppImageKit/wiki/FUSE> for more information.
  * Community-maintained distro-specific versions and other repackages (such as Flatpak) are often available, too.


---

# 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://support.audacityteam.org/au3/additional-resources/changelog/older-versions/audacity-3.5/audacity-3.5.1.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.
