kronos

ARM64 terminal multiplexer. Rust; Pi-native. Built with Apple Silicon as a secondary target (macOS works through native x86_64 emulation on M-series too, but the intended runtime is Raspberry Pi 5 running 64-bit Raspberry Pi OS).

Source: llamaclaw/kronos.

API reference

The complete rustdoc is built at CI time with cargo doc --no-deps and served verbatim at:

/rustdoc/kronos/kronos_tide/index.html

That subtree is generated by scripts/build_foreign_docs.sh. Every public item (structs, enums, functions, traits) is documented from the source itself. The styling is rustdoc’s standard — separate from this site’s Furo theme on purpose so the crate docs stay recognisable to Rust readers.

Build matrix

Target

Status

Notes

aarch64

primary

Raspberry Pi 5, 64-bit Pi OS

x86_64

supported

macOS / Linux builds for dev

armv7

unsupported

Pi 3 — use TMUX instead