loophole

Get your ring key

Keep the official Oura app, and connect loophole over Bluetooth too

loophole can talk to your ring directly over Bluetooth. To do that it needs the ring's auth key, the same one the official Oura app set up when you paired. Here is how to read it off your own phone and paste it into loophole.

This is your data, and nothing gets changed. You only read the key. Your ring stays paired to the official Oura app, so its features and firmware updates keep working.

When you need this

Only if you want to use both apps. To leave the official app behind entirely, skip this page: remove the ring from the Oura app, then tap Settings ▸ Ring (Bluetooth) ▸ Pair in loophole and it sets up its own key.

Before you start

Read your key

Pick your computer. The final command is the same on all three.

1

Back up your iPhone

Open Finder, select your iPhone in the sidebar, choose Back up all of the data on your iPhone to this Mac, leave Encrypt local backup unchecked, and click Back Up Now.

2

Extract the Oura app data to your Desktop

In iMazing: your device ▸ AppsOuraExtract App Data. Save it to your Desktop. You get a file called Oura.imazingapp.

3

Read the key

Open Terminal and paste this in. Everything it needs is already on your Mac.

cd ~/Desktop
unzip -o Oura.imazingapp -d oura-data

sqlite3 oura-data/Container/Documents/*/assa.sqlite \
  "SELECT serial_number, hex(auth_key) FROM ringconfiguration;"

Find the line with your ring's serial number. The long value next to it is your key: 32 characters, digits and the letters a to f.

Then, in loophole

Open Settings ▸ Ring (Bluetooth) ▸ Add ring auth key and paste the 32 characters. Capitals do not matter, and there are no dashes. loophole stores it only in your device's Keychain.

If something goes wrong

Using both apps

A ring accepts one Bluetooth connection at a time, so the two apps take turns rather than connecting together. If the Oura app cannot connect, loophole is probably holding the link. Tap Settings ▸ Ring ▸ disconnect in loophole to free it.

Keep your key private

Your ring key is a credential. Treat it like a password: do not post it, email it, or share it. It belongs on your devices only.

Not affiliated with Oura

loophole is an independent app and is not affiliated with, endorsed by, or connected to Ōura Health Oy. These steps only read your own data from your own device.