Choose your installation method: GUI Installer, Script, or Cargo
Download the cross-platform graphical installer for a guided installation experience.
Single executable that works on Windows, macOS, and Linux:
# Download the cross-platform installer
https://github.com/AAEO04/ifa_lang/releases
# Run it:
# Windows: Double-click or run from PowerShell
# macOS/Linux: chmod +x ifa-installer && ./ifa-installer
The installer auto-detects your OS and installs Ifá-Lang to the appropriate location.
For scripts and automation, use headless mode:
# Install with default profile (Fusion)
ifa-installer --headless
# Install specific profile
ifa-installer --headless --profile standard
# Install to custom directory
ifa-installer --headless --dir /opt/ifa
# Uninstall
ifa-installer --headless --uninstall
irm https://github.com/AAEO04/ifa_lang/releases | iex
curl -sSf https://aaeo04.github.io/ifa_lang/install.sh | sh
cargo install ifa-cli
# Clone the repository
git clone https://github.com/ifa-lang/ifa-lang.git
cd ifa-lang
# Build release binary
cargo build --release
# Install CLI to system
cargo install --path crates/ifa-cli
# Build GUI Installer (optional)
cargo build --release -p ifa-installer-gui
ifa --version
# Output: Ifá-Lang v1.2.2
ifa --help
# Shows all available commands
Syntax highlighting and LSP support:
Plug 'ifa-lang/ifa.vim'ifa babalawo starts the language server