Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Screen Sharing

Share your machine's screen to anyone with a browser link. Uses VNC under the hood, bridged through a WebSocket proxy and exposed via a kimaki tunnel.
# Start sharing (runs in foreground, Ctrl+C to stop) kimaki screenshare # Run in background with tuistory tuistory launch "kimaki screenshare" -s screenshare
Or use the /screenshare slash command in Discord — it posts the URL directly in the channel.
Sessions auto-stop after 1 hour. Use /screenshare-stop or Ctrl+C to stop earlier.

macOS Setup

macOS requires Remote Management enabled (not just Screen Sharing) for full mouse and keyboard control:
  1. Go to System Settings > General > Sharing > Remote Management
  2. Enable "VNC viewers may control screen with password"
  3. Set a VNC password
Or via terminal:
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \ -activate -configure -allowAccessFor -allUsers -privs -all \ -clientopts -setvnclegacy -vnclegacy yes \ -restart -agent -console

Linux Setup

Requires x11vnc and a running X11 display ($DISPLAY):
sudo apt install x11vnc
Kimaki spawns x11vnc automatically when you start screen sharing.