Terminal-native
RunLoop over the alternate screen. ANSI / OSC 8 / Kitty / Sixel negotiated against the live capability profile. Unix signal handling, mouse reporting, and pty-backed secondary scenes ship by default.
import SwiftTUICLI
@main struct DemoApp: App {
var body: some Scene {
WindowGroup("Deploy Dashboard") {
BuildSummary()
}
}
}