There was an error while loading. Please reload this page.
1 parent 0311f0b commit 43501d6Copy full SHA for 43501d6
1 file changed
sdk/python/tilion_fortress/__init__.py
@@ -3,8 +3,9 @@
3
4
Ships the prebuilt binary only (no engine source). Detects the platform, downloads the
5
matching bundle from the official GitHub Release, verifies it against SHA256SUMS, caches
6
-it, and launches it with a CDP endpoint. macOS/Windows fall back to the Docker image until
7
-native binaries are published for that platform.
+it, and launches it with a CDP endpoint. **Linux x64 and Windows x64 have native binaries**
+(downloaded automatically — no Docker needed). macOS has no native bundle yet and uses the
8
+Docker image; Docker is also the fallback anywhere a native launch isn't available.
9
10
from tilion_fortress import Fortress
11
with Fortress() as f:
0 commit comments