Skip to content

Simpleton v0.1.1 — First public alpha

Pre-release
Pre-release

Choose a tag to compare

@bbjansen bbjansen released this 04 Aug 08:37
· 219 commits to main since this release

⚡ Simpleton v0.1.1 — First public alpha

A fast, native macOS terminal built in Swift (AppKit + SwiftUI + SwiftTerm) — tabs, nested split
panes, first-class SSH, dockable panels, and an optional AI copilot, with no Electron weight.

⚠️ Alpha software. Expect rough edges and breaking changes. Session restore is temporarily
disabled while it is reworked.

Highlights

  • 🖥️ SwiftTerm-based terminal with true-color, mouse reporting, and configurable scrollback
  • 🗂️ Native window tabbing + arbitrarily nested split panes (split, directional focus, zoom)
  • 🔐 SSH bookmarks with frecency, ~/.ssh/config import, keepalive, and auto-reconnect
  • 🧭 Connection sidebar with live search — connects in the active tab
  • 🤖 Optional per-tab AI copilot with a command classifier that gates destructive actions
  • 🧩 Dockable panels: history, environment, processes, Docker, notes, SSH tunnels, and more
  • ⚙️ Resizable, multi-section Preferences window
  • 🧪 250+ headless checks via the no-Xcode CoreChecks runner, wired into CI

Install

  1. Download Simpleton-v0.1.1.zip below, unzip, and drag Simpleton.app to /Applications.
  2. This alpha is ad-hoc signed (not notarized), so clear the quarantine flag on first launch:
    xattr -dr com.apple.quarantine /Applications/Simpleton.app
    …or right-click the app → OpenOpen.

Requirements: macOS 14 (Sonoma) or later.

See the CHANGELOG for the full list
of changes, and CONTRIBUTING to
build from source.