Download aiCat
Start free with 10 aiCatCoins. No card, no account needed to try it.
Not your system?
After it downloads
π macOS
- Open the
.dmgand drag aiCat into Applications. - Double-click aiCat. macOS will refuse the first time β it says either βcould not verify aiCat is free of malwareβ or βApple cannot check it for malicious softwareβ. Both mean the same thing: aiCat is not yet notarised by Apple. Press OK.
- Then let it through, once:
- macOS 13 and newer: System Settings β Privacy & Security, scroll to the bottom, press Open Anyway next to the aiCat message.
- macOS 12 Monterey and earlier: System Preferences β Security & Privacy β General β Open Anyway. Right-clicking the app and choosing Open works there too.
- Neither offers it? One line in Terminal clears the flag the browser
attached:
xattr -dr com.apple.quarantine /Applications/aiCat.app
- aiCat will walk you through Privacy & Security β Accessibility and switch the toggle on. It needs this to read your selection and type the result back β nothing else.
- Select any text and press β₯ Option.
Install from the Terminal instead β no security prompts at all
The warning comes from the quarantine flag your browser attaches to
downloads. Fetching the file with curl never sets it, so aiCat
just opens. Paste one block:
curl -fL -o /tmp/aiCat.dmg \
"https://aicat.fra1.cdn.digitaloceanspaces.com/releases/3.14.3/aiCat-3.14.3-arm64.dmg"
MP=$(hdiutil attach -nobrowse -readonly /tmp/aiCat.dmg | grep -o '/Volumes/.*')
cp -R "$MP/aiCat.app" /Applications/ && hdiutil detach "$MP" && rm /tmp/aiCat.dmg
open /Applications/aiCat.app
On an Intel Mac, swap the URL for
aiCat-3.14.3-x64.dmg.
Already downloaded it in a browser? This clears the flag on the copy you have:
xattr -dr com.apple.quarantine /Applications/aiCat.app
πͺ Windows
- Run
aiCat-Setup.exe. SmartScreen may warn about a new publisher β choose More info β Run anyway. - aiCat starts and puts a cat in your system tray.
- Select any text and press Alt.
π§ Linux
- AppImage:
chmod +x aiCat-*.AppImage && ./aiCat-*.AppImage - Debian/Ubuntu:
sudo dpkg -i aicat_*.deb - Fedora:
sudo rpm -i aicat-*.rpm - X11 needs
xdotoolfor selection capture:sudo apt install xdotool. On Wayland, usewl-clipboardand enable the floating β¨ button in settings.
Your first three minutes
Pick your languages
Your native language (used for translations and explanations) and the ones you also read or study.
Grant the permission
aiCat opens the right system window for you and shows exactly what it does with it.
Try it
Select a sentence, press the hotkey, watch it work. That is the whole onboarding.