package icon

PaperTerm

An e-ink-friendly SSH terminal for Android
New in version 0.1.2
Fixed: the app icon showed up as a placeholder in repository listings. It was an XML vector
only, which repository front ends cannot rasterize when they extract it from the APK. The icon
now ships as raster images at all densities. The artwork itself is unchanged.
PaperTerm is an SSH terminal built for e-paper devices such as the Onyx Boox range, where
screens redraw slowly and leave ghosting behind. It pairs the Termux terminal engine with a
pure-Java SSH client, and adds the details that make a terminal usable on e-ink.

It is a pure SSH client: there is no local shell and no local code execution.

Readable on e-paper
A dark-on-white ANSI palette keeps nvim, less and top legible instead of washing them out.
Ghosting was stress-tested with fast streaming output, large dumps, full-screen inversion,
repeated clears and TUI scrolling: the device's own EPD handling turned out to beat app-level
refresh calls, which caused keyboard flashing, so PaperTerm deliberately stays out of the way.

Page turning, e-reader style
Turn pages with the volume keys or on-screen triangles. Auto, Page-keys and Wheel modes let
editors and terminal multiplexers each behave the way they should.

Korean and CJK input
Composed syllables appear as they are finalized, without sending backspaces, so vim and other
full-screen apps stay safe. Latin text is sent immediately. Jamo can optionally be shown while
composing.

A keyboard row you control
The extra-keys row is fully customizable: a comma separates keys, a semicolon starts a new row,
and KEY=label sets the icon. Any other token is typed literally, so symbols or whole words can
become keys.

SSH essentials
Password and key authentication with a shared key store, known_hosts verification, keepalive,
reconnect after an unexpected disconnect, clipboard support including OSC 52, and per-host
environment injection so remote shells can switch to light themes.

Typography
Four bundled monospace fonts (CJK-capable by default), font import, and pinch-to-zoom sizing.

PaperTerm is free software under the GPLv3.

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 0.1.2 (3) suggested Added on Aug 05, 2026

    This version requires Android 7.0 or newer.

    It is built and signed by the original developer, and guaranteed to correspond to this source tarball.

    Permissions
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

    Download APK 15 MiB PGP Signature | Build Log

  • New in version 0.1.1
    Fixed: on Android 15 and later the keyboard covered the extra-keys row instead of pushing it
    up. Apps targeting SDK 35+ are laid out edge-to-edge, so the window insets now have to be
    applied by the app itself. The host list and settings screens also stay clear of the status
    bar. Earlier Android releases are unaffected.
  • Version 0.1.1 (2) - Added on Aug 03, 2026

    This version requires Android 7.0 or newer.

    It is built and signed by the original developer, and guaranteed to correspond to this source tarball.

    Permissions
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

    Download APK 15 MiB PGP Signature | Build Log