
Ghostty
iTerm2
Warp Terminal
Tabby.sh
Kitty terminal
Termux
Windows Terminal
cmux
Command Book
Warp Terminal
iTerm
Kitty terminal
tmux
Foreman
PM2
Atuin
Command Book is a native macOS app built with SwiftUI that gives your long-running terminal commands a permanent home. Instead of juggling terminal tabs for dev servers, background workers, Docker containers, and log tails every morning, Command Book lets you save each command once with its working directory, environment variables, and pre-commands, then run them instantly whenever you need them.
The app includes auto-restart on crash (nicknamed "Honey Badger mode") to keep dev servers running through file change errors, a ⌘K command palette for keyboard-first workflows, automatic URL detection that keeps your dev server addresses accessible regardless of output scrolling, and a full CLI for running saved commands directly from the terminal. At 21 MB with no Electron or Chromium, it stays lightweight and fast.
Free personal license available. Pro edition is a one-time $14.99 purchase with no subscription, no account required, and no tracking. No VC, no enterprise upsell. Feedback welcome. Windows version is under consideration.
Command BookCommand Book's answer:
Swift and SwiftUI for a fully native macOS experience.
Command Book's answer:
Command Book is a dedicated command/process manager for developers, not a terminal emulator. Instead of replacing your terminal, it works alongside it as a companion for long-running commands. It's a native macOS app built with SwiftUI at just 21 MB. No Electron, no Chromium. It combines a GUI with a full CLI, so you can manage commands visually or from your terminal.
Command Book's answer:
Terminal emulators are great for interactive work but terrible as process managers. Command Book fills that gap. You save a command once with its working directory, env vars, and pre-commands, then run it forever without remembering the setup. Auto-restart keeps crashed dev servers running. URL detection means you never lose track of your dev server's address. And at 21 MB with no subscription or tracking, it's lightweight in every sense.
Command Book's answer:
Developers who juggle multiple long-running processes every day. Web developers running dev servers and background workers, data scientists kicking off training runs, DevOps engineers managing Docker containers and log tails. Anyone who opens 4-6 terminal tabs each morning just to get their environment running.
Command Book's answer:
After years juggling commands for dev projects, I was tired of rebuilding my terminal setup every morning. Five or six tabs, each needing the right directory and env vars, and when something crashed mid-day I'd hunt through tabs to find it. I looked for a tool that managed long-running commands as saved, reproducible, auto-restarting processes. It didn't exist, so I built it for myself. It was such a delight, I turned it into a product.
Based on our record, Ghostty seems to be more popular. It has been mentiond 29 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've been on Ghostty for about 8 months. Last week I added herdr, a multiplexer built around running coding agents (Claude Code, Codex, opencode and friends) in panes. Ghostty already has tabs and splits, with Cmd shortcuts I use all day. Herdr has its own tabs, panes and workspaces, with its own keys. - Source: dev.to / 2 days ago
So I built a terminal. It's called viterm: a native macOS app in Swift + AppKit, with rendering handled by libghostty. MIT licensed. - Source: dev.to / about 2 months ago
I made a nice way to use all your coding harnesses and persist them entirely in the TUI. I love Cursor and Claude Code, but I like using many of them and often use them in combination with tmux locally and via SSH, so I made this for myself really. Hoping other people find it useful or cool. It's mostly for use inside of Ghostty (https://ghostty.org/) so image rendering and everything works nicely. Would love some... - Source: Hacker News / 2 months ago
The downside of teaching a designer to use the terminal is that she will want hers to look like yours. Tanya saw my Ghostty theme and my catppuccin Starship theme over a screen share and decided she wanted both. Her Claude Code statusline came next. That's an entire other post. - Source: dev.to / 4 months ago
I built ghostty-automator, a purpose-built IPC layer for Ghostty that exposes the terminal's actual state to external processes. - Source: dev.to / 5 months ago
iTerm2 - A terminal emulator for macOS that does amazing things.
Warp Terminal - The terminal for the 21st century. Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.
iTerm - iTerm is a full featured terminal emulation program written for OS X using Cocoa.
Tabby.sh - Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.
Kitty terminal - Super fast, GPU and OpenGL based terminal emulator with tiling support
tmux - tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a...