hocket
What
hocket runs CLI coding agents across your projects and git worktrees from one terminal app.
Watch every session, respond when an agent needs you, and review its work in the built-in editor. hocket is one local binary with no daemon or containers.
Why
As I've been using agents more and more, I was finding it very difficult to see exactly the state of all my agents across my projects — the processes they were responsible for, and where they were in the midst of their work.
So I wanted a solution that could not only give me all of that, but also be lightweight and ephemeral — easily dropped into any sandbox to quickly understand the context, make its changes, and then be dismissed.
The STOR Flow
Spawn
alt+shift+n creates a worktree and launches your favorite agent CLI.
Task
Interact with your agent in the CLI just like you're used to.
Observe
The sidebar shows each agent's status. marks one that needs you. A sound and desktop notification follow.
React
alt+a jumps to the next agent that needs you, or super+e opens your recents and activity panel.
Install
Open your favorite shell (works best with kitty-based terminals like Ghostty, kitty, or iTerm2) and run:
curl -fsSL https://get.hocket.dev/install.sh | bash
Then, from your folder of projects:
hocket
Currently in open alpha, so if you encounter any issues please reach out on the socials! (X · YouTube)