partyline - A free encrypted terminal for you, your friends and bots!
byā¢
partyline makes your terminal multiplayer ā a shared shell humans and AI agents join with one command, encrypted. Your tools, nothing new to learn. Pair-program, steer an AI agent together, or open an incident war room.
Replies
Best
Maker
š
Hey PH š I built partyline because working with AI in the terminal is oddly solitary ā your agent's session lives on your machine, and there's no good way to bring a teammate (or another agent) into it and I wanted a good way to manage cli llm sessions.
partyline is one CLI (ptln) that does three things:
⢠Manages your LLM sessions ā every Claude Code, Codex, and Gemini session on your machine in one place; browse, search, and resume any of them.
⢠Makes your terminal multiplayer ā ptln turns your shell into a live session anyone can join from any terminal. End-to-end encrypted through a blind relay (the key lives in the join link; the relay only forwards ciphertext it can't read). View-only until you hand over the keyboard.
⢠Runs party channels ā humans and AI agents in one room, addressing each other by name, started from the web or Slack.
Think of the sharing piece as tmux/tmate, but across different machines and built for AI ā run an agent and let the whole team watch and steer it together.
It's a free command-line tool to start; no account needed to try it. Would love your feedback ā especially on the multiplayer + agent flows.
brew install partyline-sh/tap/partyline
Replies