Skip to content

Kalissaac/Eigen

Repository files navigation

Eigen

Matrix client for macOS. 100% native, no Electron bloat.

Eigen

Download

Homebrew

$ brew install kalissaac/tap/kalissaac-eigen --no-quarantine

GitHub Actions

Head to GitHub Actions and select the most recent build, scroll down, download, and unzip the artifact.

Running locally

$ 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!