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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,13 @@ Grab the latest installer for your platform from the
19
19
20
20
| Platform | File | First run |
21
21
|----------|------|-----------|
22
-
| Windows |`*-win-Setup.exe`| Unsigned for now, so SmartScreen may warn — choose **More info → Run anyway**. |
23
-
| Linux |`*.AppImage`|`chmod +x` it, then run. (Needs FUSE, which most distros ship.) |
24
-
| macOS |`*.pkg` (Apple Silicon) | Unsigned — **right-click → Open**, then **Open** the first time. |
22
+
| Windows |`*-win-Setup.exe` (x64) or `*-win-arm64-Setup.exe` (Windows on ARM) | Unsigned for now, so SmartScreen may warn — choose **More info → Run anyway**. |
23
+
| Linux |`BasisPackageManager.AppImage` (x64) or `*-linux-arm64.AppImage` (arm64) |`chmod +x` it, then run. (Needs FUSE, which most distros ship.) |
24
+
| macOS |`*-osx-Setup.pkg` (Apple Silicon) or `*-osx-x64-Setup.pkg` (Intel) | Unsigned — **right-click → Open**, then **Open** the first time. |
25
+
26
+
Not sure which architecture you have? Windows: Settings → System → About → *System type*.
27
+
Mac: Apple menu → About This Mac (an *Intel* processor means `osx-x64`). Pick the matching
28
+
file — the installer refuses a package built for a different processor.
25
29
26
30
The app installs per-user (no admin required) and keeps itself up to date — see below.
0 commit comments