ExeBrowser

Run Windows .exe files in your browser. No install. No upload. Just WebAssembly + Wine.

Can you run Audacity in your browser? Partial — old 2.x editing only, audio iffy

Guide updated July 2026 · Runs via Wine 1.7.55 (Win32) + WebAssembly · Requires your own copy

Audacity is the free, open-source audio editor that millions of people use to trim podcasts, clean up recordings, and chop up tracks — and this page is a compatibility guide for running a copy you load yourself in a browser tab. It is genuinely free software (GPL), so redistribution is allowed — but there is one big catch for browser-based Wine: modern Audacity is 64-bit only. From version 3.0 onward there is no 32-bit Windows build, and ExeBrowser runs a 32-bit x86 engine, so 3.x simply will not start. The only versions that even have a shot here are the legacy 2.x builds (the last being 2.4.2 from 2020), which still shipped a 32-bit installer. Treat this as "load an old version and poke at the editor," not "set up a recording studio in a tab."

Runs in your browser tab with WebAssembly + Wine — nothing is uploaded. Click the screen to capture input; press Esc to release the mouse.

Getting Audacity

Audacity is free and open source (GPL), so you're welcome to grab it and run it. For ExeBrowser you specifically need a 32-bit 2.x build — modern 3.x releases are 64-bit only and won't start here. Download from the official Audacity site or its source on GitHub, install the old 2.x version on a real PC, then upload the program folder here with the folder picker. We don't re-host an old version, so you always get a clean, unmodified copy.

How it works & what to expect

Audacity is a large wxWidgets application — not a tiny Win32 utility — so even the 32-bit 2.x line is a heavy load for browser-based Wine. Expect a slow first boot while the binary and its DLLs page in. Once it opens, the editing UI (the timeline, tracks, selection tools, effects menus) is the part most likely to work: you can import a WAV/MP3 you bring in, zoom, cut, fade, and apply built-in effects on already-loaded audio.

The shaky part is anything that touches live hardware. Boxedwine routes sound through the browser's Web Audio path, and Audacity's real-time engine (PortAudio) does not always cooperate with that. Recording from a microphone is unreliable to non-functional, and even playback of your edits can stutter or fall silent. So: think of this as an offline audio editor for files you load, with playback as a bonus — not a dependable record/monitor tool.

Why you need the old 32-bit build (and where to get it)

This is the make-or-break detail. Audacity 3.0 and everything newer ships only as a 64-bit app on Windows, and ExeBrowser's emulator is 32-bit x86 — a 64-bit .exe cannot even launch. You must use a 2.x release that still offered a 32-bit installer; the final one is Audacity 2.4.2 (2020).

Because Audacity ships as an installer (which runs poorly in this environment), the practical path is: install the old 2.x build on a real Windows PC, then upload the resulting program folder — audacity.exe plus the Languages\, plug-ins\ and DLLs next to it — using the folder picker. Drop a small test WAV in the same folder so you have something to open.

What actually works, honestly

AppAudacity 2.x, 32-bit (e.g. 2.4.2) — not 3.x, which is 64-bit only
Best Wine variantWin32 (default)
Editing UIUsually loads; timeline, cut/trim, and offline effects are the realistic use
Importing filesWAV and basic formats you upload tend to open
PlaybackHit-or-miss — depends on the emulated Web Audio path
Recording from micUnreliable to non-working; don't rely on it
SpeedHeavy app on a ~10–40% native engine — patient, not snappy

If you need real recording, real-time monitoring, or anything from the modern 3.x feature set, run native Audacity on a normal desktop. Here, the win is having a familiar, free editor open in a tab to chop a clip you already have.

Frequently asked questions

Can I run the latest Audacity (3.x) in the browser?

No. From version 3.0 onward Audacity is a 64-bit-only Windows app, and ExeBrowser runs a 32-bit x86 engine, so a 3.x build cannot launch at all. Only the legacy 32-bit 2.x line (up to 2.4.2 from 2020) can even be attempted here.

Can I record from my microphone in Audacity here?

Realistically no. Recording depends on Audacity's real-time audio engine reaching live hardware, and Boxedwine's Web Audio routing doesn't reliably support that path. Expect microphone capture to be unreliable or non-functional. Use this for editing files you upload, not for live recording.

Is Audacity free and legal to use this way?

Yes — Audacity is open-source software released under the GPL, so it is free to use and freely redistributable. We still point you to the official source for the download rather than re-hosting an old version, so you get a clean, unmodified copy.

Why is it so slow to start?

Audacity is a large wxWidgets application, not a small utility, and ExeBrowser emulates a 32-bit x86 CPU in WebAssembly at roughly 10–40% of native speed. The whole binary plus its DLLs has to page in on first launch, so give it time before declaring it stuck.

What's the realistic use for Audacity in the browser?

Offline editing of audio you bring in: import a WAV or MP3, then trim, cut, fade, and apply built-in effects. Playback of your edits may work but can stutter. Treat live recording and the modern 3.x features as out of scope here.

More you can run in your browser