Choose the right package
Robrix2’s release assets use the application name Robrix. Version 1.1.0 includes macOS DMGs for Apple Silicon and Intel, Linux DEBs for ARM64 and x86-64, a Windows x86-64 installer, and an Android ARM64 APK. Choose the architecture of the device you will run it on.
The verified release does not contain an iOS binary. Use the upstream source-build instructions for iOS. OpenHarmony is experimental. Platform support and a particular Hagency integration’s validation are separate questions.
Connect to a compatible homeserver
Open the app and enter your homeserver and Matrix account. The homeserver needs native Sliding Sync. Once signed in, join an existing project room or accept an invitation. Preserve device and session data when updating if you need access to encrypted history.
Build from source when needed
A source build requires the project’s Rust toolchain and platform prerequisites. The command below selects the current repository state, not the published 1.1.0 release. For reproducible evaluation, record or check out the specific revision you intend to test.
git clone https://github.com/Project-Robius-China/robrix2.git
cd robrix2
cargo run --release