{"id":50687510,"url":"https://github.com/ssallem/claude-sync-ui","last_synced_at":"2026-06-09T00:03:14.095Z","repository":{"id":358676082,"uuid":"1241506998","full_name":"ssallem/claude-sync-ui","owner":"ssallem","description":"Desktop GUI for syncing ~/.claude/ across machines — like chezmoi, with one-click push/pull and conflict visualization.","archived":false,"fork":false,"pushed_at":"2026-05-18T13:45:04.000Z","size":2389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T15:33:00.562Z","etag":null,"topics":["claude-ai","claude-code","desktop-app","dotfiles","gui","sync","tauri","windows"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssallem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-17T13:29:54.000Z","updated_at":"2026-05-18T13:44:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ssallem/claude-sync-ui","commit_stats":null,"previous_names":["ssallem/claude-sync-ui"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ssallem/claude-sync-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssallem%2Fclaude-sync-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssallem%2Fclaude-sync-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssallem%2Fclaude-sync-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssallem%2Fclaude-sync-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssallem","download_url":"https://codeload.github.com/ssallem/claude-sync-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssallem%2Fclaude-sync-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-ai","claude-code","desktop-app","dotfiles","gui","sync","tauri","windows"],"created_at":"2026-06-09T00:03:07.879Z","updated_at":"2026-06-09T00:03:14.082Z","avatar_url":"https://github.com/ssallem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-sync-ui\n\nDesktop GUI for [claude-sync](https://github.com/ssallem/claude-sync) — see your `~/.claude` sync state at a glance, push/pull with a click.\n\n[![CI](https://github.com/ssallem/claude-sync-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/ssallem/claude-sync-ui/actions/workflows/ci.yml)\n[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](#license)\n[![Platform: Windows](https://img.shields.io/badge/platform-Windows%20x64-0078D6.svg)](#install-windows)\n\n## Screenshots\n\n| First run | Synced state | Conflict toast |\n|---|---|---|\n| ![Init screen](docs/screenshots/01-init.png) | ![Main view](docs/screenshots/02-main.png) | ![Conflict](docs/screenshots/03-conflict.png) |\n\n*Captured from the React frontend in mock mode (`npm run screenshots`) — the actual Tauri window has the standard Windows title bar around this UI.*\n\n## Why\n\nThe `claude-sync` CLI works fine, but its text output makes comparing the state of two machines tedious — you have to mentally diff two terminal scrollbacks. This GUI shows the change set, ahead/behind counters, and conflict markers on one screen, and gives you a one-click `push` / `pull` / `doctor` flow so you can keep `~/.claude/` in sync without leaving the window.\n\n## Install (Windows)\n\n### Direct download (latest — v0.2.13)\n\n- **NSIS installer** (recommended): [`claude-sync-ui_0.2.13_x64-setup.exe`](https://github.com/ssallem/claude-sync-ui/releases/download/v0.2.13/claude-sync-ui_0.2.13_x64-setup.exe)\n- **MSI installer**: [`claude-sync-ui_0.2.13_x64_en-US.msi`](https://github.com/ssallem/claude-sync-ui/releases/download/v0.2.13/claude-sync-ui_0.2.13_x64_en-US.msi)\n\nAll versions are listed on the [Releases](https://github.com/ssallem/claude-sync-ui/releases) page.\n\n### Steps\n\n1. Download `claude-sync-ui_x.x.x_x64-setup.exe` (or `.msi`) from the link above.\n2. Run the installer.\n3. Launch **claude-sync** from the Start menu.\n4. Enter your dotclaude repo URL on first run (e.g. `git@github.com:you/dotclaude.git`).\n\nThe `claude-sync` CLI is bundled as a sidecar — no separate install needed.\n\n## Build from source\n\n```sh\ngit clone https://github.com/ssallem/claude-sync-ui\ncd claude-sync-ui\nnpm install\nnpm run tauri build\n```\n\nOutputs land in `src-tauri/target/release/bundle/`. Requires Node 20+, Rust stable, and the Tauri 2 [Windows prerequisites](https://tauri.app/start/prerequisites/).\n\n### Sidecar binary\n\nThe Windows `claude-sync` CLI is bundled at\n`src-tauri/binaries/claude-sync-x86_64-pc-windows-msvc.exe`. If you want to\nreplace it with a freshly built copy, build it from\n[ssallem/claude-sync](https://github.com/ssallem/claude-sync) via\n`cargo build --release` and copy the binary into that path.\n\nSHA-256 of the bundled `v0.1.3` sidecar (post-codesigning):\n\n```\n637b9a16f8581ef15bb0887cd37db2f6e951955d557bbed7813d3a8e4c5c1a41  claude-sync-x86_64-pc-windows-msvc.exe\n```\n\n## What it shows\n\n- **File tree by directory** — your `~/.claude` changes grouped under `agents/`, `commands/`, `hooks/`, `rules/`, `skills/`, and root files.\n- **M / A / D / ? / !** colored badges — modified, added, deleted, untracked, secret-hit.\n- **Ahead / behind counter** — how many commits you're out of sync with the remote.\n- **Push / Pull / Resolve / Refresh** buttons — disabled when irrelevant; one-click recovery when not.\n- **Doctor modal** — full output of `claude-sync doctor` checks (git binary, identity, remote, ignore files, recognized subfolders, secret scanner).\n\n## Architecture\n\n```\nReact UI ↔ Tauri commands ↔ claude-sync.exe (sidecar)\n```\n\nThe frontend is React 19 + TypeScript + Tailwind v4. Tauri 2 commands in `src-tauri/src/commands.rs` shell out to the bundled `claude-sync` binary, parse its stdout into typed structs, and stream the result back to the UI.\n\n## Limitations (v0.1.0)\n\n- Windows x64 only — macOS / Linux are v0.2 candidates.\n- Single-PC view — no aggregate dashboard across multiple machines yet.\n- Conflict resolver is a placeholder — for now you edit `~/.claude/\u003cfile\u003e` by hand and remove the `_conflicts` key before pushing.\n- No auto-sync or system tray — you trigger push/pull manually.\n\n## Roadmap\n\nCandidates for `v0.2`:\n\n- Conflict resolver UI — side-by-side diff with merge buttons for the `_conflicts` JSON keys.\n- Multi-PC dashboard — see which machines are ahead/behind/synced at a glance.\n- macOS and Linux bundles (`.dmg`, `.AppImage`, `.deb`).\n- System tray with badge + auto-refresh on focus.\n- Optional scheduled auto-sync.\n\n## License\n\nDual-licensed under either of:\n\n- **MIT License** ([LICENSE-MIT](LICENSE-MIT))\n- **Apache License, Version 2.0** ([LICENSE-APACHE](LICENSE-APACHE))\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssallem%2Fclaude-sync-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssallem%2Fclaude-sync-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssallem%2Fclaude-sync-ui/lists"}