add "Try it out" section to README

This commit is contained in:
Henry Hiles 2026-04-02 11:17:03 -04:00
commit e669ede6fe
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -1,7 +1,7 @@
# Nexus Client
> [!WARNING]
> Nexus Client is still heavily in development, and is not ready for use!
> Nexus Client is still in development, and doesn't support everything needed for daily use.
## Description
@ -126,7 +126,21 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
- [ ] About
- [x] Log Out
## Build Instructions
## Try it out
If you want to try out Nexus, grab one of the following artifacts from CI:
- [Android APK](https://nightly.link/Henry-Hiles/nexus/workflows/android/main/APK.zip)
- Windows
- [Portable Build](https://nightly.link/Henry-Hiles/nexus/workflows/windows/main/windows-portable.zip)
- [Installer](https://nightly.link/Henry-Hiles/nexus/workflows/windows/main/windows-installer.zip)
- Flatpak
- [AArch64/Arm64](https://nightly.link/Henry-Hiles/nexus/workflows/flatpak/main/flatpak-aarch64.zip)
- [x86_64/AMD64](https://nightly.link/Henry-Hiles/nexus/workflows/flatpak/main/flatpak-x86_64.zip)
Or, try the Nix package: `nix run git+https://git.federated.nexus/Henry-Hiles/nexus`
## Build it yourself
### Prerequisites