Back to Getting Started

Install on Linux

Get codrsync running on your Linux distribution

Using curl (recommended)

Works on all Linux distributions:

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

Distribution-specific notes

Ubuntu / Debian

curl is pre-installed. If missing: sudo apt install curl

Fedora / RHEL

curl is pre-installed. If missing: sudo dnf install curl

Arch Linux

curl is pre-installed. If missing: sudo pacman -S curl

Alternative methods

You can also use pip or npm if you prefer:

pip

$ pip install codrsync

npm

$ npm install -g codrsync

Verify installation

$ codrsync --version

Skip the install

Try codrsync right in your browser — no setup needed

Try in browser