No account · No sign-up · iPhone & iPad
Play your own music
without signing up for anything.
No email, no password, no connection needed. Why apps ask for an account, how to check one before you install it, and the two things that do leave your phone.
Free to use. Pro is one payment — forever.
- 0 accountsnothing to sign up for
- 1 network calla daily version check, to Apple
- Airplane modeeverything still works
“No account” is three separate promises
People looking for one of them usually want all three, and apps advertise them as if they were the same thing.
The first is no sign-up. You install it, open it, and it works. Nothing asks for an email address, a password, a phone number, or a code from a text message.
The second is no connection. It keeps working with the wifi off, on a plane, in a country where your data does not roam. Plenty of apps let you skip the sign-up screen and then do nothing useful until they reach a server.
The third is nothing collected. No analytics, no advertising identifier, no record of what you played leaving the phone. An app can have no login at all and still report every tap.
They come apart in practice, so it is worth knowing which one you are after. The third is the hardest to check from the outside, which is why the rest of this page is mostly about how to check.
Why a music app asks for one in the first place
Some of the reasons are real. If the music in the app is somebody else’s catalogue, the licence is counted per listener and the app has no choice but to know who you are. A subscription has to be attached to a person. Playlists that follow you between devices need something in the middle to hold them.
The rest have nothing to do with playing music. An account is a retention number, a mailing list, and a way to make leaving cost something. Often it is just part of the template the app was built from: nobody decided you needed one, and nobody removed it.
So the useful question is not whether an app has accounts. It is: does it hold anything I could not hold myself? If the songs are already yours and already on the phone, the answer is no. Changing the speed of a file on your own device does not require a stranger to know your email address.
What goes wrong when a player needs one anyway
None of these are hypothetical, and all of them happen at the worst moment.
- The plane. You have the files. The app will not open them until it has checked something, and there is nothing to check with.
- The password you never wanted. A reset flow, an inbox, a verification code — for an app whose whole job is reading a file already sitting on the device.
- The update that logs you out. A version bump, a changed terms screen, and the thing you use every day is a login form.
- The company. Servers get switched off. If the library only exists as rows in someone else’s database, it goes with them.
- The record. A login turns a list of songs into a profile. Not always used for anything. Always there.
How to check an app before you commit to it
Five minutes, and it works on any app, not just this one.
- Read the privacy label firstOn the App Store listing, scroll to App Privacy. “Data Not Collected” is the strongest thing a developer can declare there, and it is a declaration Apple holds them to. Identifiers or usage data linked to you means the account is doing something.
- Count the screens before it playsInstall it and open it. If it asks who you are before it shows you a single control, the account is load-bearing, and skipping it later will not be an option.
- Use it in airplane mode for ten minutesPlay something, change a setting, force-quit it, open it again. No marketing sentence survives this test, and it takes less time than reading one.
- Find the way back outPut one file in, then try to get it out again. An app that takes your library and offers no export has locked it up whether or not it asked for an email.
- Ask what a new phone costs youAn app with no account cannot restore your audio for you — you add the files again. An app with a server can restore it, and can also lose it. Decide which you would rather live with.
Y2K Player, put through its own test
- No sign-up screen exists. No login, no email field, no password anywhere in the app. Onboarding asks you to pick a look and add some songs.
- No analytics of any kind. No tracking framework, no advertising identifier, no crash reporter, and no third-party code in the app at all — only Apple’s own frameworks.
- No servers behind it. There is no backend to have an account on, so there is nothing to sign in to even if you wanted to.
- No push notifications. The app never asks permission to send one, because sending one needs a token and somewhere to send it from.
- Your files stay on the phone. Audio you add is copied into the app’s private storage, never modified, never uploaded, and deleted when you delete it or the app.
- Everything heavy runs locally. Tempo from 25% to 200%, pitch across two octaves, the effects, the visualizers and the video export are all computed on the device — with the wifi off, if you like.
The two things that do leave, stated plainly
A page like this is worthless if it rounds down to zero. Two things travel, both to Apple, neither an account with us.
A small amount of state through your own iCloud. If you are signed into iCloud, your listening counters and streak, which songs you have favourited, and a few preferences such as the theme and visualizer you chose are mirrored through Apple’s key-value store, so a new phone picks up where the old one left off. No audio files are ever mirrored. It goes to Apple’s storage under your account, not to a server of ours, and we cannot see it. Signing out of iCloud stops it.
One version check. At most once a day the app asks the App Store’s public lookup endpoint whether a newer version has been published, so it can offer you the update. The request carries nothing but the app’s own App Store id. It is the only network call in the app, and it goes to Apple, not to us.
That is the complete list, and it is the same list as the privacy policy.
Getting music in, and getting it back out
Music comes in four ways, none of which involve typing anything about yourself. Tap Add and pick files from the Files app. Share a file in from anywhere with a share sheet, AirDrop included. Pick a whole folder and every audio file inside is imported, subfolders too. Or import from the music library synced to your phone, where local, DRM-free items come across cleanly. MP3, M4A, AAC, WAV, AIFF and FLAC all work, and a video file works too — the audio is pulled out of it on import.
One honest limit, and it applies to every app on every platform: protected downloads from a streaming service cannot be read by anything except the app that made them. That is how those files are built. This is a player for music you already own.
Getting out matters as much. Select songs and share them as a plain ZIP of ordinary audio files named with their real titles — nothing proprietary, openable anywhere. An app that takes your library in and gives you no way to take it back has made an account out of itself, email or no email.
What having no account actually costs you
Your audio does not travel by itself. The stats, favourites and preferences do, through your own iCloud. The songs do not: they are real files, and there is no server here to hold them. On a new phone you add them again. That is the trade — the library cannot follow you automatically, and it cannot be taken away either.
Restoring a purchase goes through Apple. Pro is handled entirely by the App Store, so it is tied to the Apple ID that bought it rather than to any account with us. Restoring it on a new device needs a connection for that one moment, and never again after. Free to use. Pro is one payment — forever.
Questions about running without an account
Answered here, so none of it needs installing to find out.
Is there a music player for iPhone with no sign-up at all?
Yes. Y2K Player has no login screen, no email field and no password anywhere in it. You install it, open it, add files you already own, and play them. There is no account to create because there is no server to create one on.
Can I use it with no internet connection?
Yes. Importing, playback, tempo and pitch, the effects, the visualizers and the video export all run on the device. The only network call in the whole app is a once-a-day check with the App Store for a newer version, and the app works normally when that fails.
Does it collect any data about me?
No. There is no analytics framework, no advertising identifier and no crash reporter in the app — in fact there is no third-party code in it at all, only Apple’s own frameworks. Nothing about what you play is recorded anywhere off the phone.
Does anything at all leave my phone?
Two things, both to Apple. If you are signed into iCloud, your listening counters and streak, your favourites and a few preferences such as the theme and visualizer are mirrored through Apple’s key-value store — never any audio. And once a day the app asks the App Store whether a newer version exists. Both are described in full on the privacy policy.
Do I need an Apple ID?
Only to download the app from the App Store, the same as any iPhone app, and again if you buy Pro or restore it later. The app itself never asks for it and never sees it.
What happens to my library when I get a new phone?
Your favourites, stats and preferences arrive through your own iCloud. The audio does not, because the songs are real files and there is no server here holding them. You add the files again. That is the honest cost of having nothing to sign into.
Can it play music from a streaming service without an account?
No, and no app can. Protected downloads cannot leave the app that made them, on any platform. Y2K Player plays audio files you already own — things you have bought, been sent, recorded, or made yourself.
Are there ads?
No. There are no ads in any form, and no ad network in the app to serve them. Free to use. Pro is one payment — forever.
Where to go next
- Offline musicWhat still works with the wifi off, where the files live, and what does not work.Open →
- How to choose an appThe same buyer’s eye applied to slowed and reverb apps specifically.Open →
- Slow a song downTempo down to 25%, with the key held or allowed to fall with it.Open →
- What Pro addsOne payment, and exactly what it unlocks.Open →
Nothing to sign up for.
Add one song from the Files app, drag the tempo, and hear it change while it plays — with the wifi off, if you like.
Free to download and keep. Pro is a one-time purchase — buy it once and it never renews.
