Download Co-OPS AI
Available for macOS and Linux.
Quick Installation
For most users, the fastest way to install Co-OPS AI is with our one-command installer:
macOS
$
curl -sSL https://co-ops.ai/install-macos.sh | sh
Supports: macOS 10.15+ (Catalina and later)
Linux
$
curl -sSL https://co-ops.ai/install-linux.sh | sh
Supports: Ubuntu 18.04+ and Debian 10+
Detailed Installation Instructions
For security-conscious users who prefer to verify each step manually.
macOS Installation
Prerequisites
- macOS 10.15 (Catalina) or later
- Homebrew installed
Complete Installation Command
$
brew tap co-ops-ai/co-ops && brew install co-ops
Step 2: Verify Installation
Co-OPS AI should now be available in your applications list.
Linux Installation
Prerequisites
- Ubuntu 18.04+ or Debian 10+
- sudo access
Complete Installation Command
$
echo "deb [trusted=yes] https://download.co-ops.ai/co-ops-app stable main" | sudo tee /etc/apt/sources.list.d/co-ops.list && \
sudo apt-get update && \
sudo apt-get install -y co-ops
Step 2: Verify Installation
Co-OPS AI should now be available in your applications list.
Need help? Join our Discord community for support.