River is still in development and can't yet be used as a group chat - but you're welcome to check out the current state of the UI.
# On macOS and Linux
curl https://sh.rustup.rs -sSf | sh
cargo install dioxus
git clone git@github.com:freenet/river.git
git checkout mvp
cd river/ui
dx serve
Open the browser to http://localhost:8080.