Skip to content

Releases: project-robius/robrix

Robrix pre-alpha initial release

17 Oct 02:01
406d434
Compare
Choose a tag to compare

This is the first pre-release build of Robrix. This release should be considered to be in a pre-alpha state, as many features are still a work-in-progress, and there are some known problems.
That being said, the fundamental Matrix functionality is now working and should be sufficient for basic daily usage. See the feature status tracker/checklist in the README for more details.

If you do experience odd behavior or encounter a particularly nasty bug, please feel free to file an issue describing the problem. However, before filing an issue, kindly check the list of known issues first to help avoid redundant issues.

We invite you to check back here within the next month or so for a more updated alpha release, as we have recently had more contributors join the project, and expect things to progress more quickly from here on out.


Release artifacts

This release contains pre-built binaries and app packages for the following platforms:

  • macOS (Apple Silicon only: M1 and up)

    • Robrix_0.1.0_aarch64.dmg: a disk image that can be used to install Robrix easily.
  • Windows 10 and 11 (x86_64 only)

    • robrix_0.1.0_x64-setup.exe: a Windows setup executable that will install Robrix for you.
  • Linux (x86_64 only)

    • robrix_0.1.0_amd64.deb: a Debian package that can be installed on any Debian-like Linux distribution (e.g., Ubuntu):
      sudo apt install ./robrix_0.1.0_amd64.deb  ## the ./ part is required
    • robrix_0.1.0_x86_64.AppImage: an AppImage package that can simply be downloaded, set to be executable, and then ran:
      chmod +x robrix_0.1.0_x86_64.AppImage
      ./robrix_0.1.0_x86_64.AppImage
    • PKGBUILD and robrix_0.1.0_x86_64.tar.gz: a pacman package that can be installed on ArchLinux.
      sudo pacman -U robrix_0.1.0_x86_64.tar.gz
  • Android, aarch64 only

    • robrix.apk: an APK file that can be installed/sideloaded onto your Android device.
      • Note: the installed Robrix application is actually called makepad and doesn't have the Robrix icon, due to some deficiencies in our packaging tooling. This will be fixed in the next release.
  • iOS is supported, but we don't yet have a prebuilt application file for iOS yet because we are still waiting for our developer account to be approved by Apple. Thus, you must build it yourself and provision it yourself. We hope to resolve this soon!

See the main README for more information about downloading, installing, and running app packages for Moxin. You can also find information about building and running Robrix from source in the README.