-
-
Notifications
You must be signed in to change notification settings - Fork 43
Installation guide
Jahziah Wagner edited this page Oct 9, 2024
·
6 revisions
ClaudeSync can be installed on Windows, macOS, and Linux. Follow the instructions for your operating system below.
- Python (latest version recommended, 3.12.5 or newer at the time of writing)
- pip (Python package installer)
- openssl
- Open Command Prompt or PowerShell.
- Run the following command:
pip install claudesync
-
Install Chocolatey:
- Visit https://chocolatey.org/install for the latest installation instructions.
- Right-click on the Windows PowerShell icon and select "Run as administrator".
- Copy and paste the installation command from the Chocolatey website into PowerShell and press Enter.
-
Install Python and Git:
- In the same PowerShell window (running as administrator), enter:
choco install git python3 openssl -y
- Wait for the installation to complete.
- In the same PowerShell window (running as administrator), enter:
-
Verify Git Installation:
- Close PowerShell and open Git Bash (search for it in the Start menu).
- In Git Bash, run:
git update-git-for-windows
- Follow any prompts to update if necessary.
-
Install ClaudeSync:
- In Git Bash, run:
pip install claudesync
- In Git Bash, run:
-
Log in to ClaudeSync:
- In Git Bash, enter:
claudesync auth login
- Follow the on-screen instructions to complete the login process.
- In Git Bash, enter:
- Open Terminal.
- Run the following command:
pipx install claudesync
- Open your terminal.
- Run the following command:
pip3 install claudesync
To verify that ClaudeSync has been installed correctly, run:
claudesync --version
This should display the version number of ClaudeSync.
To update to the latest version, run:
pip install --upgrade claudesync
For any installation issues, please refer to our Troubleshooting page.