With ccbeam, you can teleport your claude code session to and from your laptop, the cloud, and your remote devices. Your in progress work is transported too.
You can start a claude code session from your laptop, beam it up to the cloud or a remote device, and beam it back to your laptop whenever you want to pick it up again. It uses your existing SSH config, never forwards credentials, and is BYOK for a cloud sandbox provider.
This tool came out of the realization that a claude code session is really just the transcript history, and the dirty files in your directory. If you can copy both over to a different environment, you can essentially run the same claude code session. This allows for a device-agnostic claude code.
It's fully open source, sharing it here in case its useful to others too!