Installation Guide
System requirements and installation instructions for IfAI.
System Requirements
macOS
- OS: macOS 11 (Big Sur) or later
- Architecture: x64 or Apple Silicon (M1/M2/M3)
- RAM: 4 GB minimum, 8 GB recommended
- Disk: 500 MB for application
Windows
- OS: Windows 10 or later (64-bit)
- RAM: 4 GB minimum, 8 GB recommended
- Disk: 500 MB for application
Linux
- OS: Any modern distribution (Ubuntu 20.04+, Fedora 35+, Debian 11+)
- RAM: 4 GB minimum, 8 GB recommended
- Disk: 500 MB for application
Installation Methods
Method 1: Download from GitHub
- Go to Releases
- Download the appropriate file for your OS
- Install according to your platform below
Method 2: Homebrew (macOS/Linux)
bash
brew install --cask ifaiMethod 3: AUR (Arch Linux)
bash
yay -S ifaiPlatform-Specific Instructions
macOS
DMG Installation:
- Download
IfAI-x.x.x.dmg - Open the DMG file
- Drag IfAI to Applications folder
- Launch from Applications or Spotlight
First Launch: If you see "unidentified developer" warning:
bash
# Right-click the app and select "Open"
# Or allow in System Preferences > Security & PrivacyWindows
Installer:
- Download
IfAI-setup-x.x.x.exe - Run the installer
- Follow the installation wizard
- Launch from Start Menu or desktop shortcut
Portable Version:
- Download
IfAI-win-x.x.x.zip - Extract to any folder
- Run
IfAI.exe
Linux
AppImage (Universal):
bash
chmod +x ifai-x.x.x.AppImage
./ifai-x.x.x.AppImageDebian/Ubuntu:
bash
sudo dpkg -i ifai-x.x.x.deb
sudo apt-get install -f # Fix dependenciesFedora/RHEL:
bash
sudo dnf install ifai-x.x.x.rpmArch Linux (AUR):
bash
yay -S ifaiVerifying Installation
Launch IfAI and check:
┌─────────────────────────────────────────────────────────┐
│ IfAI │
│ Version 0.3.0 │
│ │
│ ✓ System check passed │
│ ✓ Editor ready │
│ ✓ AI providers configured │
└─────────────────────────────────────────────────────────┘Troubleshooting
"App can't be opened" (macOS)
Solution:
bash
# Allow app from terminal
xattr -cr /Applications/IfAI.app"Missing dependencies" (Linux)
Ubuntu/Debian:
bash
sudo apt-get install libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libuuid1 libappindicator3-1 libsecret-1-0Fedora:
bash
sudo dnf install gtk3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-atk libuuid libappindicator-gtk3 libsecret"Windows Defender blocks download"
Solution:
- Go to Windows Security > Virus & threat protection
- Click "Allowed threats"
- Add IfAI to exclusions
Installation fails with "not enough disk space"
Solution:
- Free up at least 1 GB of disk space
- Try installing to a different drive
Uninstalling
macOS
bash
# Delete app and preferences
rm -rf /Applications/IfAI.app
rm -rf ~/Library/Application\ Support/IfAI
rm -rf ~/Library/Preferences/com.ifai.app.plistWindows
bash
# Use Settings > Apps > Installed Apps
# Or run uninstaller from Control PanelLinux
bash
# Debian/Ubuntu
sudo dpkg -r ifai
# Fedora
sudo dnf remove ifai
# Arch
yay -R ifai
# Manual cleanup
rm -rf ~/.config/IfAINext Steps
- Getting Started - First launch guide
- AI Chat Guide - Configure AI providers
- Local LLM Setup - Run AI locally