| 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/OpenAgents/main/install.sh | bash -s essentialcurl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgents/main/install.sh | bash -s essentialInvoke-WebRequest -Uri "https://raw.githubusercontent.com/darrenhinde/OpenAgents/main/install.sh" -OutFile "install.sh"
& "C:\Program Files\Git\bin\bash.exe" install.sh essentialcurl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgents/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
- Bash: 3.2 or higher
- curl: Any recent version
- jq: 1.5 or higher
See Platform Compatibility Guide for:
- Detailed platform instructions
- Troubleshooting guide
- Manual installation steps
- Known limitations
- Run compatibility test:
bash scripts/tests/test-compatibility.sh - Check bash version:
bash --version - Report issues: GitHub Issues