Follow these simple steps to install KeetAI using Terminal. This bypasses macOS Gatekeeper warnings and ensures a smooth installation.
Click the button below to download the latest version
Download KeetAI-v1.0.dmg4.2 MB • macOS 13+ • Apple Silicon & Intel
KeetAI is not signed with an Apple Developer certificate ($99/year). Using Terminal to install bypasses the "unidentified developer" warning and is completely safe.
Press ⌘ + Space, type "Terminal", and press Enter.
Or find it in Applications → Utilities → Terminal
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.
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).
KeetAI is now installed and ready to use. Create an account and get 10 free minutes to start acing your interviews.
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