github Dicklesworthstone/ntm v1.16.3

latest release: v1.17.0
2 hours ago

NTM v1.16.3

Named Tmux Manager - Orchestrate AI coding agents in tmux sessions with beautiful TUI interfaces.

Quick Install

# One-liner install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/ntm/main/install.sh | bash -s -- --version=v1.16.3

# Homebrew (macOS/Linux)
brew install dicklesworthstone/tap/ntm

# Source build
git clone --branch v1.16.3 --depth 1 https://github.com/Dicklesworthstone/ntm.git
cd ntm && go install ./cmd/ntm

Shell Integration

Add to your shell rc file:

eval "$(ntm shell zsh)"   # for zsh
eval "$(ntm shell bash)"  # for bash
eval "$(ntm shell fish)"  # for fish

Changelog

Bug Fixes


Full Changelog: v1.16.2...v1.16.3

Container Image: ghcr.io/dicklesworthstone/ntm:v1.16.3

Don't miss a new ntm release

NewReleases is sending notifications on new releases.