https://github.com/ozankasikci/agent-sessions
Agent Sessions is a desktop app for managing multiple AI agent sessions at once, written in Rust.
https://github.com/ozankasikci/agent-sessions
ai ai-agents claude developer-tools gui-application llm macos productivity react rust rust-lang tauri typescript usage-tracking
Last synced: 2 months ago
JSON representation
Agent Sessions is a desktop app for managing multiple AI agent sessions at once, written in Rust.
- Host: GitHub
- URL: https://github.com/ozankasikci/agent-sessions
- Owner: ozankasikci
- Created: 2025-12-02T16:20:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T19:35:13.000Z (3 months ago)
- Last Synced: 2026-02-09T01:26:21.526Z (3 months ago)
- Topics: ai, ai-agents, claude, developer-tools, gui-application, llm, macos, productivity, react, rust, rust-lang, tauri, typescript, usage-tracking
- Language: Rust
- Homepage: https://ozankasikci.github.io/agent-sessions/
- Size: 6.12 MB
- Stars: 57
- Watchers: 0
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Agent Sessions
[](https://github.com/ozankasikci/agent-sessions/releases)
[](https://opensource.org/licenses/MIT)
[](https://github.com/ozankasikci/agent-sessions/releases)
[](https://github.com/ozankasikci/homebrew-tap)
A macOS desktop app to monitor your AI coding agents in real-time.

## Supported Agents
- **Claude Code** - Anthropic's official CLI for Claude
- **OpenCode** - Open-source AI coding assistant
## Features
- View all active coding agent 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)
```bash
brew tap ozankasikci/tap
brew install --cask agent-sessions
```
### DMG
Download the latest DMG from [Releases](https://github.com/ozankasikci/agent-sessions/releases).
## Tech Stack
- Tauri 2.x
- React + TypeScript
- Tailwind CSS + shadcn/ui