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