tmuxAI

Active
GitHub Go Apache-2.0

Description

tmuxAI is a non-intrusive AI terminal assistant that brings AI to tmux without disrupting existing workflows.

Key Features

  • tmux-native — AI inside tmux
  • Non-intrusive — does not steal focus or interrupt
  • Multi-model — supports major LLM providers
  • Context-aware — sees current shell output
  • Extensible — custom commands
  • Local-first — data stays local

Use Cases

💡 Asking AI to explain command output inside tmux
💡 Translating natural language into complex shell commands
💡 Letting AI help debug logs with grep/awk
💡 Using AI on remote dev servers without leaving tmux

Quick Start

pip install tmuxai
tmuxai
# In the new prompt: Find all log files larger than 100MB

Related Projects