Install KeetAI on macOS

Follow these simple steps to install KeetAI using Terminal. This bypasses macOS Gatekeeper warnings and ensures a smooth installation.

Step 1: Download KeetAI

Click the button below to download the latest version

Download KeetAI-v1.0.dmg

4.2 MB • macOS 13+ • Apple Silicon & Intel

💡 Why Terminal installation?

KeetAI is not signed with an Apple Developer certificate ($99/year). Using Terminal to install bypasses the "unidentified developer" warning and is completely safe.

2
Open Terminal

Press ⌘ + Space, type "Terminal", and press Enter.

Or find it in Applications → Utilities → Terminal

3
Install and Launch KeetAI

Copy and paste this command into Terminal, then press Enter:

hdiutil attach ~/Downloads/KeetAI-v1.0.dmg && cp -R /Volumes/KeetAI/KeetAI.app /Applications/ && xattr -cr /Applications/KeetAI.app && hdiutil detach /Volumes/KeetAI && open /Applications/KeetAI.app

This command will: mount the DMG → copy to Applications → remove Gatekeeper restrictions → clean up → launch the app

KeetAI should open without any warnings. On first launch, grant Microphone and Screen Recording permissions when prompted.

⚠️ Troubleshooting

If KeetAI still shows a warning, run this command and try opening again:

sudo xattr -cr /Applications/KeetAI.app && sudo spctl --add /Applications/KeetAI.app

You'll be asked for your Mac password (it won't show as you type — that's normal).

✅ You're all set!

KeetAI is now installed and ready to use. Create an account and get 10 free minutes to start acing your interviews.

Uninstall KeetAI

To completely remove KeetAI from your Mac, run this command in Terminal:

killall -9 KeetAI 2>/dev/null; rm -rf /Applications/KeetAI.app ~/Library/Preferences/com.keetai.* ~/Library/"Application Support"/KeetAI ~/Library/Caches/com.keetai.* ~/Library/Logs/KeetAI ~/Library/Containers/com.keetai.* ~/Library/"Saved Application State"/com.keetai.*; tccutil reset All com.keetai.app 2>/dev/null

This removes the app, all settings, cached data, and system permissions.

Need help? Email us:

hello@keetai.app