What Fredrin sees

Fredrin is a desktop app around your own repo, keys, and agents — not a cloud that holds your source. The whole data boundary fits on this page.

Stays on your machine

Always. No setting to find.

  • Your source code — every ticket works in a local git worktree
  • Your AI keys and subscriptions — agent traffic goes straight to your provider, never through us
  • Prompts, agent replies, terminal output, screenshots of your app

Syncs to run the board

Metadata only — never code, never conversations.

  • Tickets, comments, and columns — the kanban itself
  • Run status, exit codes, token counts
  • Branch names, PR links, CI status — the diff stays on your git host

Stored only if you opt in

One per-project switch, off by default.

  • Chat history sync across devices — secrets scrubbed before anything is written
  • “Delete stored history” erases it all, any time

This is architecture, not a policy promise: when sync is off, the app strips conversation content before anything is sent, and the server refuses to store it even if a client misbehaves. Don’t take our word for it — run Little Snitch or any proxy while you work a ticket and watch the wire yourself.