2.5 KiB
Install .NET runtime
.NET 8.0 Runtime is required by DiscordChatExporter.
Note: Installing the .NET Runtime is not required if you running DiscordChatExporter using Docker.
Windows
Both the GUI and the CLI flavors of DiscordChatExporter for Windows come with a bootstrapper that should automatically install all the required prerequisites. Simply run the application and follow the presented instructions.
If, for some reason, you need to install the runtime manually, use one of the download links below:
- .NET 8.0 Runtime for Windows x64
- .NET 8.0 Runtime for Windows x86
- .NET 8.0 Runtime for Windows arm64
Note: How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version of Windows?
macOS
Use one of the download links below:
Note: Is my Mac using an Intel processor (x64) or Apple Silicon (arm64)?
Linux
Installing the .NET Runtime works differently depending on which Linux distribution you use. Check out the instructions for your distro:
For other distros, please check the 'Install on Linux' menu on the left of this page.
Verify installation (optional)
You can check which version of .NET Runtime is installed by running the following command in a terminal:
dotnet --info
If the .NET Runtime is correctly installed, the command will output something similar to the following:
.NET runtimes installed:
Microsoft.NETCore.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App]