Back to browse
Thel, a terminal app for long running sessions

Thel, a terminal app for long running sessions

by kimr·Jul 26, 2026·1 point·0 comments

AI Analysis

●●●BangerSolve My ProblemSlick

Anchoring sessions to git worktrees solves the context-switching pain of running multiple agents.

Strengths
  • Background daemon owns PTYs so sessions survive app restarts with screen state fully restored.
  • Auto-detected attention notifications alert you when agents finish without polling.
Weaknesses
  • Currently Linux-only with Mac and Windows support still in the roadmap.
  • Requires installing a new daemon which may conflict with existing tmux or screen workflows.
Target Audience

Backend developers, AI agent operators

Similar To

tmux · screen · Zed

Post Description

The terminal app built for AI coding agents and other long-running sessions. thel keeps each session alive in the background and can anchor it to its own git worktree, so you can run a fleet of them at once and tell at a glance which one needs you. Currently for Linux only.

Similar Projects