tvOS Browser is a webbrowser for Apple TV devices running tvOS. It's using private API's, Apple does normally not allow to use this in App Store distributed apps. The latest version has some significant changes:
- It's now using WKWebView instead of UIWebView, which results in much improved performance and better website rendering.
- Added support for browser Tabs
- New modern Liquid Glass UI
- Added (experimental) full screen video player, which you can enable in the Menu
This code is provided as is with no warrenty or liability. Use at your own risk and do not distribute builds of this project on the App Store.
There is no ready to use binary available on this repository. You need to install Xcode and build/run the project yourself. To install this app, connect your Apple TV to your macOS computer via WiFi (or USB on older devices). Open this project in Xcode and install to your Apple TV. Connecting to your Apple TV wirelessly: http://www.redmondpie.com/how-to-wirelessly-connect-apple-tv-4k-to-xcode-on-mac/.
Quick start:
- Double press on the center of the touch area of the Apple TV Remote to switch between cursor & scroll mode.
- Press the touch area while in cursor mode to click.
- Single tap to Menu button to go back, or exit if it's root page.
- Single tap the Play/Pause button to show the Quick Menu, with: input URLs, search Google, reload the page, or go forward.
- Double tap the Play/Pause button to: display the full Side Menu, with: Favorites, History, set/open homepage, change user agent, clear cache, and clear cookies and more.
The Side menu lets you:
- Go to Home page
- Set Home page
- Manage Favorites
- Manage History
- Show Tabs
- Open New Tab
- Hide/Show top Navigation bar
- Set page Scaling options
- Increase/decrease Font size
- Enable/disable Full Screen player
- Switch Desktop/Mobile User Agent
- Show some video diagnostics
- Clear cache
- Cleare cookies
- Show the usage guide


