index.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <style>header:after{content:"";display:table;clear:both}.home{color:var(--primary-text);height:3.5em}.home :link:not(:hover){text-decoration:none}nav{padding:.5em;overflow:auto;display:flex;justify-content:center;background-color:var(--background);border-radius:0 0 1em 1em}.nav{padding:0;margin:0;display:flex;justify-content:center;flex-wrap:wrap}.links,.navbar{display:flex;align-items:center;justify-content:center;padding:0;flex-wrap:wrap}.social-links i{font-size:1.75em;margin:.25em;color:var(--primary-text)}.social-links i:hover{color:var(--primary);cursor:pointer}.links .button{font-size:1.2em}.navbar{flex-direction:column}.nav-item{display:inline-block;font-size:1.2em;margin:.5em}.nav-item a{color:var(--primary-text);text-decoration:none}.nav-item-active{font-weight:700;font-size:1.25em}.hero{position:relative;color:#fff;z-index:0}.hero-title{font-size:3em}header .container{flex-direction:column}header .links{flex-direction:column}@media (min-width:64em){nav{justify-content:space-between}.navbar{flex-direction:row}header .container{flex-direction:row}header .links{flex-direction:row}}code[class*=language-],pre[class*=language-]{font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;background:var(--code);color:#f8f8f2}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#75715e}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.boolean,.token.number,.token.operator{color:#fd971f}.token.property{color:#f4bf75}.token.tag{color:#66d9ef}.token.string{color:#a1efe4}.token.selector{color:#ae81ff}.token.attr-name{color:#fd971f}.language-css .token.string,.style .token.string,.token.entity,.token.url{color:#a1efe4}.token.attr-value,.token.control,.token.directive,.token.keyword,.token.unit{color:#a6e22e}.token.atrule,.token.regex,.token.statement{color:#a1efe4}.token.placeholder,.token.variable{color:#66d9ef}.token.deleted{text-decoration:line-through}.token.inserted{border-bottom:1px dotted #f9f8f5;text-decoration:none}.token.italic{font-style:italic}.token.bold,.token.important{font-weight:700}.token.important{color:#f92672}.token.entity{cursor:help}pre>code.highlight{outline:.4em solid #f92672;outline-offset:0.4em}.wiki-content,.wiki-toc{margin-top:1em}.wiki-toc{background-color:var(--accent);border-radius:1em;padding:1em;font-size:1rem;flex:1}.wiki-toc-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:0;padding-right:0;margin:0;list-style:none}.wiki-toc-list li{line-height:1.466666666667}.wiki-toc-list ul{padding:0 0 .75em 0;margin:0;list-style:none}.wiki-toc-list ul ul{padding-bottom:0;padding-left:.625rem}.wiki-toc-list ul ul>li:not(.wiki-toc-active)>ul>li:not(.wiki-toc-active){display:none}.wiki-toc-list a{padding:.15em .25em;display:block}.wiki-toc-list a:not(:hover){text-decoration:none}.wiki-toc-list li{margin:0;padding:0}.wiki-toc-list>li{flex-grow:1;flex-basis:14.375rem}.wiki-toc-list>li>a{color:var(--primary-text);font-weight:700;border-bottom:1px solid #ddd;margin-bottom:.25em}.wiki-toc-list li.wiki-toc-active>a{background-color:var(--accent)}.wiki-toc-list li.wiki-toc-active>ul,.wiki-toc-list ul.wiki-toc-active{display:block}.wiki-cat-list-active{font-weight:700}.inlinelist{padding:0}.inlinelist-no-nest ol,.inlinelist-no-nest ul{display:none}.wiki-tag{display:inline}.wiki-tag a{display:inline-flex;text-transform:uppercase;font-size:.75em;padding:.08333333333333em .3333333333333em;margin:.5em .5em .5em 0;color:var(--primary-text);border:1px solid var(--accent);border-radius:.25em;text-decoration:none;line-height:1.8}.wiki-tag:hover a{text-decoration:underline}.wiki-tag-active a{font-weight:700}@media (min-width:64em){.wiki-content{width:80%}.wiki-toc{margin-right:1em}}.download-tab-list{list-style:none;display:flex;justify-content:flex-start;list-style:none;padding:0;margin-bottom:0;border-radius:1em 1em 0 0;background-color:var(--accent);flex-wrap:wrap;overflow:hidden}.download-tab-list li{flex-grow:1;display:block}.download-tab-list a{color:var(--primary-text);font-size:1.2em;text-decoration:none;display:flex;justify-content:center;padding:.75em .5em}.download-tab-list a:hover{background-color:var(--accent-light)}.download-tab-list i{color:var(--primary-text);font-size:1.2em;text-decoration:none;display:flex;justify-content:center;margin-right:.25em}.download-tab-active a{background-color:var(--background)}.download-content{background-color:var(--background);padding:1em;border-radius:0 0 1em 1em}.download-content .column div{width:100%}.button-disabled,.download-content .button{width:100%;display:block;margin-bottom:1em;margin-left:0}@media (min-width:64em){.download-tab-list a{border-radius:1rem 1rem 0 0}.download-content .column div{width:80%}}.postlist{list-style:none;padding:0}.postlist-item{background-color:var(--background);border-radius:1em;padding:1em;display:flex;flex-wrap:wrap;align-items:baseline;counter-increment:start-from -1;line-height:1.8}.postlist :first-child{margin-top:0}.postlist{margin-top:0}.postlist-item:before{display:inline-block;pointer-events:none;content:"" counter(start-from,decimal-leading-zero) ". ";line-height:100%;text-align:right}.postlist-date,.postlist-item:before{font-size:.8125em;color:var(--darkgray)}.postlist-item:not(:first-child){margin-top:2em}.postlist-date{word-spacing:-0.5px}.postlist-link{font-size:1.2em;padding-left:.25em;padding-right:1em;text-underline-position:from-font;text-underline-offset:0;text-decoration-thickness:1px}.postlist-item-active .postlist-link{font-weight:500}.postlist-description{width:100%;border-left:var(--primary) .25em solid;padding:.5em;margin-top:.33em}.tmpl-home .postlist-link{font-size:1.1875em;font-weight:700}.post-tag{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:.75em;padding:.08333333333333em .3333333333333em;margin-left:1em;color:var(--primary-text);border:1px solid var(--accent);border-radius:.25em;text-decoration:none;line-height:1.8}a.post-tag,a.post-tag:visited{color:inherit}a.post-tag:focus,a.post-tag:hover{background-color:var(--lightgray)}.postlist-item>.post-tag{align-self:center}.user-list{display:flex;flex-wrap:wrap;align-content:space-around;list-style:none;padding:0}.user-info{position:relative;margin:.5em;width:10em;border-radius:1em;overflow:hidden;background-color:var(--background);text-decoration:none;color:var(--primary-text);max-height:10em}.user-contrib{width:3em;background-color:var(--accent)}.user-contrib:hover{border:.2em solid var(--primary)}.user-info img{display:block;width:100%;height:auto}.user-name{color:#fff;font-size:1.2em;overflow-wrap:break-word;text-align:center}.user-info-overlay{position:absolute;display:flex;align-items:center;justify-content:center;top:0;bottom:0;left:0;right:0;opacity:0;transition:.3s ease;background-color:var(--primary)}.user-info:hover .user-info-overlay{opacity:1}:root{--grad-primary:linear-gradient(126deg, #88b858 0%, #72b147 25%, #5a9a30 50%);--grad-secondary:linear-gradient(126deg, #b7835a 0%, #765338 25%, #5b422d 50%);--grad-disabled:linear-gradient(126deg, #969696 0%, #cecece 25%, #bebebe 50%);--primary:#88b858;--secondary:#a87953;--background:#333333;--accent:#444444;--accent-light:#555555;--link:#88b858ff;--visited:#72b147ff;--primary-text:#ffffff;--code:#222;background-color:var(--background)}@media (prefers-color-scheme:light){:root{--primary-text:#333;--background:#ffffff;--accent:#e0e0e0;--accent-light:#d0d0d0}}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Inter,-apple-system,system-ui,sans-serif;color:var(--primary-text)}.background{top:0;pointer-events:none;position:fixed;width:100%;height:100%;object-fit:cover;filter:brightness(50%);z-index:-1}*{box-sizing:border-box}p:last-child{margin-bottom:0}.tmpl-post li,iframe,img,p{max-width:min(100%)}.tmpl-post li,p{line-height:1.45}a{color:var(--link)}table{margin:1em 0}table td,table th{padding-right:1em}blockquote{border-left:var(--primary) .25em solid;padding:.5em;margin:0}code,pre{font-family:Consolas,Menlo,Monaco,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L","Courier New",Courier,monospace;line-height:1.5;border-radius:1em}.top{margin-top:1em}pre{font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;padding:1em;margin:.5em 0;background-color:var(--code);color:#fff;overflow:auto}code{word-break:break-all;color:#fff;background-color:var(--code)}.highlight-line{display:block;padding:.125em 1em;text-decoration:none;color:inherit}.highlight-line:empty:before{content:" "}.highlight-line+br{display:none}.highlight-line-isdir{color:#b0b0b0;background-color:#222}.highlight-line-active{background-color:#444;background-color:hsla(0,0%,27%,.8)}.highlight-line-add{background-color:#45844b}.highlight-line-remove{background-color:#902f2f}.container{max-width:90em;margin:0 auto;position:relative}.content{background-color:var(--background);border-radius:1em;padding:1em;-webkit-backdrop-filter:blur(2em);backdrop-filter:blur(10px)}.center{text-align:center;margin:auto}.infobox{background-color:var(--accent);padding:1em;border-radius:1em}.button-disabled{display:inline-block;position:relative;color:#fff;padding:.5em 1.5em;margin:.25em;list-style:none;font-size:1.2em;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;background-color:var(--primary);background-image:var(--grad-disabled);background-size:200%;clip-path:polygon(0.6em 0,calc(100% - 0.6em) 0,100% 50%,calc(100% - 0.6em) 100%,0.6em 100%,0 50%);transition:250ms ease;background-position-x:100%}.button{display:inline-block;position:relative;color:#fff;padding:.5em 1.5em;margin:.25em;list-style:none;font-size:1.2em;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;background-color:var(--primary);background-image:var(--grad-primary);background-size:200%;clip-path:polygon(0.6em 0,calc(100% - 0.6em) 0,100% 50%,calc(100% - 0.6em) 100%,0.6em 100%,0 50%);transition:250ms ease;background-position-x:100%}.button:focus,.button:hover{background-position-x:0%}.button{color:#fff}.is-big{font-size:1.5em}.button.secondary{background-color:var(--secondary);background-image:var(--grad-secondary)}.warning{background-color:#ffc;padding:1em .625em}.warning ol:only-child{margin:0}.direct-link{text-decoration:none;font-style:normal;margin-left:.1em}a.direct-link,a.direct-link:visited{color:transparent}:hover>a.direct-link,:hover>a.direct-link:visited,a.direct-link:focus,a.direct-link:focus:visited{color:#aaa}.download-links{padding:0}.download-links li{display:inline;margin:.25em}.row{display:flex;flex-direction:column}.column{display:flex;align-items:center;justify-content:center;padding:1em;text-align:center}.column img{height:auto}.subtitle{font-size:1.5em;text-align:center}.cards{display:flex;flex-wrap:wrap;flex-direction:column;gap:1em}.card{flex:1;padding:1em;text-align:center;background-color:var(--accent)}.card .button{width:100%;margin:0}.notification{position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem;margin-bottom:1em}.notification.is-info{background-color:var(--primary);color:#fff}.notification a{color:#fff}.footer{text-align:center;padding:2em;color:#fff}@media (min-width:64em){.row{flex-direction:row}.row-reverse{flex-direction:row-reverse}.column{flex:50%}.wiki-content{padding-left:1em}.cards{flex-direction:row;justify-content:space-between}.card{align-self:flex-start}}</style>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>PolyMC - Download PolyMC for Windows</title>
  8. <meta name="description" content="An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods. Focused on user freedom and free redistributability.">
  9. <link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="PolyMC">
  10. <link rel="alternate" href="/feed/feed.json" type="application/json" title="PolyMC">
  11. <link rel="icon" type="image/png" sizes="128x128" href="/img/favicon.png">
  12. <link rel="stylesheet" type="text/css" href="/assets/fonts/inter/index.css">
  13. <link rel="stylesheet" type="text/css" href="/assets/fonts/inter/600.css">
  14. <link rel="stylesheet" type="text/css" href="/assets/fonts/inter/700.css">
  15. <link rel="stylesheet" href="/assets/forkawesome/css/fork-awesome.min.css">
  16. <!-- incredibly based web app to make mod lists at https://moddermore.vercel.app -->
  17. </head>
  18. <body>
  19. <header>
  20. <section class="hero">
  21. <div class="hero-head">
  22. <nav class="container">
  23. <div class="navbar">
  24. <a href="/">
  25. <svg viewBox="0 0 376.77 135.47" xmlns="http://www.w3.org/2000/svg" class="home" role="img" aria-label="PolyMC">
  26. <defs>
  27. <linearGradient id="a" x1="4.498" x2="12.435" y1="3.801" y2="9.568" gradientUnits="userSpaceOnUse">
  28. <stop stop-color="#88b858" offset="0"/>
  29. <stop stop-color="#72b147" offset=".5"/>
  30. <stop stop-color="#5a9a30" offset="1"/>
  31. </linearGradient>
  32. </defs>
  33. <path d="M42.375 118.668s0-24.797 34.094-24.797c34.103 0 34.094 24.797 34.094 24.797z" fill="#765338"/>
  34. <path d="M76.47 93.872 42.376 118.67 21.304 53.751z" fill="#b7835a"/>
  35. <path d="m76.47 93.872 55.165-40.121-21.072 64.918z" fill="#5b422d"/>
  36. <path d="m79 95.709-2.53 1.84-2.532-1.84c0-1.84 2.531-1.84 2.531-1.84s2.531 0 2.531 1.84z" fill="#72b147"/>
  37. <path
  38. d="M76.47 93.872s0-40.121 55.165-40.121l-1.564 4.819-6.384 8.324-6.384.962-6.383 8.324-6.384.961-6.384
  39. 8.325-6.384.961-6.384 8.324-6.383.962z"
  40. fill="#5a9a30"/>
  41. <path
  42. d="m73.938
  43. 95.709-6.383-.961-6.384-8.325-6.384-.961-6.384-8.324-6.384-.962-6.383-8.324-6.384-.962-6.384-8.324-1.564-4.819c55.165 0
  44. 55.165 40.121 55.165 40.121z"
  45. fill="#88b858"/>
  46. <path
  47. d="m.53 6.685 7.937 5.766 7.937-5.766L8.467.918z"
  48. fill="url(#a)"
  49. transform="matrix(6.95 0 0 6.9572 17.626 7.241)"/>
  50. <path d="m22.868 58.567-1.564-4.82L76.469 93.87l55.166-40.122-1.564 4.82L76.47 97.55z" fill="none"/>
  51. <g fill="currentColor" stroke-width=".265">
  52. <g stroke-width=".01">
  53. <path d="M168.153 47.323q5.434 0 9.287 1.858 3.852 1.788 5.916 5.228 2.133 3.44 2.133 8.324 0 2.958-.895 5.847-.894 2.82-2.889
  54. 5.16-1.926 2.27-5.09 3.646t-7.705 1.375h-7.361v18.3h-6.673V47.322zm.688 25.041q2.958 0 4.884-.963 1.927-.963 3.027-2.408
  55. 1.1-1.513 1.582-3.164.482-1.651.482-2.958
  56. 0-1.514-.482-3.096-.481-1.651-1.65-2.958-1.101-1.376-2.959-2.202-1.788-.894-4.471-.894h-7.705v18.643zM187.49 82.6q0-4.265
  57. 1.994-7.705 2.064-3.44 5.641-5.434 3.577-1.995 8.118-1.995 4.678 0 8.186 1.995 3.509 1.995 5.435 5.434 1.926 3.44 1.926
  58. 7.705t-1.926 7.773q-1.926 3.44-5.503 5.435-3.509 1.995-8.187 1.995-4.54
  59. 0-8.118-1.857-3.508-1.927-5.572-5.298-1.995-3.44-1.995-8.048zm6.397.07q0 2.751 1.238 5.021 1.238 2.202 3.302 3.509 2.133
  60. 1.307 4.678 1.307 2.683 0 4.747-1.307 2.133-1.307 3.302-3.509 1.17-2.27 1.17-5.022
  61. 0-2.752-1.17-4.953-1.17-2.27-3.302-3.577-2.064-1.376-4.747-1.376-2.614 0-4.747 1.376-2.063 1.376-3.302 3.646-1.17
  62. 2.201-1.17 4.884zM223.251 43.858h6.398v53.246h-6.398zM238.914 110.808l18.78-42.17h5.917l-18.368
  63. 42.17zm7.017-13.484-13.69-28.687h7.223l11.489 25.453zM266.775 97.085V51.2h.063l23.855 33.774-3.043-.67L311.384
  64. 51.2h.122v45.885h-7.06v-29.88l.487 3.59-16.065 22.7h-.122l-16.31-22.7 1.218-3.286v29.576zM352.299 93.62q-.974.67-2.921
  65. 1.643-1.887.973-4.564
  66. 1.704-2.617.67-5.843.608-5.172-.062-9.31-1.825-4.138-1.826-6.999-4.869-2.86-3.104-4.442-7.06-1.522-4.016-1.522-8.52
  67. 0-5.05 1.583-9.25t4.503-7.241q2.921-3.104 6.938-4.808 4.016-1.704 8.763-1.704 4.199 0 7.485 1.156 3.347 1.096 5.598
  68. 2.496l-2.799 6.633q-1.704-1.156-4.26-2.313-2.556-1.156-5.781-1.156-2.921 0-5.599 1.217-2.678 1.156-4.686 3.347-2.008
  69. 2.13-3.225 4.99-1.156 2.86-1.156 6.208 0 3.468 1.034 6.39 1.096 2.92 3.043 5.05 2.008 2.07 4.747 3.287 2.799 1.156 6.268
  70. 1.156 3.408 0 5.964-1.035 2.616-1.095 4.199-2.434z"/>
  71. </g>
  72. </g>
  73. </svg>
  74. </a>
  75. <ul class="nav">
  76. <li class="nav-item">
  77. <a href="/news/">News</a>
  78. </li>
  79. <li class="nav-item">
  80. <a href="/about/">About</a>
  81. </li>
  82. <li class="nav-item">
  83. <a href="/wiki/">Wiki</a>
  84. </li>
  85. <li class="nav-item">
  86. <a href="/#get-involved">Community</a>
  87. </li>
  88. </ul>
  89. </div>
  90. <div class="links">
  91. <div class="social-links">
  92. <a href="https://discord.gg/WMtwnF5Cbr" target="_blank"><i class="fa fa-discord"></i></a>
  93. <a href="https://matrix.to/#/#polymc:matrix.org" target="_blank"><i class="fa fa-matrix-org"></i></a>
  94. <a href="https://www.reddit.com/r/PolyMCLauncher/" target="_blank"><i class="fa fa-reddit"></i></a>
  95. <a href="https://github.com/PolyMC/PolyMC" target="_blank"><i class="fa fa-github"></i></a>
  96. </div>
  97. <div>
  98. <a class="button" href="/download/">Download</a>
  99. <a class="button" href="https://opencollective.com/polymc">Donate</a>
  100. </div>
  101. </div>
  102. </nav>
  103. </div>
  104. <div class="hero-body">
  105. <div class="row container">
  106. <div class="column">
  107. <div class="hero-description">
  108. <h1 class="hero-title">Downloads</h1>
  109. <p class="subtitle">Download PolyMC 7.0</p>
  110. </div>
  111. </div class="image">
  112. </div>
  113. </div>
  114. </div>
  115. </section>
  116. </header>
  117. <picture>
  118. <source type="image/webp" srcset="/img/built/_0Yn_X4tqe-3840.webp 3840w" sizes="100vw">
  119. <source type="image/jpeg" srcset="/img/built/_0Yn_X4tqe-3840.jpeg 3840w" sizes="100vw">
  120. <img
  121. class="background"
  122. src="/img/built/_0Yn_X4tqe-3840.jpeg"
  123. width="3840"
  124. height="2160"
  125. alt="Background"
  126. loading="lazy"
  127. decoding="async">
  128. </picture>
  129. <main class="container tmpl-home">
  130. <style>
  131. .background {
  132. filter: brightness(80%);
  133. }
  134. </style>
  135. <ul class="download-tab-list"><li class="download-tab-active"><a href="/download/"><i class="fa fa-windows" aria-hidden="true"></i> Windows</a></li>
  136. <li><a href="/download/mac/"><i class="fa fa-apple" aria-hidden="true"></i> macOS</a></li>
  137. <li><a href="/download/linux/"><i class="fa fa-linux" aria-hidden="true"></i>Linux</a></li>
  138. <li><a href="/download/steam-deck/"><i class="fa fa-steam-square" aria-hidden="true"></i> Steam Deck</a></li></ul>
  139. <div class="download-content">
  140. <div class="row">
  141. <div class="column">
  142. <div>
  143. <h1>Windows Download</h1>
  144. <br>
  145. <a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Setup-7.0.exe">Installer (.exe)</a>
  146. <a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Portable-7.0.zip">Portable (.zip)</a>
  147. </div>
  148. </div>
  149. <div class="column">
  150. <picture>
  151. <source type="image/webp" srcset="/img/built/EQprYhmYKg-800.webp 800w" sizes="100vw" media="(prefers-color-scheme: dark)">
  152. <source type="image/png" srcset="/img/built/EQprYhmYKg-800.png 800w" sizes="100vw" media="(prefers-color-scheme: dark)">
  153. <source type="image/webp" srcset="/img/built/b6pT0VqS_E-802.webp 802w" sizes="100vw">
  154. <source type="image/png" srcset="/img/built/b6pT0VqS_E-802.png 802w" sizes="100vw">
  155. <img
  156. class="undefined"
  157. src="/img/built/b6pT0VqS_E-802.png"
  158. width="802"
  159. height="632"
  160. alt="Modpack Installer"
  161. loading="lazy"
  162. decoding="async">
  163. </picture>
  164. </div>
  165. </div>
  166. </div>
  167. <div class="infobox top">
  168. <h2 id="legacy-version" tabindex="-1">Legacy version <a class="direct-link" href="#legacy-version" aria-hidden="true">#</a></h2>
  169. <p>There is a legacy version of PolyMC, primarily for older versions of Windows like Windows 7 or Windows 8.1.<br>
  170. You can download it here:</p>
  171. <ul>
  172. <li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-Setup-7.0.exe">Legacy installer (.exe)</a></li>
  173. <li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-Portable-7.0.zip">Legacy portable (.zip)</a></li>
  174. </ul>
  175. <h2 id="advanced-windows-install-options" tabindex="-1">Advanced Windows install options <a class="direct-link" href="#advanced-windows-install-options" aria-hidden="true">#</a></h2>
  176. <ul>
  177. <li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-7.0.zip">System Install (.zip)</a></li>
  178. <li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-7.0.zip">Legacy system install (.zip)</a></li>
  179. </ul>
  180. </main>
  181. <footer>
  182. <div class="footer">
  183. <div class="container">
  184. <a href="https://github.com/PolyMC/polymc.github.io/blob/master/./src/download/windows.md" class="elv-externalexempt">Edit this page</a>
  185. © 2021-2022 PolyMC Contributors
  186. </h1>
  187. </div>
  188. </div>
  189. </footer>
  190. </body>
  191. </html>