Cocxy Terminal

Architecture

Swift, AppKit, SwiftUI, Metal, and CocxyCore form a native macOS stack.

Static diagram

Cocxy architecture diagram

Swift + AppKit, SwiftUI, CocxyCore, Metal, PTY

Swift + AppKit owns windows and chrome. SwiftUI owns declarative panels. CocxyCore exposes a C ABI from Zig. Metal renders the terminal while PTY handling preserves shell semantics.

Domain modules

Domain modules cover agents, Vault, hooks, browser, Markdown, remotes, configuration, notifications, review, and diagnostics.

Privacy architecture

There is no required Cocxy backend. Primary state lives locally and network paths are explicit actions.

test suite

Coverage combines Swift Testing, XCTest, smoke scripts, bundle verification, and pipeline tests.

Download

Install Cocxy on macOS

The site keeps version placeholders so the release workflow can rewrite them when publishing.

Homebrew

Reproducible install from the official tap.

brew tap salp2403/tap && brew install --cask cocxy

Channels

Stable, preview, and nightly are documented with clear risk levels.

View channels