🧵 Threader
Sync and share Claude Code threads. Private by default.
Install
Quick install (macOS / Linux)
How it works
Threader installs lightweight hooks into Claude Code that notify a local daemon whenever a session starts, stops, or a message is received. The daemon reads the session data from Claude Code's local storage and syncs it to the cloud.
Sessions are private by default. You can share them via workspaces or make them public from the dashboard.
Commands
| Command | Description |
|---|---|
| threader login | Authenticate via browser |
| threader logout | Clear stored credentials |
| threader init | Install hooks and create data dirs |
| threader start | Start daemon in background |
| threader stop | Stop the daemon |
| threader status | Show daemon status and session info |
| threader whoami | Show current authenticated user |
| threader resume <id> | Resume a session from the cloud |
| threader share | Get a link to the current session |
| threader update | Check for and install updates |