You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@ _(NOTE: This file is used as a template for the release descriptions at https://
2
2
3
3
---
4
4
5
-
These are the offline installers, portable ZIPs, and deployment MSIs for Paint.NET.
5
+
These are the offline installers, portable ZIPs, and deployment MSIs for Paint.NET. The web installer is also provided, which will download and run the correct installer for any supported CPU and OS.
_**NOTE:** This is a pre-release version. It may have bugs, etc. For the latest stable release, go to https://github.com/paintdotnet/release/releases and look for the newest release that is not tagged as "alpha" or "beta"._
9
+
System Requirements:
10
+
- Windows 11, or Windows 10 v1809+, or Windows Server 2019/2022
11
+
- 64-bit CPU (Intel/AMD x64 or ARM64)
12
+
-_Optional:_ A pen or drawing tablet that supports Windows Ink
13
+
-_Recommended:_ A CPU that supports AVX2
14
+
-_Recommended:_ A GPU or APU that supports Direct3D 11, such as an NVIDIA GeForce, AMD Radeon, Intel Arc, Intel Iris (Plus or Xe), or Intel HD/UHD
10
15
11
-
The offline installer may still need to download some prerequisites if you're on a Windows 7 or 8.1 machine that is not up-to-date. You do not need to have .NET installed, as it is included as part of the app ("self-contained deployment").
16
+
_(Friendly hint: If you don't know what an MSI is, then it's almost certainly not the download you want. Just grab the "anycpu" installer if you're not sure which one to use.)_
12
17
13
-
If you are installing/deploying the MSI on Windows 7 or Windows 8.1, you will need to make sure the prerequisites for .NET are installed, which you can find information about at [https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60](https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60). You will also need to have the Platform Update installed on Windows 7 SP1. You do not need to install .NET itself, as it is included as part of the app ("self-contained deployment"). More documentation for the MSI, including configuration properties, is over at [https://www.getpaint.net/doc/latest/UnattendedInstallation.html](https://www.getpaint.net/doc/latest/UnattendedInstallation.html)
14
-
15
-
(Friendly hint: If you don't know what an MSI is, then it's almost certainly not the download you want.)
16
-
17
-
The "source code" ZIP does not contain any actual files or source code, it is just included automatically as part of GitHub's "releases" functionality.
18
+
_The "source code" ZIP does not contain any actual files or source code, it is just included automatically as part of GitHub's "releases" functionality._
0 commit comments