run-kit
rk riff spawns AI coding agents in parallel git worktrees. rk serve is a browser dashboard that lets you watch them all — from your desk or your phone.
Install
Section titled “Install”brew install sahil87/tap/rkrk serve -d # start dashboard daemon on :3000open http://localhost:3000At a glance
Section titled “At a glance”rk riff # 1 agent panerk riff --skill /fab-fff # specific slash commandrk riff --skill /a --cmd "just dev" # agent + dev serverrk riff ship -N 3 # 3 parallel ship workspaces from preset- One command per parallel agent —
rk riffcreates a worktree, tmux window, and Claude Code pane in one shot. - Browser dashboard for tmux — every session and pane in a sidebar; click for a live terminal.
- Mobile-first, keyboard-first —
Cmd+Kpalette, mobile touch targets, swipe carousels. - No database, no daemon magic — state derived from tmux + filesystem; agents survive
rkrestarts. - Boards — pin panes from multiple servers into one cross-server dashboard.
Drive it from your phone
Section titled “Drive it from your phone”HTTPS over Tailscale: tailscale serve --bg http://localhost:3000, open https://<machine>.<tailnet>.ts.net.
Install, commands, and workflows pages coming soon. For now, the full README — riff guide, boards, Tailscale setup, architecture — lives on GitHub: