A terminal-based Android launcher. It replaces your home screen with a command-line interface: type commands to launch apps, manage files, and control your device.
- Full terminal home screen
- App launching by name
- Built-in file manager
- Theme presets and custom themes
- Notification reader and quick reply
- Notes system
- Status lines (time, battery, RAM, storage, network)
- Custom header and configurable UI
- Shortcut suggestions
Prerequisites:
- JDK 17+
- Android SDK with build-tools for API 35
Debug build:
chmod +x gradlew
./gradlew assembleFdroidDebugOutput: app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
Install via ADB:
adb install -r app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apkSee docs/BUILDING.md for details.
This project is licensed under the MIT License.