CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 33
Releases: project-robius/robrix
Robrix pre-alpha-3 release
42ff1a7
Compare
This is the third pre-alpha release of Robrix. Most Matrix functionality is now working, and Robrix should be sufficient for basic daily usage. See the feature status tracker/checklist in the README for more details.
Note
The Linux and Windows releases cannot yet display emoji because they're based on an earlier version of Makepad that has an older font stack, as there are still some issues with the new Makepad version on those platforms. These will be updated in the next release.
The macOS, iOS, and Android builds are based on the latest version of Makepad.
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 two months 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-pre-alpha-3-macOS-aarch64.dmg
: a disk image that can be used to install Robrix easily.
- Windows 10 and 11 (x86_64 only)
robrix-pre-alpha-3-windows-x64-setup.exe
: a Windows setup executable that will install Robrix for you.
- Linux: Ubuntu 20.04 (x86_64 only; aarch64 is supported but not packaged yet)
robrix-pre-alpha-3-linux-amd64.deb
: a Debian package that can be installed on any Debian-like Linux distribution (e.g., Ubuntu):sudo apt install ./robrix-pre-alpha-3-linux-amd64.deb ## the ./ part is required
robrix-pre-alpha-3-x86_64.AppImage
: an AppImage package that can simply be downloaded, set to be executable, and then ran:chmod +x robrix-pre-alpha-3-x86_64.AppImage ./robrix-pre-alpha-3-x86_64.AppImage
PKGBUILD
androbrix-pre-alpha-3-x86_64.tar.gz
: apacman
package that can be installed on ArchLinux.sudo pacman -U robrix-pre-alpha-3-x86_64.tar.gz
- Android, aarch64 only
robrix-pre-alpha-3.apk
: an APK file that can be installed/sideloaded onto your Android device.- Note: the installed Robrix application doesn't have the proper icon; our packaging infra will fix this in the near future.
- iOS
robrix-pre-alpha-3-iOS-sim.zip
: a zipped App Bundle that can be run on an iOS simulator.- Depending on your xCode/simulator setup, you may need to build this from source instead.
- Note: we are still working on distributing apps through the App Store via TestFlight. We expect this to be available in the next release.
See the main README for more information about downloading, installing, and running app packages for Robrix. You can also find information about building and running Robrix from source in the README.
Assets 10
Robrix pre-alpha-2 release
ed57f09
Compare
This is the second pre-release build of Robrix. This release is still 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-pre-alpha-2-macOS-aarch64.dmg
: a disk image that can be used to install Robrix easily.
- Windows 10 and 11 (x86_64 only)
robrix-pre-alpha-2-windows-x64-setup.exe
: a Windows setup executable that will install Robrix for you.
- Linux (x86_64 only; aarch64 is supported but not packaged yet)
robrix-pre-alpha-2-linux-amd64.deb
: a Debian package that can be installed on any Debian-like Linux distribution (e.g., Ubuntu):sudo apt install ./robrix-pre-alpha-2-linux-amd64.deb ## the ./ part is required
robrix-pre-alpha-2-x86_64.AppImage
: an AppImage package that can simply be downloaded, set to be executable, and then ran:chmod +x robrix-pre-alpha-2-x86_64.AppImage ./robrix-pre-alpha-2-x86_64.AppImage
PKGBUILD
androbrix-pre-alpha-2-x86_64.tar.gz
: apacman
package that can be installed on ArchLinux.sudo pacman -U robrix-pre-alpha-2-x86_64.tar.gz
- Android, aarch64 only
robrix-pre-alpha-2.apk
: an APK file that can be installed/sideloaded onto your Android device.- Note: the installed Robrix application doesn't have the proper icon; our packaging infra will fix this in the near future.
- iOS
robrix-pre-alpha-2-iOS-sim.zip
: a zipped App Bundle that can be run on an iOS simulator.- Depending on your xCode/simulator setup, you may need to build this from source instead.
- Note: we are still waiting for our developer account to be approved by Apple, so we cannot yet provision and distribute apps through the App Store or via TestFlight. We expect this to be resolved soon.
See the main README for more information about downloading, installing, and running app packages for Robrix. You can also find information about building and running Robrix from source in the README.
Assets 11
Robrix pre-alpha initial release
406d434
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
androbrix_0.1.0_x86_64.tar.gz
: apacman
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.
- Note: the installed Robrix application is actually called
-
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.