pkwn daemon connected

See the work behind every agent turn.

Talino is the local workspace for pkwn coding-agent sessions. Keep the project, the agent’s live reasoning, and every resulting file change visible together — instead of losing the work in a terminal transcript.

Apple Silicon only. Talino bundles pkwn and starts the local daemon for you.

Talino
storefront / checkout
WorkingClaude · Opus
Fix the checkout redirect after a declined payment.
Talino

I’m tracing the payment callback and the route guard that follows it.

Read app/checkout/callback.ts
Edit lib/payment/redirect.ts
Describe the change you want to make…

A control room for work that already has consequences.

pkwn persists the conversation, drives the tool loop, and produces real diffs. Talino makes that work legible: keep context on screen, see what state the agent is in, then verify what changed before the next turn begins.

Project context stays visible.
Agent state is explicit.
Changes are reviewable artifacts.

One project. Several ways to keep it moving.

The workspace expands around the session instead of fragmenting it into disconnected tools.

01

Sessions stay attached to the project

Choose a folder, start or resume a persistent session, and pick Claude, Codex, or Gemini. The conversation is not a disposable chat: it remembers the project, backend, model, decisions, and transcript.

pkwn SQLite session store
02

Review changes where the work happened

The agent’s file writes arrive as real changes, not a vague completion message. Move into Git to inspect diffs, stage intentfully, commit, and push against the GitHub or GitLab host linked to the project.

diff · stage · commit · push
03

Turn a ticket into an accountable run

Kanban cards carry the actual session that works on them. A board state is no longer a manual status update: it is paired with the agent’s live run state and transcript.

ticket ↔ agent session
04

Keep project assets in the same context

Generate Wan video or Gemini images from a design brief, track each job, and retain its prompt and web-ready variants with the project — not in an isolated browser tab.

.talino/media

Notes

On-device transcription and speaker diarization, ready to become an actionable session prompt.

Voice

A local speech interface for asking, planning, and driving a coding session without typing.

Documents & deploy

Keep source material close, then verify or ship through Vercel and Netlify workflows.

local by default

The renderer sees only what it needs.

Talino is a native shell around local work, not a browser tab with filesystem privileges.

On launch, Talino checks pkwn on 127.0.0.1:8787 and starts its bundled binary when needed. The renderer never connects to the daemon directly.

Install Talino, then make it yours.

Talino builds an Apple Silicon macOS installer. The documentation covers the current DMG, first-launch steps, backend sign-in, and every optional workspace tool.

Installer documentation
  1. 1

    Install the macOS app

    Download the arm64 Talino-0.1.0-arm64.dmg, drag Talino to Applications, and Control-click → Open once if macOS flags the unsigned build.

    Read installation steps
  2. 2

    Connect a backend once

    Talino includes pkwn, but it needs your Claude, Codex, or Gemini subscription authorization before the first turn.

    npm install -g punakawan && pkwn init && pkwn auth login claude
    Read connection steps
  3. 3

    Enable only the tools you need

    The documentation covers Voice Assistant, Note Taker permissions, media providers, Git hosts, and deployments — each with the exact Talino control and macOS permission path.

    Open documentation