-
Notifications
You must be signed in to change notification settings - Fork 69
fix: update Windows version support doc #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,29 +1,41 @@ | ||
--- | ||
description: Which Windows versions does Atlas support? | ||
description: Which Windows versions does Atlas support and can Atlas be applied on your system? | ||
icon: material/list-status | ||
--- | ||
|
||
# :material-list-status: Which Windows versions does Atlas support? | ||
|
||
**Atlas supports the latest stable Windows 10 and 11 versions in the same download. However, [Windows Home editions aren't supported.](windows-home.md)** | ||
Atlas is designed to work on specific, stable Windows builds to ensure a reliable experience. **Atlas supports the latest stable Windows 10 and 11 versions in the same download.** However, [Windows Home editions aren't supported](windows-home.md). | ||
|
||
--- | ||
|
||
As of the latest version, Atlas only supports: | ||
{ .annotate } | ||
## :material-check: Supported Windows Builds | ||
|
||
- **Windows 11:** {{ msdl.win11.version }} | ||
As of the latest version, Atlas only supports: | ||
|
||
- **Windows 11:** {{ msdl.win11.version }} | ||
- **Windows 10:** {{ msdl.win10.version }} | ||
- **Windows 11 ARM:** {{ msdl.win11.version }} | ||
|
||
Only the latest [non-beta/non-Insider](https://en.wikipedia.org/wiki/Windows_Insider) versions are supported. Insider isn't for stability and privacy, as it usually has bugs we can't account for, and it requires sending extra diagnostic data to Microsoft. | ||
For the best results, please use one of these supported stable builds. | ||
|
||
We *strongly recommend* following our [installation guide](../getting-started/installation.md) for installing a supported version, as the initial Atlas install requires a Windows reinstallation regardless. | ||
!!! Warning "Pre‑release Channels Not Supported" | ||
Pre‑release channels are not supported. This includes: | ||
• **Canary** | ||
• **Dev** | ||
• **Beta** | ||
• **Release Preview** | ||
|
||
## :material-package: Which Windows editions are supported? | ||
Only the latest non‑beta, non‑Insider versions are supported. | ||
Insider builds **are not** designed for **stability**. They may include untested bugs and require additional diagnostic data to be sent to Microsoft. | ||
|
||
We recommend **Windows Pro** or **Windows Enterprise**. [Except for Windows Home](windows-home.md), most other Windows editions are also supported. | ||
--- | ||
|
||
The only exclusions to this are: | ||
## :material-package: Supported Windows Editions | ||
|
||
- **Enterprise LTSC:** LTSC editions are often not on the latest Windows versions, which we don't test nor support | ||
- **Windows Server:** Supporting it would require too much extra testing | ||
We recommend **Windows Pro** or **Windows Enterprise**. With the exception of [Windows Home](windows-home.md), most other Windows editions are supported. The only exclusions are: | ||
|
||
- **Enterprise LTSC:** These editions often lag behind the latest Windows versions, which we don't test or support. | ||
- **Windows Server:** Supporting these would require too much extra testing. | ||
|
||
We *strongly recommend* following our [installation guide](../getting-started/installation.md) for installing a supported version, as the initial Atlas install requires a Windows reinstallation regardless. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify that the version variable for Windows 11 ARM ({{ msdl.win11.version }}) is accurate and not mistakenly duplicated from the standard Windows 11 entry.
Copilot uses AI. Check for mistakes.