Matrix client for macOS. 100% native, no Electron bloat.
$ brew install kalissaac/tap/kalissaac-eigen --no-quarantine
Head to GitHub Actions and select the most recent build, scroll down, download, and unzip the artifact.
$ git clone https://github.com/Kalissaac/Eigen.git
$ cd Eigen
# install CocoaPods
$ pod install
# update developer settings, replacing with your Apple Developer Team ID and bundle ID
$ printf "DEVELOPMENT_TEAM = <your team id> \
\nEIGEN_NAMESPACE = com.<your company (or anything)>.Eigen \
\nCODE_SIGN_STYLE = Automatic" > Configs/LocalConfig.xcconfig
# open in Xcode
$ open Eigen.xcworkspace/
In Xcode, press run and it should launch!