Arc Launcher
April 22, 2026 ยท View on GitHub
Arc Launcher is a fork of LTvLauncher (originally by etienn01) - an open-source alternative launcher for Android TV.
This customized version introduces a modern smart TV-style grid layout, usability enhancements, and UX improvements by meddouribadis.
Downloader code : 6330120
Key Features & Enhancements
- Modern TV Layout - Redesigned home screen inspired by premium smart TV interfaces.
- Data Usage Widget - Track daily Internet consumption directly from the status bar.
- Inbuilt OLED Screensaver - Minimal screensaver with 30s clock position shifting to prevent burn-in.
- Easy WiFi Access - Network indicator doubles as a shortcut to system WiFi settings.
- Quick Presets - Select Time/Date formats and Category names from a list (No keyboard required).
- Time-Based Wallpaper - Automatically switch between day and night backgrounds.
- Pitch Black Wallpaper - Added a true black gradient background option.
- Enhanced Focus Indicator - New double-border design ensures perfect visibility on any background.
- Smart Navigation - Fixed "bounce back" issues and optimized focus traversal for a smoother experience.
- Refined Settings - Reorganized menus with a new "Miscellaneous" section and unified focus styles.
- Accent Color Support - Personalize the UI with multiple color presets.
- Improved Sorting - Easily reorder categories using Left/Right arrow keys instead of finicky gestures.
- Left Side Settings - Reorganized settings panel now opens on the left for better reach.
- Brightness Scheduler (Experimental) - Automatically adjust system brightness based on time of day (Requires
WRITE_SETTINGSpermission via ADB). - New Category - Added "Favorites".
- Custom Banner Support - Display and apply your own personalized custom banners.
- Optimizations - Improved performance with aggressive icon caching and code cleanups.
- Compatibility - Works on Android TV boxes, Fire TV Stick, and other devices.
Warning
Brightness Scheduler is an experimental feature. It is currently untested across all devices and may be removed or modified in future versions based on user feedback.
Screenshots
| Settings panel | Accent colors | Multiple wallpapers |
![]() |
![]() |
![]() |
| Disable blur | Disabled blur | Custom banner |
![]() |
![]() |
![]() |
Original FLauncher Features
- No ads
- Customizable categories
- Manually reorder apps within categories
- Wallpaper support
- Open "Android Settings"
- Open "App info"
- Uninstall app
- Clock
- Switch between row and grid for categories
- Support for non-TV (sideloaded) apps
- Navigation sound feedback
Set Arc Launcher as default launcher
Method 1: Remap the Home button
This is the "safer" and easiest way. Use Button Mapper to remap the Home button of the remote to launch Arc Launcher.
Method 2: Disable the default launcher
:warning: Disclaimer :warning:
You are doing this at your own risk, and you'll be responsible in any case of malfunction on your device.
The following commands have been tested on Chromecast with Google TV only. This may be different on other devices.
Once the default launcher is disabled, press the Home button on the remote, and you'll be prompted by the system to choose which app to set as default.
Disable default launcher
# Disable com.google.android.apps.tv.launcherx which is the default launcher on CCwGTV
$ adb shell pm disable-user --user 0 com.google.android.apps.tv.launcherx
# com.google.android.tungsten.setupwraith will then be used as a 'fallback' and will automatically
# re-enable the default launcher, so disable it as well
$ adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith
Re-enable default launcher
$ adb shell pm enable com.google.android.apps.tv.launcherx
$ adb shell pm enable com.google.android.tungsten.setupwraith
Known issues
On Chromecast with Google TV (maybe others), the "YouTube" remote button will stop working if the default launcher is disabled. As a workaround, you can use Button Mapper to remap it correctly.
Wallpaper
Because Android's WallpaperManager is not available on some Android TV devices, FLauncher implements its own wallpaper management method.
Please note that changing wallpaper requires a file explorer to be installed on the device in order to pick a file.
Credits
Original Projects
- FLauncher by etienn01 - The original project
- FLauncher (Fork) by osrosal - Community fork with additional features
- LTvLauncher by LeanBitLab - The base for this fork
- Customizations by meddouribadis





