| Platform | Bash Version | Status | Installation Method |
|---|---|---|---|
| macOS | 3.2.57+ | ✅ Works | curl ... \| bash |
| Linux | 3.2+ | ✅ Works | curl ... \| bash |
| Windows (Git Bash) | 4.4+ | ✅ Works | curl ... \| bash |
| Windows (WSL) | 4.0+ | ✅ Works | curl ... \| bash |
| Windows (PowerShell) | N/A | ✅ Works | Download + Git Bash |
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s essential
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s essential
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh" -OutFile "install.sh"
& "C:\Program Files\Git\bin\bash.exe" install.sh essential
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/scripts/tests/test-compatibility.sh | bash
✅ Bash 3.2+ Compatible - Works on macOS default bash
✅ No mapfile - Uses while-read loops for compatibility
✅ No process substitution issues - Uses temp files
✅ Cross-platform paths - Handles Unix and Windows
✅ Color detection - Disables on unsupported terminals
✅ Platform detection - Auto-detects macOS/Linux/Windows
See Platform Compatibility Guide for:
bash scripts/tests/test-compatibility.shbash --version