Skip to main content
株式会社オブライト
Services
About
Company
Column
Glossary
Contact
日本語
日本語
メニューを開く
Column
Terminal
Articles tagged "Terminal"
2 articles
Software Development
2026-07-10
[Herdr](https://herdr.dev/) Deep Dive — The "tmux for AI Agents": Run Multiple Coding Agents (Claude Code / OpenCode / Codex, etc.) From One Terminal With Persistent Sessions Over SSH and a Mobile-Friendly UI Used by Engineers at JetBrains / Docker / Vercel / Google / NVIDIA / AWS; Rust Binary, No Electron
**[Herdr](https://herdr.dev/) is a terminal-based AI agent multiplexer** — run multiple AI coding agents ([Claude Code](https://claude.com/product/claude-code) / OpenCode / Codex, etc.) in parallel from **a single terminal**, with sessions **persisted server-side** (like tmux) so you can reattach from any device. **Key features**: (1) **multi-agent orchestration** — run multiple agents in independent panes, (2) **persistent sessions** — agents keep running after terminal detach, reattach from anywhere, (3) **SSH-friendly remote access** — like tmux but agent-aware, (4) **real terminal panes** — clickable layouts and mouse support, (5) **at-a-glance agent state** (blocked / working / done / idle), (6) a **Control API** (CLI + JSON socket) for programmatic session management, (7) a **mobile-friendly UI** for terminal access from phones and tablets. Ships as a **Rust binary** (not Electron) with no external dependencies. Target audience: **engineers at JetBrains / Docker / Vercel / Google / NVIDIA / AWS**. Position: paired with [Crit.md's HITL review substrate](../columns/crit-md-local-first-agent-review-2026-07), Herdr is the **"agent-operations infrastructure"** side of the coin — solving the execution environment rather than the review loop. Part of the broader "day-to-day AI-agent tooling" trend alongside our [Cloudflare-only stack](../columns/cloudflare-only-stack-viral-2026-07) and [Claude Cowork web/mobile](../columns/claude-cowork-web-mobile-launch-2026-07) coverage.
Herdr
Terminal
AI Agents
Software Development
2026-07-10
[Hunk](https://www.hunk.dev/) Deep Dive — A Terminal Diff Viewer Purpose-Built for Code Review and AI-Agent Integration, With `hunk diff` / `hunk show` CLIs, Inline AI Annotations, Watch Mode, and Themes Including Graphite / Midnight / Catppuccin Node.js 18+ / MIT / Installable via npm, Homebrew, and Nix
**[Hunk](https://www.hunk.dev/) is a terminal-based diff viewer purpose-built for code review and AI-agent integration** — a replacement for stock `git diff`, with review-experience as a first-class design goal. **Key features**: (1) **multi-file review sidebar** — see the whole changeset, navigate files, view change counts, (2) **inline AI annotations** — reasoning from AI agents ([Claude Code](https://claude.com/product/claude-code), [Cursor](../columns/cursor-ios-supports-2026-07-01), etc.) shows adjacent to the relevant code, (3) **adaptive layout** — split / stacked / auto-responsive views auto-adjust to terminal width, (4) **watch mode** — auto-refreshes as the working tree changes, (5) **syntax highlighting + themes** — Graphite / Midnight / Ember / Zenburn / Catppuccin, (6) multiple input methods — **keyboard, mouse, pager integration**. **CLI commands**: `hunk diff` (uncommitted changes) and `hunk show` (a commit). **Tech stack**: Node.js 18+, **MIT license**, distributed via **npm / Homebrew / Nix**. Position: the terminal counterpart to [Crit.md's browser PR-review experience](../columns/crit-md-local-first-agent-review-2026-07); alongside [Herdr (parallel agent operations)](../columns/herdr-terminal-agent-multiplexer-2026-07), it's part of the same "terminal-native AI-agent era" trend. **Target users**: developers doing code reviews, teams integrating AI tools into dev workflows, and terminal-first engineers.
Hunk
Terminal
Diff Viewer