ClawTerm banner
clawterm clawterm

ClawTerm

AI community

Description

A Mac-native terminal workspace for running many AI agents at once.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ClawTerm

[![CI](https://github.com/clawterm/clawterm/actions/workflows/ci.yml/badge.svg)](https://github.com/clawterm/clawterm/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/clawterm/clawterm)](https://github.com/clawterm/clawterm/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

A terminal for running many AI agents at once and keeping track of them.

![ClawTerm](docs/screenshots/clawterm.png)

Vertical tabs with live agent status, split panes, per-pane context tracking, desktop notifications, and auto-updates. Built with [Tauri 2](https://v2.tauri.app/) + [xterm.js](https://xtermjs.org/).

πŸ“– **Docs:**

Install

ClawTerm is **macOS only** (Apple Silicon and Intel).

curl -fsSL https://raw.githubusercontent.com/clawterm/clawterm/main/install.sh | bash

Or grab the universal DMG manually from the [latest release](https://github.com/clawterm/clawterm/releases/latest). Updates are automatic.

**macOS note:** You may need `xattr -cr /Applications/ClawTerm.app` to clear the quarantine flag until Apple notarization is set up.

Highlights

  • Live tab status β€” see which agents are idle, running, waiting for input, or errored without clicking through tabs
  • Desktop notifications β€” get notified when agents need input or long commands finish
  • Split panes β€” Cmd+D / Cmd+Shift+D to split horizontally or vertically
  • Command palette β€” Cmd+Shift+P for quick access to all actions
  • Git worktrees β€” run agents on isolated branches from a single project
  • Auto-updates β€” built-in update checker with release notes and silent install option
  • Settings page β€” shortcuts reference, version info, and update controls
  • Fully configurable β€” config at ~/.config/clawterm/config.json, all keybindings remappable

Where worktrees live

By default, ClawTerm creates new git worktrees in a sibling directory next to y