-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e81e2bf
commit 134a25c
Showing
7 changed files
with
86 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
title: Downloads | ||
--- | ||
|
||
# [Windows](#tab/windows) | ||
|
||
> Downloads for Windows x64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-windows" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-win-x64.zip">TKMM Launcher (x64)</a> | ||
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-windows-x64-installer">.NET Runtime (x64)</a> | ||
> </div> | ||
> Downloads for Windows Arm64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-windows" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-win-arm64.zip">TKMM Launcher (arm64)</a> | ||
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-windows-arm64-installer">.NET 8 Runtime (arm64)</a> | ||
> </div> | ||
# [Linux](#tab/linux) | ||
|
||
> Downloads for Linux x64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-linux" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-linux-x64.zip">TKMM Launcher (x64)</a> | ||
> <a class="download-btn" id="download-src" href="https://learn.microsoft.com/dotnet/core/install/linux-package-managers?WT.mc_id=dotnet-35129-website">.NET Runtime Install Guide</a> | ||
> </div> | ||
> Downloads for Linux Arm64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-linux" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-linux-arm64.zip">TKMM Launcher (arm64)</a> | ||
> <a class="download-btn" id="download-src" href="https://learn.microsoft.com/dotnet/core/install/linux-package-managers?WT.mc_id=dotnet-35129-website">.NET Runtime Install Guide</a> | ||
> </div> | ||
# [MacOS (Experimental)](#tab/macos) | ||
|
||
> [!WARNING] | ||
> MacOS is not officially supported by TKMM Team. | ||
> Downloads for MacOS x64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-macos" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-osx-x64.zip">TKMM Launcher (x64)</a> | ||
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-macos-x64-installer">.NET 8 Runtime</a> | ||
> </div> | ||
> Downloads for MacOS Arm64 | ||
> | ||
> <div id="download-btns"> | ||
> <a class="download-btn" id="download-macos" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-osx-arm64.zip">TKMM Launcher (arm64)</a> | ||
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-macos-arm64-installer">.NET 8 Runtime</a> | ||
> </div> | ||
--- | ||
|
||
<br> | ||
|
||
## Supported Platforms | ||
|
||
<br> | ||
|
||
- **Windows 7+** | Fully supported | ||
- **Linux** | Partially supported | ||
- **SteamOS** | Experimental | ||
- **Switch (Lakka)** | Experimental | ||
- **MacOS** | Experimental | ||
|
||
<br> | ||
|
||
## Source Code | ||
|
||
<br> | ||
|
||
<div id="download-btns"> | ||
<a class="download-btn" id="download-src" href="https://github.com/TKMM-Team/Tkmm/archive/refs/heads/master.zip">Download Source Code</a> | ||
<a class="download-btn" id="download-src" href="https://github.com/TKMM-Team/Tkmm">GitHub Repository</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- name: Download | ||
href: download/ | ||
- name: Downloads | ||
href: downloads/ | ||
- name: Documentation | ||
href: docs/ |