ah!

free tools nothing uploads

record voice on iphone, in safari.

no app, no icloud sync, no account. tap record in mobile safari and you get a file you can keep or share.

ready to record.

your browser will ask permission to use the microphone. nothing uploads — the recording lives in this tab until you download it.

why a browser tool when iphone has voice memos

voice memos is fine for "remind me what i said." for anything else, three problems show up. one: it syncs to icloud by default unless you remember to turn it off in settings → apple id → icloud. interview audio, off-the- record passages, and chart notes shouldn't sync to a saas account you can't audit. two: voice memos exports as m4a only, and some transcription services and podcast hosts still want mp3. three: borrowed phones, kiosk phones, and shared devices don't have voice memos set up the way your phone does, and you don't want to log them into your icloud to find out.

this page records straight from the iphone's microphone in mobile safari, gives you a file you can save to the files app or share via the share sheet, and never sends a byte to a server. close the tab and the recording is gone unless you've saved it.

does it work on iphone

yes, on iOS 14.3 and later. apple shipped MediaRecorder support in safari 14.5 (january 2021) and the iOS-bundled safari followed. anything bought in the last four years handles this without a tweak. older devices stuck on iOS 13 won't work — they don't have the underlying api.

ipad and ipad mini are the same story: ipadOS 14.5+ supports MediaRecorder, and the rest of the page behaves the same way it does on iphone. third-party browsers on iOS (chrome, firefox, edge) all use safari's underlying engine, so they work too.

microphone permission

  1. tap start recording. mobile safari shows a permission prompt the first time. tap allow.
  2. if the prompt doesn't appear or you tapped block by accident: open settings → safari → microphone → set this site to "ask" or "allow," then reload. iOS doesn't expose a per-tab undo button the way desktop browsers do.
  3. if even that fails, the system-level setting may be off: settings → privacy & security → microphone → toggle safari on. this is rare; most iphones ship with it on.

save to files, share, or upload

when you tap download, the file lands in the share sheet on iOS. from there you have the usual options:

  • save to files — picks a destination (on my iphone, icloud drive, or a connected provider like dropbox / google drive). this is the easiest way to get the file off the phone later.
  • airdrop — to a nearby mac, ipad, or another iphone. the fastest way to move the recording to a laptop for editing.
  • upload to a website — most upload buttons on iOS sites can pick from files directly. mp3 and webm both upload cleanly.
  • email or messages — for short clips. anything past about ten minutes will hit attachment-size caps.

pitfalls that come up specifically on iphone

  • backgrounding the tab. if you switch to another app or lock the phone while recording, mobile safari will keep recording for a few seconds and then suspend the tab. the recording you have when you return will be whatever was captured before suspend. for long recordings, leave safari foregrounded. this is a mobile-safari constraint, not a bug in the page.
  • incoming calls and notifications. if a phone call comes in while recording, iOS interrupts the microphone for the call's duration. the recording ends or pauses depending on whether you answer. set the phone to do not disturb / focus before starting an important interview.
  • low-power mode. with low-power mode on (battery icon turns yellow), iOS can reduce background processing for safari, which sometimes degrades recording stability past 20-30 minutes. for long recordings, plug in or disable low-power mode.
  • airpods bluetooth profile. when airpods are connected, iOS routes the mic through them in hands-free mode, which is narrowband and lossy. for an interview that needs quote-grade audio, use the iphone's built-in microphone or a wired/lightning headset. swipe down for control center → tap the audio tile in the upper-right → mic source.

format choices on iphone

mobile safari produces mp4/aac natively. if that's the format you need (most apple ecosystem destinations want it), use the no-conversion download — instant, no processing.

need mp3? the page converts via ffmpeg compiled to webassembly, running in the tab. on an iphone 12 or newer, a 5-minute recording converts in 10-15 seconds. on older phones, longer. nothing uploads at any point. need wav? same path, lossless output, larger file (~10MB per minute of audio).

nothing uploads — and how to verify it

iphones don't expose a developer-tools network panel the way desktop browsers do, but you can verify the same property indirectly: airplane mode. turn airplane mode on after the page loads, record, stop, download. if the page still works end-to-end with the network off, no upload is happening anywhere. (the network is only used to fetch the page and the ffmpeg.wasm chain initially; once those are cached, the rest of the flow is offline.)

background on the structural argument and the same proof on desktop is in this post.

what to do with the recording

  • transcribe it. save to files, then upload to audiohighlight's transcription workspace from your laptop later. you get a transcript with bulk speaker-fix and click-word-to-replay-audio. join the beta waitlist.
  • trim it on a desktop. the iphone download is the raw recording start-to-stop. run it through the audio trimmer from your laptop later to cut silence and tails. also browser-only, also no upload.
  • publish to a podcast host. mp3 uploads cleanly to most hosts. for an interview where you need a clean cut, do the editing on a desktop; iphone's audio editor is fine for trimming a voice memo, not for production.

limits

  • memory. the recording lives in browser memory until you save it. older iphones with 3GB ram will struggle past 30-40 minutes; iphone 13+ handles 90 minutes comfortably. for long recordings, record in chapters.
  • single channel. the browser captures one input. for a two-speaker interview where each speaker is on their own track, you need a dedicated app — and at that point you're better off recording on a laptop.
  • no editing in-browser. this page records and downloads. it doesn't let you cut, fade, or compress audio in the browser; for that, the other tools at audiohighlight tools cover trim, convert, and compress, also in-browser.