Tagged articles

terminal multiplexer

9 articles · Page 1 of 1
21CTO
21CTO
Aug 8, 2026 · Operations

How Superlogical Uses Stateful Session Primitives to Redesign AI‑Era Agent Infrastructure

The article analyzes why traditional terminal multiplexers like tmux and Zellij struggle with modern AI workloads, explains Superlogical's libghostty‑based redesign that introduces a persistent stateful session layer, and argues that this new infrastructure is essential for future human‑AI collaborative development.

AI AgentsAgent InfrastructureDevOps
0 likes · 5 min read
How Superlogical Uses Stateful Session Primitives to Redesign AI‑Era Agent Infrastructure
TonyBai
TonyBai
Jul 31, 2026 · Industry Insights

After a Three‑Year Hiatus, HashiCorp Co‑Founder Returns with Superlogical: Building a Multiplexer for Everything

Mitchell Hashimoto, co‑founder of HashiCorp, announces his new venture Superlogical—a modern terminal multiplexer aimed at unifying local, remote, sandbox, production, and AI agent workflows—backed by a star‑studded founding team and a $10 million seed round from top investors.

AI integrationMitchell HashimotoSuperlogical
0 likes · 12 min read
After a Three‑Year Hiatus, HashiCorp Co‑Founder Returns with Superlogical: Building a Multiplexer for Everything
Java Companion
Java Companion
Jul 16, 2026 · Operations

Introducing rmux: An Open‑Source API‑Driven Terminal Multiplexer for AI Agents

rmux is a Rust‑written, tmux‑compatible terminal multiplexer that adds a typed SDK in Rust, Python, and TypeScript, supports native Linux, macOS, and Windows without WSL, offers web‑based pane sharing, Ratatui integration, and a Claude teammate mode, providing a programmable alternative to traditional tmux workflows.

APIAutomationRust
0 likes · 8 min read
Introducing rmux: An Open‑Source API‑Driven Terminal Multiplexer for AI Agents
AI Architecture Path
AI Architecture Path
Jul 6, 2026 · Artificial Intelligence

herdr: The GitHub Trending AI Agent Multiplexer That Replaces tmux

herdr, an open‑source Rust‑based terminal multiplexer released in March 2026, tops GitHub Trending and offers AI‑focused features such as automatic detection of over 15 coding agents, four‑color status indicators, zero‑configuration setup, native mouse support, and a Unix Socket API for autonomous agent orchestration, addressing tmux’s limitations for AI workflows.

AI AgentsRustUnix Socket API
0 likes · 10 min read
herdr: The GitHub Trending AI Agent Multiplexer That Replaces tmux
Liangxu Linux
Liangxu Linux
Oct 8, 2020 · Operations

Master tmux: Keep Long‑Running Scripts Alive on Remote Servers

This guide explains how to use tmux—a terminal multiplexer—to create, detach, reattach, and manage sessions, windows, and panes on Linux servers, ensuring scripts continue running even when SSH connections drop or terminals close.

OperationsSession managementlinux
0 likes · 15 min read
Master tmux: Keep Long‑Running Scripts Alive on Remote Servers
Liangxu Linux
Liangxu Linux
Jan 8, 2020 · Fundamentals

Master GNU Screen: Install, Use, and Customize Your Linux Sessions

This tutorial explains how to install GNU Screen on various Linux distributions, start and manage screen sessions, use key bindings for window and pane control, detach and reattach sessions, and customize behavior through a .screenrc file, providing practical commands and examples for reliable remote work.

Command LineGNU ScreenSession management
0 likes · 8 min read
Master GNU Screen: Install, Use, and Customize Your Linux Sessions
Liangxu Linux
Liangxu Linux
Nov 6, 2019 · Fundamentals

Master Terminal Sessions with Tmux: A Complete Beginner’s Guide

This article introduces Tmux, a powerful terminal multiplexer, explains its core concepts such as sessions, windows, and panes, and provides step‑by‑step commands for installation, basic usage, session management, pane manipulation, and window control, enabling developers to work more efficiently in the command line.

Command LineSession managementpane
0 likes · 10 min read
Master Terminal Sessions with Tmux: A Complete Beginner’s Guide
21CTO
21CTO
May 7, 2019 · Fundamentals

Why Mastering the Command Line Is Still Essential for Developers

This article explains why command‑line tools remain vital for modern developers, covering their efficiency, automation potential, essential shells, editors, multiplexers, package managers, and practical tips that boost productivity compared to graphical interfaces.

CLICommand LineProductivity
0 likes · 16 min read
Why Mastering the Command Line Is Still Essential for Developers
Qunar Tech Salon
Qunar Tech Salon
Jun 28, 2015 · Fundamentals

Understanding tmux: Concepts, Usage, and Custom Scripts

This article explains what tmux is, describes its client‑server architecture, sessions, windows and panes, and shows how to use copy‑mode, scripting with split‑window and send‑keys, custom configuration, and troubleshooting tips for effective terminal multiplexing.

Session managementShell scriptingcopy mode
0 likes · 8 min read
Understanding tmux: Concepts, Usage, and Custom Scripts