Android bindings for libghostty-vt, with a terminal view, session management, theme catalog, and font handling.
dependencies {
implementation("io.github.sagernet:libghostty-android:0.1.0-alpha01")
// optional
implementation("io.github.sagernet:libghostty-android-extras:0.1.0-alpha01")
implementation("io.github.sagernet:libghostty-android-compose:0.1.0-alpha01")
}Every push to main publishes 0.1.0-SNAPSHOT to
https://central.sonatype.com/repository/maven-snapshots/.
libghostty-android-compose requires minSdk 23; libghostty-android-compose-legacy is the same module built against Compose 1.7 for minSdk 21.
MIT