← Back to Getting Started
Install on macOS
Get codrsync running on your Mac in minutes
1Open Terminal
Press Cmd+Space, type "Terminal", and press Enter. Or find it in Applications > Utilities > Terminal.
2Install Homebrew (if needed)
Homebrew is the most popular package manager for macOS. If you already have it, skip this step.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"3Install codrsync
Using Homebrew (recommended):
$ brew install ciroarendt/codrsync/codrsyncOr use the one-line installer:
$ curl -fsSL https://codrsync.dev/install.sh | bash4Verify installation
$ codrsync --versionIf prompted about Xcode Command Line Tools, run: xcode-select --install