MACTERM(1)

NAME

mactermA lightweight, native terminal for macOS built with SwiftUI and libghostty

SYNOPSIS

$https://github.com/thdxg/macterm/releases

INFO

96 stars
2 forks
0 views

DESCRIPTION

A lightweight, native terminal for macOS built with SwiftUI and libghostty

README


▞▚ macterm ▞▚

A lightweight, native terminal for macOS built with SwiftUI and libghostty.

screenshot

Features

  • Vertical Project Sidebar: Native macOS sidebar for organizing projects and tabs vertically.
  • Split Panes: Unlimited horizontal and vertical splits, with optional auto-tiling.
  • Persistence: Projects, tabs, and panes are saved and restored automatically.
  • Quick terminal: Global terminal accessible from anywhere.
  • Highly Configurable: Configurable theme, font, and keymap with hot-reloading.
  • Command Palette: Versatile command palette to interact with multiplexing (open, delete, and search projects)

Install

Download the latest .dmg from Releases, open it, and drag Macterm to Applications.

Since the app is not signed with an Apple Developer certificate, macOS will block it on first launch. To fix this, run:

xattr -cr /Applications/Macterm.app

Requirements

  • macOS 26.0+
  • Swift 6.0+
  • mise (optional, but recommended)

Quick Start

# Install necessary tools (swiftlint, gh, etc.)
mise install

Setup dependencies

mise run setup

Run in debug mode

mise run run

Build release bundle

mise run build

License

MIT

SEE ALSO

clihub4/21/2026MACTERM(1)