Back up and restore your Claude Code & Codex sessions, skills, memories, settings and project code across machines. Local-first, end-to-end encrypted, works with Google Drive, Cloudflare R2, OneDrive, WebDAV, S3 or a USB drive. macOS, Windows, Linux. AGPL-3.0.
Hi Product Hunt 👋
I'm a heavy Claude Code + Codex user. After a year I had ~2,500 sessions, 80 skills and a pile of project memories sitting in ~/.claude and ~/.codex — and zero way to move them to a new Mac, let alone a Windows box.
aisync fixes that the way iPhone migration does:
• Pick sessions by project (it auto-includes the project's code folder), skills, agents, memories and settings
• Small stuff goes to a private git repo; big stuff goes into an encrypted restic snapshot on any storage you already have — Google Drive, Cloudflare R2, OneDrive, WebDAV, S3, or an external drive. restic + rclone are bundled, no terminal needed
• On the new machine: paste the git URL + one password → everything comes back, paths remapped, then `claude --resume` / `codex resume` and keep going
• API keys are scrubbed before anything leaves the machine; the password never leaves it
It's a single Python app with zero runtime deps, AGPL-3.0, builds for macOS / Windows / Linux on GitHub Actions.
Would love to hear how you handle this today, and what storage backends you'd want next.