Skip to content

Commit 78ea9b7

Browse files
committed
update readme with mac os warning
1 parent 6897ce0 commit 78ea9b7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,24 @@ This is the official web-based client and Progressive Web App (PWA) for the [Ada
1111
See the [project board](https://github.com/orgs/AdaptChat/projects/2/views/4?layout=board) for the current status of the
1212
web client.
1313

14-
## Desktop Builds
14+
## Tauri Desktop Builds
1515

1616
- Windows:
1717
- [x86_64 (64 bit)](https://download.adapt.chat/webclient/windows-x86_64/Adapt-setup.exe)
18-
- [i686 (32 bit)](https://download.adapt.chat/webclient/windows-i686/Adapt-setup.exe)
1918
- MacOS:
2019
- x86_64 (Intel): [.app bundle](https://download.adapt.chat/webclient/darwin-x86_64/Adapt.app.zip) | [.dmg installer](https://download.adapt.chat/webclient/darwin-x86_64/Adapt-installer.dmg)
2120
- aarch64 (Apple Silicon): [.app bundle](https://download.adapt.chat/webclient/darwin-aarch64/Adapt.app.zip) | [.dmg installer](https://download.adapt.chat/webclient/darwin-aarch64/Adapt-installer.dmg)
2221
- Linux (x86_64/AMD64):
2322
- [.deb](https://download.adapt.chat/webclient/linux-x86_64/Adapt.deb) (smaller, but might need to install dependencies)
2423
- [AppImage](https://download.adapt.chat/webclient/linux-x86_64/Adapt.AppImage) (larger, easier to install)
2524

25+
For macOS, you will need to run the following if you get an "app is damaged" error:
26+
```sh
27+
$ xattr -dr com.apple.quarantine /Applications/Adapt.app
28+
```
29+
30+
See the official downloads page: https://adapt.chat/download.
31+
2632
## Contributing
2733

2834
### Contributing Code

0 commit comments

Comments
 (0)