Built for Claude. The missing piece.

A smart terminal that brings clarity and speed to your workflow.

Natural language detection in brosh
Split panes and tabs
Git sidebar and diff view
Sandbox mode
MCP integration
Session recording

AI-Native

brosh detects natural language input and routes it to your AI model — no prefix needed. Zero-config MCP server connects Claude Code to your terminal automatically. Switch between models, continue conversations in Claude, and let AI work alongside your shell.

  • Natural language detection with ML classifier
  • Zero-config MCP server for Claude Code
  • Model switching and "Continue in Claude"
  • AI-aware terminal context
AI-native terminal chat

Developer Tools

Built-in Git sidebar shows your repository status, branch graph, and staged changes at a glance. Monaco-powered diff viewer lets you review changes without leaving the terminal. Record and replay terminal sessions for debugging or sharing.

  • Git sidebar with branch graph
  • Monaco diff editor
  • Session recording and playback
  • Smart status bar
Git sidebar and diff view

Customizable

Choose from 9 built-in themes and 25+ developer fonts. Split your workspace into panes and tabs. Adjust opacity, font size, and cursor style. Make the terminal yours.

  • 9 themes including dark and light
  • 25+ curated developer fonts
  • Split panes and tabbed sessions
  • Adjustable opacity and styling
brosh customization

Secure

Sandbox mode restricts AI agent access to only the directories you allow. On macOS, brosh uses Seatbelt profiles; on Linux, bubblewrap. Per-path permissions give you full control over what AI can read and write.

  • Sandbox mode for AI agents
  • Per-path permission controls
  • macOS Seatbelt integration
  • Linux bubblewrap support
Sandbox mode configuration

MCP Integration

Add to your Claude Code MCP settings and start working.

~/.claude/settings.json
{
  "mcpServers": {
    "brosh": {
      "command": "npx",
      "args": ["-y", "brosh"]
    }
  }
}

Download brosh

Other install methods

Homebrew

brew install --cask brosh

npm

npm install -g brosh

Linux (Ubuntu/Debian)

curl -fsSL https://bro.sh/install.sh | sudo bash

AUR (Arch Linux)

yay -S brosh-desktop-bin

Direct downloads