Skip to Content
Introduction

treesync documentation

treesync keeps the single folder that holds all your repos (e.g. ~/code) mirrored across all your devices — for you and your AI agents. Full-fidelity (every file, including each repo’s .git), end-to-end encrypted, conflict-safe.

New here? Start with Installation.

In one minute

# Install treesync curl -fsSL https://treesync.dev/install.sh | sh # From the folder that holds all your repos, set up and start syncing cd ~/code && treesync init

treesync init signs you in, mirrors the folder, and keeps it syncing in the background. That’s the whole setup — see Getting started for the step-by-step version.

Guides