diff --git a/README.en.md b/README.en.md
new file mode 100644
index 0000000..c368d95
--- /dev/null
+++ b/README.en.md
@@ -0,0 +1,429 @@
+
+
+
+
+**Free, local stem separation. No account. No upload. No subscription.**
+
+
+
+
+
+
+
+
+
+
+
+
JOIN THE COMMUNITY
+
+
+
+
+
+
+
+
+
+
+
+
+
+Drop in an MP3, WAV, or FLAC file, or paste a YouTube URL, and StemDeck splits the audio into up to six stems (vocals, drums, bass, guitar, piano, other). Play them back in a DAW-style multitrack mixer: mute, solo, balance levels, zoom the waveform, loop a region, and export individual stems or a custom mix. Everything runs locally on your own machine.
+
+> **What is this?** StemDeck is a stem separation tool, not a downloader. Its main job is processing audio you already own: drag an MP3, WAV, or FLAC onto the import bar and go. YouTube support is a convenience for content you have the right to process. StemDeck does not store, cache, or redistribute any downloaded content. Everything happens locally and nothing leaves your machine.
+
+> StemDeck is a free, open alternative to cloud stem-splitters like Moises and LALAL.AI: no account, no quota, no uploads, no subscription. If you want stems for personal study and prefer to keep things local and free, StemDeck has you covered. If you need the polish, a mobile app, or deeper musician tooling, the commercial products are a better fit.
+
+
+
+## We Recommend
+
+StemDeck is free and **does not accept any money, sponsorship, or funding** - not from users, not from anyone listed below. We share these makers and artists purely for the joy of pointing you toward wonderful people doing beautiful work. Go meet them ❤️
+
+| Name | What they do | Link |
+|---|---|---|
+| Dlima Guitars | Custom guitars and basses | [@dlimaguitars](https://www.instagram.com/dlimaguitars) |
+| Lisbon Guitar Works | Guitar building | [dlimaguitars.com](https://dlimaguitars.com) |
+| Joao Gaspar | Producer/Film Scorer, Touring/Session Musician | [@jay_glaspar](https://www.instagram.com/jay_glaspar) |
+| Kris Luthier | Luthier and Musical Instrument Repair, Lisboa | [@krisluthier](https://www.instagram.com/krisluthier) |
+| Thomann | Online Music Store | [@thomann.music](https://www.instagram.com/thomann.music) |
+| Analog4Lyfe | Analog music gear | [@analog4lyfe](https://www.instagram.com/analog4lyfe) |
+| Empress Effects | Effects pedals | [empresseffects.com](https://empresseffects.com) |
+
+
+---
+
+## Features
+
+**6-stem separation** via Demucs `htdemucs_6s`, with auto-detection of the best Torch device (CUDA on NVIDIA, MPS on Apple Silicon, CPU fallback).
+
+**YouTube and local file import.** Paste a YouTube URL or drop an MP3 or WAV directly onto the import bar.
+
+**DAW-style waveform editor** with min/max sample rendering across all stems, shared normalization, zoom in/out/Fit, loop drag on the ruler, gold playhead overlay, and stem-aligned lanes.
+
+**Stem subset extraction.** Click stem chips to choose which stems to keep. Clicking from "all selected" snaps to "only this one"; subsequent clicks add or remove.
+
+**"Original" backing track.** When you pick a subset, a 7th lane contains the complement (full song minus selected stems), perfect for A/B reference without doubling.
+
+**Downloadable selected mix.** A single `mix.wav` of just your selected stems, summed via ffmpeg amix.
+
+**Per-stem mixer** with volume fader, mute, solo, and "monitor" (solo-only) per stem. State syncs between the preview mixer and the stems sidebar.
+
+**Live VU meters** per stem. Post-gain RMS via Web Audio analysers with peak hold and slow falloff.
+
+**Song analysis** including BPM (librosa beat tracker), key, scale, and confidence (Albrecht-Shanahan profiles), integrated LUFS (BS.1770), and sample peak in dBFS.
+
+**Cancellable jobs.** Cancel mid-pipeline and the runner terminates the active subprocess immediately, deletes the partial job dir, and returns to ready.
+
+**Library panel** with folder-based track organisation, drag-and-drop, search, and trash.
+
+---
+
+## Honest Comparison
+
+StemDeck is not trying to compete with commercial stem-separation products. It covers the core use case well and stops there. This table exists so you can make an informed choice rather than discover the gaps after the fact.
+
+| | StemDeck | Moises / LALAL.AI / similar |
+|---|---|---|
+| **Price** | Free, forever | Freemium; credits or subscription required for regular use |
+| **Hosting** | Runs entirely on your machine | Cloud; audio must be uploaded to their servers |
+| **Account / login** | None | Required |
+| **Internet required** | Only for YouTube download and first model fetch (~170 MB, cached after) | Always; no offline use |
+| **Privacy** | Audio never leaves your machine | Audio is uploaded and processed on third-party servers |
+| **Data retention** | You control it; delete anytime | Governed by their privacy policy and retention period |
+| **Stem model** | Demucs `htdemucs_6s` (open source, Meta AI) | Proprietary models, regularly updated, generally higher quality |
+| **Stem count** | 6 (vocals, drums, bass, guitar, piano, other) | Up to 10 depending on service and plan |
+| **Input formats** | YouTube URL, MP3, WAV | MP3, WAV, FLAC, M4A, and more depending on service |
+| **Processing speed** | Depends on your hardware; fast with a GPU, slow on CPU only | Fast regardless of your hardware (runs on their servers) |
+| **Batch processing** | One job at a time | Yes, on paid plans |
+| **Mobile app** | No | iOS and Android |
+| **Extra features** | No (no pitch shift, chord detection, lyrics, click track, BPM tap) | Yes, varies by product |
+| **Polish** | Functional, hobby-grade UI | Polished, production-grade apps |
+| **Source code** | Open source, forkable, self-hostable | Closed source |
+
+If you need speed, quality, mobile access, or the extra musician tooling, the commercial products are worth the money. If you want stems for personal study, prefer to keep audio private, or just want something that runs locally with no strings attached, StemDeck is enough.
+
+---
+
+## Download
+
+Pre-built installers and zips are attached to each [GitHub Release](https://github.com/stemdeckapp/stemdeck/releases).
+
+**macOS**
+
+| DMG | GPU | Chip |
+|---|---|---|
+| `StemDeck-macOS-arm64.dmg` | Apple Silicon (MPS) | M1 and later |
+| `StemDeck-macOS-x64.dmg` | CPU only | Intel |
+
+Open the DMG, drag StemDeck to Applications, and launch it. On first launch the setup screen downloads the Python runtime (~500 MB), FFmpeg, and the Demucs model (~170 MB). Subsequent launches skip setup and start in seconds. No Python or system dependencies required.
+
+macOS may show a Gatekeeper prompt on first open — right-click the app and choose Open to bypass it.
+
+**Windows**
+
+| Zip | GPU | Approx. size |
+|---|---|---|
+| `StemDeck-Windows-x64.zip` | CPU only | ~700 MB |
+| `StemDeck-Windows-x64.NVIDIA.zip` | NVIDIA CUDA | ~1.6 GB |
+
+Extract the zip anywhere, run `StemDeck.exe`. On first launch the app verifies the bundled Python runtime and downloads FFmpeg and the Demucs model (~170 MB). Subsequent launches skip this and start in seconds. Everything is self-contained; no Python or system dependencies required.
+
+---
+
+## Technologies
+
+
+
+
+
+
+
+
+
+StemDeck is built on **[Python 3.12](https://python.org)** managed via **[uv](https://github.com/astral-sh/uv)**, with a **[FastAPI](https://fastapi.tiangolo.com)** backend serving REST and Server-Sent Events. Stem separation uses **[Demucs](https://github.com/facebookresearch/demucs)** (`htdemucs_6s`), Meta AI's open-source 6-stem neural network. YouTube audio is fetched via **[yt-dlp](https://github.com/yt-dlp/yt-dlp)**; transcoding and mixing use **[FFmpeg](https://ffmpeg.org)**. BPM detection and key analysis run on **[librosa](https://librosa.org)**; loudness measurement uses **[pyloudnorm](https://github.com/csteinmetz1/pyloudnorm)** (ITU-R BS.1770). The macOS and Windows desktop shells are **[Tauri v2](https://tauri.app)** (Rust/WKWebView on macOS, Rust/WebView2 on Windows). The frontend is vanilla JS with the Web Audio API, no framework and no build step; waveforms are rendered on `