Skip to content

Commit 70f926c

Browse files
committed
Add app installation instructions
1 parent 2e70f71 commit 70f926c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Check our [site](https://localhost.drewpackages.com/)
66

77
## Release app installation
88

9-
Currently we are working on proper DMG signing on MacOS, in the mean time you can install existing [release build](https://github.com/DrewPackages/localhost/releases/tag/release1) using a workaround described in the top-rated answer [here](https://discussions.apple.com/thread/253714860?answerId=257037956022&sortBy=rank#257037956022)
9+
You can find the latest app builds on the [releases page](https://github.com/DrewPackages/localhost/releases). Currently supported architectures:
10+
11+
* **Windows** - DrewLocalhost-1.2.8.Setup.exe
12+
* **MacOS Intel** - Drew.Localhost.x64.dmg
13+
* **MacOS M-processors (arm)**
14+
* Best option is to still download **Drew.Localhost.x64.dmg** executable since it can be run the same as any non-app-store app, [see here](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac)
15+
16+
* If you download **Drew.Localhost.arm64.dmg** executable - you need to follow the instructions [described here](https://discussions.apple.com/thread/253714860?answerId=257037956022&sortBy=rank#257037956022), in short - copy Drew Localhost app normally to Applications folder and run this command in terminal:
17+
```
18+
xattr -c /Applications/DrewLocalhost.app
19+
```
20+
21+
Currently we are working on proper DMG signing on MacOS (and possibly - distribution through App Store), in the mean time follow the instructions above, or build the app yourself
1022

1123
## Developer guide
1224

0 commit comments

Comments
 (0)