This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Quick Install ```bash, Linux/macOS, and macOS/Linux across a mixed release.
Full changelog
NTM v1.15.1
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.15.1
# Homebrew (macOS/Linux)
brew install dicklesworthstone/tap/ntm
# Source build
git clone --branch v1.15.1 --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
Release Notes
Follow-up release that supersedes v1.15.0 with corrected source-build guidance.
- Removes unsupported versioned go install instructions from the release notes, README, installer fallback, and workflow summary.
- Keeps the patched local Bubble Tea replacement used by NTM while documenting tag-pinned source builds.
- Carries forward the v1.15.0 dependency refresh, Go 1.26 move, web/VS Code updates, and robot overlay startup fix.
Full Changelog: https://github.com/Dicklesworthstone/ntm/compare/v1.15.0...v1.15.1
Container Image: ghcr.io/dicklesworthstone/ntm:v1.15.1
Breaking Changes
- Unsupported versioned `go install` instructions removed from release notes, README, installer fallback, and workflow summary.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ntm
Named Tmux Manager — spawn, tile, and coordinate multiple AI coding agents (Claude, Codex, Gemini) across tmux panes with a TUI command palette.
Related context
Related tools
Beta — feedback welcome: [email protected]