loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

teru

MCP Tool

nicholasglazer/teru

AI-first terminal emulator, multiplexer, and tiling manager. Written in Zig.

Install

$ npx loaditout add nicholasglazer/teru

Platform-specific configuration:

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

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

<h1>teru 照</h1>

<p><strong>AI-first terminal emulator, multiplexer, and tiling manager.<br>One binary. No GPU. 1.3MB.</strong></p>

<p> <a href="LICENSE"></a> <a href="https://github.com/nicholasglazer/teru/actions"></a> </p>

<p> <a href="#quick-start">Quick Start</a> &middot; <a href="#features">Features</a> &middot; <a href="#architecture">Architecture</a> &middot; <a href="#keybindings">Keybindings</a> &middot; <a href="#configuration">Configuration</a> &middot; <a href="#ai-integration">AI Integration</a> &middot; <a href="#development">Development</a> </p>

</div>

---

Without teru
  • tmux panes break when Claude Code spawns agent teams
  • 3 config layers (tmux.conf + shell scripts + WM keybindings) that don't compose
  • GPU-accelerated terminals waste resources on text rendering
  • No terminal understands process relationships or AI agents
With teru
  • Native Claude Code agent team protocol — agents auto-organize into workspaces
  • Single config file, built-in multiplexer, tiling layouts
  • CPU SIMD rendering at sub-millisecond frame times — works everywhere, no GPU
  • Process graph tracks every process/agent with parent-child relationships

---

Quick Start
# Build from source (requires Zig 0.16+)
git clone https://github.com/nicholasglazer/teru.git
cd teru
zig build -Doptimize=ReleaseSafe
strip zig-out/bin/teru

# Run
./zig-out/bin/teru              # windowed mode (X11/Wayland)
./zig-out/bin/teru --raw        # TTY mode (over SSH, like tmux)
./zig-out/bin/teru --attach     # restore saved session layout

Tags

aiclaude-codemcpmultiplexerterminalterminal-emulatortiling-window-managertmux-alternativezig

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/nicholasglazer/teru)](https://loaditout.ai/skills/nicholasglazer/teru)