Back to Home
zenithpd icon

agent-sessions

Verified Safe

by zenithpd

Overview

A desktop application that monitors and provides quick access to active Claude Code AI agent sessions in terminals.

Installation

Run Command
npm run tauri dev

Environment Variables

  • APPLE_ID
  • APPLE_PASSWORD
  • APPLE_TEAM_ID
  • TAURI_DEV_HOST

Security Notes

The application is a local desktop utility built with Rust and Tauri. It interacts with local file systems (reading ~/.claude/projects/*.jsonl for session data) and system processes (using sysinfo to find Claude processes, ps to get TTYs, and kill to terminate processes). Terminal focusing is implemented using AppleScript, which executes system commands to interact with other local applications (iTerm2, Terminal.app, tmux). Opening external URLs (GitHub, custom development URLs) is initiated by user clicks in the UI. No 'eval' or code obfuscation is present. Hardcoded secrets are not evident for runtime operation. The security risk is low given its confined scope to local system interaction and user-initiated actions for sensitive operations like opening URLs or killing processes. The core functionality inherently involves controlling other local applications and processes.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2026-01-19

Tags

Desktop AppAI Agent ManagementDeveloper ToolTauriRust