Skip to content

Kangentic Mobile

Kangentic Mobile is a remote control for the agent sessions running in your desktop Kangentic app. Pair your phone once, then check on your agents, read their progress, answer the questions they raise, and review diffs from wherever you are.

The desktop app is where you set work up. The phone is where you keep an eye on it. An agent that finishes a turn, hits a permission prompt, or stops with an error can reach you on your phone, and you can answer without going back to your desk.

It is deliberately not a second copy of the desktop app. There is no board editing marathon, no file browser, and no shell.

AreaWhat you get
SessionsRead the agent’s transcript as a chat feed, or switch to the raw terminal when you need the full picture. Chat, Terminal, and Changes are three surfaces on one session
InputSend a message to a running agent, or type directly into the terminal
PromptsAnswer permission prompts and questions the agent raises
ChangesReview file changes with a per-file diff view
BoardSee your projects and columns - grouped the way your desktop sidebar groups them - move a task, create or edit one, and browse completed tasks with their transcripts. A move made on the phone reaches an open desktop board immediately, quietly: the card relocates without a toast, because you are the one who moved it
NotificationsPush alerts when a session needs your attention

Under the hood these map to a fixed set of ten capabilities granted at pairing: read-stream, read-board, read-diff, send-user-message, move-task, answer-permission-prompt, interactive-terminal, board-tool-read, board-tool-write, and register-push.

There is no shell verb, no file-read verb, and no arbitrary-command verb anywhere in the protocol. This is a design constraint, not a permission you can grant: a paired phone, or anything that manages to impersonate one, still has no way to ask your desktop to run a command or read a file off disk. The phone can talk to agents and move cards. That is the whole surface.

  • Triage home shows the sessions that want your attention first, rather than making you hunt through a board.
  • Board lists projects and columns, with a project picker for switching between them.
  • Session is the main view. One session, three surfaces, switched from a control at the bottom of the screen: Terminal, Chat, and Changes. Only Chat raises a needs-you dot, and it never switches surfaces on you.
  • File diff renders a single file’s changes.
  • Task screens cover creating, editing, moving, and completing tasks, plus a paged archive of completed tasks (newest first) whose finished transcripts you can still read.
  • Devices lists paired desktops by key fingerprint.
  • Settings covers notification categories and the pairing lifecycle.

The message composer has a dictation button that turns speech into text using your device’s built-in speech recognition. Audio is not stored or transmitted by Kangentic, though your device’s own speech engine may send audio to its provider to produce the transcript. See the Privacy Policy.

See also:

Kangentic is free and open source. A star helps other people find it.

Star on GitHub