<!-- ┏━━━┓╱╱╱╱╱┏┓╱╱┏┓╱╱╱╱╱┏┓╱╱   
     ┃┏━┓┃╱╱╱╱╱┃┃╱╱┃┃╱╱╱╱╱┃┃╱╱╱  
     ┃┗━┛┣┓┏┳━━┫┃┏┓┃┃╱╱┏━━┫┗━┳━━┓
     ┃┏━━┫┃┃┃┏┓┃┗┛┃┃┃╱┏┫┏┓┃┏┓┃━━┫
     ┃┃╱╱┃┗┛┃┃┃┃┏┓┃┃┗━┛┃┏┓┃┗┛┣━━┃
     ┗┛╱╱┗━━┻┛┗┻┛┗┛┗━━━┻┛┗┻━━┻━━┛
      ━━━━━━━━━━━━━━━━━━━━━━━━━━ -->
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8" charset="UTF-8" />
		<meta name="description" content="RocketDock - The classic app launcher for Windows">
		<meta name="keywords" content="windows dock, launcher, free">
		<meta name="author" content="Punk Labs">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link href="https://punklabs.com/content/projects/rocketdock/css/style.css" rel="stylesheet" type="text/css" media="screen" />
		<title>RocketDock - The classic app launcher for Windows</title>
		<style>
.PunkLabsButton {
	/* animation: 0.5s ease-out 0s 1 slideInFromTopCorner; */
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	max-width: 10%;
	}
@keyframes slideInFromTopCorner {
	0%	{ transform: translate(-100%, -100%); }
	100%	{ transform: translate(0, 0); }
	}
</style>
		
<!-- OpenGraph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://punklabs.com/rocketdock" />
<meta property="og:title" content="RocketDock" />
<meta property="og:description" content="The classic app launcher for Windows" />
<meta property="og:image" content="https://punklabs.com/content/projects/rocketdock/images/opengraph.jpg" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RocketDock" />
<meta name="twitter:description" content="The classic app launcher for Windows" />
<meta name="twitter:image" content="https://punklabs.com/content/projects/rocketdock/images/opengraph.jpg" />
<meta name="twitter:app:country" content="US">
<meta property="twitter:url" content="https://punklabs.com/rocketdock" />

	</head>
	<body>
		<div class="PunkLabsButton"><a href="https://punklabs.com"><img src="https://punklabs.com/images/punklabs/badgeUpperLeft.svg" title="by Punk Labs" alt="" /></a></div>
		<div id="Main">
			<div id="HeaderImage">
				<img src="https://punklabs.com/content/projects/rocketdock/images/screenie.jpg" alt="Screenshot" title="" />
			</div>
			<div style="float:right; margin:1em 10px 0 0;">
				<p><a class="Button Buy" target="_blank" href="https://punklabs.itch.io/rocketdock">Download</a>
</p>
			</div>
			<h1>RocketDock</h1>
			<span class="TranslationNotice"></span>
			<p>RocketDock is our classic app launcher loved by millions of people for almost 20 years. It lets you zoom through your shortcuts like a rocket with its buttery smooth interface. You can drag your favorite apps, files, and folders onto the dock to have quick access to them, then personalize with different skins, icons, and effects to match your desktop.<br/><br/>Have fun! 🚀</p>
			<div class="InlineHalf">
				<h2>Features</h2>
				
				<ul>
                    <li>Minimize windows to the dock</li>
                    <li>Real-time window previews</li>
                    <li>Running application indicators</li>
                    <li>Simple drag-n-drop interface</li>
                    <li>Multi-monitor support</li>
                    <li>Supports alpha-blended PNG and ICO icons</li>
                    <li>Icons zoom and transition smoothly</li>
                    <li>Auto-hide and Popup on mouse over</li>
                    <li>Positioning and layering options</li>
                    <li>Fully customizable</li>
                    <li>Completely Portable</li>
                    <li>ObjectDock Docklet support</li>
                    <li>Compatible with MobyDock, ObjectDock, RK Launcher, and Y'z Dock skins</li>
                    <li>Runs great on slower computers</li>
                    <li>Unicode compliant</li>
                    <li>Supports many languages and can easily be translated</li>
				</ul>
				
			</div>	

			<div class="InlineHalf">
				<h2>Help &amp; Info</h2>
				<ul class="PlainList">
					<li><a href="https://punklabs.com/content/projects/rocketdock/help/English/index.html" target="_blank">User Guide</a></li>
					<li><a href="https://punklabs.com/blog" target="_blank">News and Updates</a> [<a href="https://punklabs.com/rss" target="_blank">RSS</a>]</li>
					<li><a href="mailto:contact@punklabs.com?subject=RocketDock">Email Us</a></li>
				</ul>
			</div>

			<div class="InlineHalf">
				<h2>Platforms</h2>
				<p>Windows 2000 or above</p>
			</div>

			<div class="InlineHalf">
				<p><a class="Button Buy" target="_blank" href="https://punklabs.itch.io/rocketdock">Download</a>
</p>
			</div>

			<div class="Clear"></div>
			
			<div id="Notices" class="InlineHalf">
				<ul>
					<li>Copyright (c) 2023 Punk Labs LLC - <a href="https://punklabs.com/privacy">Privacy</a></li>
				</ul>
			</div>

	<script src="https://punklabs.com/shared/landing-minimal/js/audioplayer.js"></script>
	<script src="https://static.itch.io/api.js"></script>
<script>
	document.querySelectorAll(".Button.Buy").forEach(function(button) {
		Itch.attachBuyButton(button, {
			user: "punklabs",
			game: "rocketdock"
		});
	});
</script>

		</div>
	</body>
</html>
