Skip to content

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.

Terminal window
brew install sahil87/tap/rk
rk serve -d # start dashboard daemon on :3000
open http://localhost:3000
Terminal window
rk riff # 1 agent pane
rk riff --skill /fab-fff # specific slash command
rk riff --skill /a --cmd "just dev" # agent + dev server
rk riff ship -N 3 # 3 parallel ship workspaces from preset
  • One command per parallel agentrk riff creates 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-firstCmd+K palette, mobile touch targets, swipe carousels.
  • No database, no daemon magic — state derived from tmux + filesystem; agents survive rk restarts.
  • Boards — pin panes from multiple servers into one cross-server dashboard.

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:

github.com/sahil87/run-kit