To find out what’s new, visit the releases feed on Github.

Source Code

  • Audacity 3.3.2 Source Tarball
    SHA256: b1202aec83e4e38a04c61211bbb2a33e2a5e314a65600440b1fe116c10c8f3ed

    This is a standard source tarball, primarily for GNU/Linux, and assumes your system has necessary dependencies and libraries installed.

  • View Checksum
  • Git Repository For all platforms. Check out either the latest Audacity development code or a specific tagged release. Git checkouts and releases are suitable for any system, including those that lack necessary dependencies to compile the standard source tarball.

System Requirements

How to Compile Audacity

Dependencies

The wxWidgets library is required. Audacity 3.3.2 requires wxGTK 3.1.3 or later. If you compile wxWidgets yourself it should be built with the default gtk2 option, not with gtk3. 

CMake is required.

If you install libraries using a package management system like Apt or RPM, you need to install the “dev” (development) packages for each library.

Compilation

To compile Audacity,  follow the instructions on GitHub