Get the Android app, or just open the web client — it runs in any browser, installs as an app, and has every feature.
Phaze ships on two surfaces: the web client (installable PWA, runs in any browser including on iPhone and Mac) and the Android app. Desktop and iOS are web-only for now — the web client has every feature.
Also available as a direct .apk download if you can't use the Play Store.
Phaze binaries are self-signed and sovereign. Compare your file against checksums.txt on the latest GitHub release (SHA-256 per asset). The list below is illustrative only; always trust the checksum file shipped with the release you downloaded.
sha256sum Phaze.apk · Windows (PowerShell): Get-FileHash Phaze.apk -Algorithm SHA256
curl -fsSL https://apt.phazechat.world/phaze.gpg | sudo tee /usr/share/keyrings/phaze.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/phaze.gpg] https://apt.phazechat.world stable main" | sudo tee /etc/apt/sources.list.d/phaze.list
sudo apt update && sudo apt install phaze
The APK is signed by the Phaze project key. Enable "Install unknown apps" for your browser, open the .apk, then install. SHA-256 checksum on the GitHub releases page.