0xSero/parcels
165 stars · Last commit 2026-07-04
Ship your repo + live coding-agent session (Claude Code / Codex / pi / Droid) to another machine over Tailscale; it resumes in tmux and keeps working.
README preview
# parcels Package your work — repo, uncommitted changes, `.env` files, and the live agent session — and ship it over Tailscale to another machine, where the agent resumes in tmux and keeps working. Supports **Claude Code**, **Codex**, **pi**, and **Droid** sessions. ## Install ```sh git clone https://github.com/0xSero/parcels && cd parcels && ./install.sh ``` This symlinks `parcel` into `~/.local/bin`, installs the `/parcel` skill for Claude Code (`~/.claude/skills/parcel`), and seeds `~/.parcels/targets/` with an example target config. Requirements: `ssh` access to your targets (Tailscale MagicDNS names work great), `rsync`, `tmux` + the agent CLIs on the targets. ```