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/codrsync

Or use the one-line installer:

$ curl -fsSL https://codrsync.dev/install.sh | bash

4Verify installation

$ codrsync --version

If prompted about Xcode Command Line Tools, run: xcode-select --install

Skip the install

Try codrsync right in your browser — no setup needed

Try in browser