2022-04-01 23:50:21 -05:00

395 lines
16 KiB
HTML

<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Moonlight Game Streaming: Play Your PC Games Remotely</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Moonlight allows you to play your PC games remotely on almost any device." />
<meta name="keywords" content="" />
<meta name="theme-color" content="#434343"/>
<link rel="manifest" href="/manifest.json"/>
<link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png"/>
<link rel="icon" type="image/svg+xml" href="images/moonlight.svg"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96"/>
<link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192"/>
<link rel="canonical" href="https://moonlight-stream.org"/>
<link rel="alternate" hreflang="en" href="https://moonlight-stream.org" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<style>
#navPanel .link {
white-space: nowrap;
}
</style>
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<div id="logo">
<h1>Moonlight</h1>
<p>Open source NVIDIA GameStream client</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="https://github.com/moonlight-stream">Github</a></li>
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide">Setup Guide</a></li>
<li><a href="#">Community</a>
<ul>
<li>
<a href="https://moonlight-stream.org/discord">
<div>Discord</div>
</a>
</li>
<li>
<a href="https://ideas.moonlight-stream.org">
<div>Suggestions</div>
</a>
</li>
</ul>
</li>
<li><a href="#">Host Downloads</a>
<ul>
<li>
<a href="https://www.geforce.com/geforce-experience">
<div>GeForce Experience</div>
</a>
</li>
<li>
<a href="https://github.com/moonlight-stream/Internet-Streaming-Helper/releases">
<div>Internet Hosting Tool</div>
</a>
</li>
</ul>
</li>
<li><a href="#">Client Downloads</a>
<ul>
<li>
<a href="https://github.com/moonlight-stream/moonlight-qt/releases">
<div>Windows, MacOS, Linux, Steam Link, and Raspberry Pi 4</div>
</a>
</li>
<li>
<a href="https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566">
<div>iOS and Apple TV</div>
</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.limelight">
<div>Android</div>
</a>
</li>
<li>
<a href="https://www.amazon.com/gp/product/B00JK4MFN2">
<div>Amazon FireOS</div>
</a>
</li>
<li>
<a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj">
<div>Google ChromeOS</div>
</a>
</li>
<li>
<a href="https://github.com/xyzz/vita-moonlight/releases">
<div>Playstation Vita Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/GaryOderNichts/moonlight-wiiu#quick-start">
<div>Wii U Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/mariotaku/moonlight-tv#download">
<div>LG webOS TV Homebrew</div>
</a>
</li>
<li>
<a href="https://github.com/irtimmer/moonlight-embedded/wiki/Packages">
<div>Single-board computers</div>
</a>
</li>
</ul>
</li>
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Frequently-Asked-Questions">FAQ</a></li>
</ul>
</nav>
</div>
</div>
<!-- Intro -->
<div id="intro-wrapper" class="wrapper style1">
<div class="title">What is Moonlight?</div>
<section id="intro" class="container">
<p class="style2">
Moonlight allows you to play your PC games on almost any device, whether you're in another room or miles away from your gaming rig.
</p>
<p class="style3"><strong>Moonlight</strong> (formerly Limelight) is an open source implementation of NVIDIA's GameStream protocol. We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.</p>
<br />
<p class="style3">You can stream your collection of PC games from your <a href="https://www.nvidia.com/en-us/shield/games/gamestream/">GameStream-compatible PC</a> to any supported device and play them remotely. Moonlight is perfect for gaming on the go without sacrificing the graphics and game selection available on PC.</p>
</section>
</div>
<!-- Moonlight features tab -->
<div class="wrapper style2">
<div class="title">Moonlight in Action</div>
<div id="main" class="container">
<!-- Image -->
<div class="image featured" title="Stream to all your devices">
<picture>
<source srcset="images/steam_framed.webp" type="image/webp">
<source srcset="images/steam_framed.png" type="image/png">
<img src="images/steam_framed.png" alt="" />
</picture>
</div>
<!-- Features -->
<section id="features">
<header class="style1">
<h2>Features</h2>
</header>
<div class="feature-list">
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-desktop">Stream at up to 4K with HDR support</h3>
<p>If you can see it on your PC, you can stream it using <strong>Moonlight</strong>, including your full Windows desktop at 4K with HDR on a capable client.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fas fa-bolt">Support for 120 FPS streaming</h3>
<p>Stream at up to 120 FPS using the new <strong>Moonlight PC client</strong> with the option to disable V-Sync for the lowest possible latency.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-globe">Run your own cloud gaming server</h3>
<p>You can host your own gaming server on many residential ISPs by just installing the <strong><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide#streaming-over-the-internet">Moonlight Internet Hosting Tool</a></strong> on your gaming PC.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fas fa-mobile-alt">Multiple client platforms</h3>
<p>If you have an Android device, iOS device, Apple TV, PC or Mac, Chromebook, PS Vita, Wii U, Raspberry Pi, or even a LG webOS TV, you can use <strong>Moonlight</strong> to stream games to it.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="fas fa-code">Open source</h3>
<p>The code for our <strong>Moonlight</strong> clients is hosted on <a href="https://github.com/moonlight-stream">GitHub</a> under the GPLv3 license. We welcome contributions and would be happy to help with ports to new platforms.</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="fab fa-creative-commons-nc">Completely free</h3>
<p><strong>Moonlight</strong> is a project run by the community, not a company. We have no interest in pushing ads, bundled services, paid versions with extra features, or subscriptions.</p>
</section>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Downloads -->
<div class="wrapper style3">
<div class="title">Download Moonlight</div>
<!-- Row 1 -->
<div id="highlights" class="container">
<div class="row oneandhalf">
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight for PC, Mac, and more</a></h3>
<p>Stream to Windows, MacOS, Linux, Steam Link devices, and Raspberry Pi 4</p>
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-chrome">Moonlight for ChromeOS</a></h3>
<p>Stream to ChromeOS laptops and tablets</p>
<ul class="actions">
<li><a href="https://chrome.google.com/webstore/detail/moonlight-game-streaming/gemamigbbenahjlfnmlfdjhdnkpbkfjj"><img src="images/chrome_webstore.png" alt="Chrome Webstore Badge"></a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-android">Moonlight for Android</a></h3>
<p>Stream to Android devices</p>
<ul class="actions">
<a href="https://play.google.com/store/apps/details?id=com.limelight"><img src="images/google-play-badge.png" width="203" height="60" alt="Download" /></a>
<a href="https://www.amazon.com/gp/product/B00JK4MFN2"><img src="images/amazon-appstore-badge-english-black.png" alt="Download" width="203" height="60" /></a>
<a href="https://f-droid.org/packages/com.limelight"><img src="images/fdroid-badge.png" alt="Download" width="203" height="60" /></a>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/moonlight-stream/moonlight-ios">Moonlight for iOS &amp; Apple TV</a></h3>
<p>Stream to iPhone, iPad, iPod touch, and Apple TV</p>
<ul class="actions">
<a href="https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566"><img src="images/App_Store_Badge_135x40.svg" alt="Download" width="203" height="60" /></a>
</ul>
</section>
</div>
</div>
<!---Second Row -->
<div class="row oneandhalf">
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/irtimmer/moonlight-embedded">Moonlight Embedded</a></h3>
<p>Stream to single-board computers (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/irtimmer/moonlight-embedded/wiki/Packages" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/xyzz/vita-moonlight">Moonlight for PS Vita (Homebrew)</a></h3>
<p>Stream to a Homebrew-enabled PlayStation Vita (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/xyzz/vita-moonlight/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/GaryOderNichts/moonlight-wiiu">Moonlight for Wii U (Homebrew)</a></h3>
<p>Stream to a Homebrew-enabled Wii U (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/GaryOderNichts/moonlight-wiiu#quick-start" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<h3><a href="https://github.com/mariotaku/moonlight-tv">Moonlight for LG webOS TVs (Homebrew)</a></h3>
<p>Stream to a LG webOS TV in Developer Mode (Community port)</p>
<ul class="actions">
<li><a href="https://github.com/mariotaku/moonlight-tv#download" class="button style1">Download</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- Moonlight getting started tab -->
<div class="wrapper style2">
<div class="title">Getting Started</div>
<section class="container text-align-center">
<p class="style3">Are you ready to stream? Check out our Setup Guide for tips on how to get started.
<br/>
Have a question? Check our FAQ page to see if it's already answered there.
<br/>
Seasoned Moonlight user? Give back to the community by joining our Discord and helping other users.
</p>
<section class="highlight">
<div class="row oneandhalf">
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide" class="button style1">Setup Guide</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-docs/wiki/Frequently-Asked-Questions" class="button style1">FAQ</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://ideas.moonlight-stream.org" class="button style1">Suggestions</a></li>
</ul>
</section>
</div>
<div class="3u">
<section class="highlight">
<ul class="actions">
<li><a href="https://moonlight-stream.org/discord"><img src="images/discord.png" height="70" alt="Join our Discord" /></a></li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!--- Who We Are -->
<div class="wrapper style1">
<div class="title">Who We Are</div>
<section id="whoweare" class="container text-align-center">
<p class="style3">Moonlight was created by <a href="https://case.edu">Case Western Reserve University</a> students as a project at the <a href="https://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and HackCWRU in 2014.
<br />
<ul>
<li><a href="https://github.com/cgutman" class="user-mention">Cameron Gutman</a></li>
<li><a href="https://github.com/dwaxemberg" class="user-mention">Diego Waxemberg</a></li>
<li><a href="https://github.com/aaronneyer" class="user-mention">Aaron Neyer</a></li>
<li><a href="https://github.com/mrb113" class="user-mention">Michelle Bergeron</a></li>
<li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li>
<li><a href="https://github.com/raidancampbell" class="user-mention">Aidan Campbell</a></li>
</ul>
</p>
</section>
<!-- FOOTER -->
<section id="footer" class="container">
<p>Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc. Android, Google Play, and the Google Play logo are trademarks of Google Inc. GeForce, Shield, and GameStream are trademarks of NVIDIA Corporation. All other trademarks are property of their respective owners.</p>
<footer class="inner">
<p>&copy; <span class="year">2020</span>. All rights reserved.</p>
<script type="text/javascript">
var d = new Date();
document.querySelector('.year').innerText = d.getFullYear();
</script>
</footer>
</section>
</div>
<!-- GA outbound link events -->
<script>
!function(t){"use strict";var e=window.location.host;t("body").on("click",function(n){
function o(){document.location=a}if(!n.isDefaultPrevented()&&"function"==typeof ga){
var i=t(n.target).closest("a");if(1==i.length&&e!=i[0].host){n.preventDefault();
var a=i[0].href;ga("send",{hitType:"event",eventCategory:"outbound",eventAction:"link",
eventLabel:a,hitCallback:o}),setTimeout(o,1e3)}}})}(jQuery);
</script>
</body>
</html>