Skip to content

ozankasikci/agent-sessions

Repository files navigation

Agent Sessions

GitHub release License: MIT macOS Homebrew

A macOS desktop app to monitor all running Claude Code sessions.

Demo

Features

  • View all active Claude Code sessions in one place
  • Real-time status detection (Thinking, Processing, Waiting, Idle)
  • Global hotkey to toggle visibility (default: Ctrl+Space, configurable)
  • Click to focus on a specific session's terminal
  • Custom session names (rename via kebab menu)
  • Quick access URL for each session (e.g., dev server links)

Note: Currently supports macOS only with iTerm2 and Terminal. Support for other terminals coming soon.

Installation

Homebrew (recommended)

brew tap ozankasikci/tap
brew install --cask agent-sessions

DMG

Download the latest DMG from Releases.

Tech Stack

  • Tauri 2.x
  • React + TypeScript
  • Tailwind CSS + shadcn/ui