File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,24 @@ This is the official web-based client and Progressive Web App (PWA) for the [Ada
1111See the [ project board] ( https://github.com/orgs/AdaptChat/projects/2/views/4?layout=board ) for the current status of the
1212web 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
You can’t perform that action at this time.
0 commit comments