```
-* The Hyper API supports `x86-64` platforms.
* **[JDK 8](https://www.oracle.com/java/technologies/downloads/)** (or newer) is required.
```mdx-code-block
@@ -79,7 +82,6 @@ Older versions of Hyper API will still be available via NuGET. In the future, .N
:::
-* The Hyper API supports `x86-64` platforms.
* **[.NET Core 2.2 SDK](https://dotnet.microsoft.com/download)** (or newer) or **[.NET Framework 4.6.1](https://dotnet.microsoft.com/en-us/download/dotnet-framework)** (or newer) is required.
* The examples use the .NET Core SDK.
@@ -88,12 +90,6 @@ Older versions of Hyper API will still be available via NuGET. In the future, .N
```
-:::info
-Hyper API runs on Apple Silicon only with [Rosetta 2](https://support.apple.com/en-us/HT211861) instead of natively.
-This means, that Hyper API can only be used from within other x86 programs, running under Rosetta.
-In particular for Python and Java, this means that the Python interpreter/Java runtime needs to run with Rosetta, too.
-:::
-
## Instructions
```mdx-code-block
diff --git a/website/docs/releases.md b/website/docs/releases.md
index b34fffb..657d3de 100644
--- a/website/docs/releases.md
+++ b/website/docs/releases.md
@@ -4,13 +4,18 @@ Below you can find the latest downloads and the new functionalities and bug fixe
## Download {#download}
+```mdx-code-block
+import {config} from '@site/src/config';
+```
+
The latest available version is v{config.version_short}.
```mdx-code-block
import {DownloadPicker} from '@site/src/components/DownloadPicker'
-import {config} from '@site/src/config';
+import { AppleSiliconWorkarounds } from "@site/src/components/AppleSiliconWorkarounds.tsx";
+
```
## Release Notes