Slate is a text-only home screen for Android. No icons. No widgets. No algorithmic feeds competing for your attention — just your apps, listed by name.
Most launchers are designed to keep you on your phone.
Colorful icons trigger recognition without thought. Notification badges manufacture urgency. Recommendation widgets are tuned for engagement, not intent.
Slate removes all of that.
It presents your apps as plain text — the same way a to-do list presents tasks. You open the app you meant to open, not the one that looked the most appealing.
“The home screen should not be a feed.”— The Slate principle
No nested menus. Sort, theme, fonts, color presets, sizing, gestures — all flat, all immediate, all live-previewed against your home screen.
0
Bytes of data Slate collects, transmits, or shares.
No analytics. No crash reporting. No network activity of any kind. Preferences live in SharedPreferences on your device. Usage counts never leave it.
EXPAND_STATUS_BAR
Swipe-down gesture to expand the system notification panel.
ACCESS_WIFI_STATE / CHANGE_WIFI_STATE
Wi-Fi gesture toggle. On Android 10+ this opens the system internet panel.
BLUETOOTH / BLUETOOTH_ADMIN
Bluetooth gesture toggle on Android 11 and below. Not requested on 12+.
QUERY_ALL_PACKAGES
Required on Android 11+ to enumerate installed apps so they appear in the launcher.
REQUEST_DELETE_PACKAGES
Opens the system uninstall confirmation when you choose Uninstall from the long-press menu.
BIND_ACCESSIBILITY_SERVICE
Optional. Used solely to lock the screen on double-tap. Cannot read screen content or monitor usage.
BIND_NOTIFICATION_LISTENER_SERVICE
Optional. Knows which apps have a pending notification — never reads or stores content.
SET_WALLPAPER
Only when “Apply to lockscreen” is on. Sets a solid-color wallpaper matching the launcher.
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
Asks the system to exempt Slate so background features stay reliable. Only triggered from “Fix this”.
Side-load the latest APK from GitHub Releases, or build from source. Always free. Always open.