Twitter Spaces have hosted some of the most significant conversations in business, technology, and culture — founder Q&As, exclusive interviews, community discussions that shaped decisions. The problem: they disappear. Unlike podcasts or YouTube videos, Spaces were never designed for permanence. Understanding how to save them before the 30-day window closes is essential for researchers, journalists, and anyone who attends Spaces worth keeping.
Understanding Twitter Spaces Recording
Not all Spaces are equally saveable:
- Host-enabled recordings: Hosts can toggle recording on before starting a Space. These create a replay accessible via the Space's URL for 30 days. You can listen again; you cannot easily download.
- Live-only Spaces: Some hosts do not enable recording. These leave no replay — if you did not attend live or record yourself, the content is gone permanently.
- Co-hosted Spaces: Same recording rules apply — host's setting determines whether replay exists.
Method 1: Record System Audio During a Live Space
The most reliable method — record the audio playing on your computer while attending the Space live.
Using OBS Studio (Windows, Mac, Linux — Free)
- Download OBS Studio from obsproject.com
- Open OBS, go to Sources, click the + button, select "Audio Output Capture"
- Name it "System Audio" and click OK — OBS will now capture all audio from your computer
- In OBS Settings → Output, set recording format to MP3 or AAC and choose your save location
- Click "Start Recording" before the Space begins
- Attend the Space in your browser or X app
- Click "Stop Recording" when the Space ends
Result: MP3 file of the entire Space saved to your computer.
Using Audacity (Windows, Mac, Linux — Free)
- Download Audacity from audacityteam.org
- In Audacity, set the recording device to "Stereo Mix" (Windows) or your system audio device (Mac)
- On Mac, you may need to install BlackHole (free virtual audio driver) to capture system audio — Audacity cannot capture system audio on Mac without it
- Click the red Record button before the Space starts
- When finished, stop recording and export as MP3 via File → Export → Export as MP3
Save the Thread Content Too
Many Spaces start with or link to Twitter threads. Tweet Thread Saver captures the full written thread content so you have both the audio and the text organized together. Free to install.
Add to Chrome — It's FreeMethod 2: Download a Space Replay
If a Space replay is available (host enabled recording and within 30-day window), several tools can download the audio file directly:
- Spaces downloader tools: Search "Twitter Spaces downloader" — several web-based tools accept a Space URL and return an audio file. These work by extracting the HLS stream from the replay
- yt-dlp (command line, free): The versatile media downloader supports Twitter Spaces replays —
yt-dlp [space-url]downloads the audio - Browser developer tools: Advanced users can intercept the HLS .m3u8 stream from the browser network tab and download with VLC or ffmpeg
Creating Transcripts from Saved Spaces
Audio alone is often insufficient — a searchable transcript makes Space content genuinely reusable:
- Save the Space audio using any method above
- Upload the audio file to a transcription service
- Review and correct speaker labels if needed
- Export as text, SRT subtitles, or structured document
Transcription options:
- OpenAI Whisper (free, local): Install via Python, run
whisper audio.mp3 --model medium— excellent accuracy, completely free, runs on your computer - Otter.ai (freemium): 300 minutes/month free, auto-identifies speakers, easy to edit and share
- Descript (freemium): Transcription with audio editing capabilities — useful if you want to create clips from the Space
- AssemblyAI (API, pay-per-use): Developer-friendly, strong accuracy, $0.37/hour of audio
Archive Twitter Threads Alongside Your Spaces Notes
Spaces discussions often reference threads. Tweet Thread Saver captures full thread content with formatting preserved, creating a complete archive alongside your audio recordings. Free.
Install Tweet Thread SaverOrganizing Saved Spaces for Future Reference
Raw audio files are not searchable. A practical archiving workflow:
- Name files consistently:
YYYY-MM-DD_Host-Name_Topic.mp3 - Create a transcript for any Space worth keeping (Whisper is free and good enough)
- Store transcript alongside audio in a folder for that Space
- Add key timestamps manually for important sections: "15:22 — discussion of [topic]"
- Use Notion, Obsidian, or a simple spreadsheet as an index with Space title, host, date, link, and local file path
Don't Let Valuable Content Disappear
Tweet Thread Saver works alongside your Spaces archiving workflow — capture threads, save content, build your personal knowledge archive from Twitter activity. Always free.
Add to Chrome — It's FreeFrequently Asked Questions
Can I save a Twitter Space recording?
Hosts can enable recording, which makes a 30-day replay available. Listeners cannot download directly from X's interface but can record system audio using OBS Studio or Audacity while attending the Space. For existing replays, yt-dlp and various web-based Spaces downloader tools extract the audio file from the HLS stream.
How long do Twitter Spaces recordings stay available?
30 days from when the Space ended — then permanently deleted. There is no recovery option after deletion. Save important Spaces within this window. If the host did not enable recording, there is no replay at all — live recording during the Space is the only option.
What is the best tool to record a Twitter Space?
OBS Studio is the most reliable free option — captures system audio with professional quality, saves as MP3. Audacity works on Windows with Stereo Mix enabled; Mac requires the BlackHole virtual audio driver. For Space replays, yt-dlp downloads audio from the replay URL directly without needing to play it in real time.
Can I download a Twitter Space as a transcript?
Not directly from X. Record or download the audio, then use OpenAI Whisper (free, local) for transcription. Otter.ai gives 300 free minutes/month. Upload the audio file, get a text transcript, then store both audio and transcript together. Whisper accuracy on clear speech is excellent — comparable to paid transcription services.
Is it legal to record a Twitter Space?
Recording public Spaces for personal use and research is generally permitted — they are public broadcasts. Distributing recordings without crediting speakers raises ethical and potential copyright issues. Some US states have two-party consent laws for audio recording — check your jurisdiction. Always credit original hosts and speakers if sharing a recording publicly.