Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Kalissaac/Eigen

macOS native Matrix client
https://github.com/Kalissaac/Eigen

macos matrix swiftui

Last synced: about 2 months ago
JSON representation

macOS native Matrix client

Awesome Lists containing this project

README

        

# Eigen

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

Eigen

## Download
### Homebrew
```sh
$ brew install kalissaac/tap/kalissaac-eigen --no-quarantine
```

### GitHub Actions
Head to [GitHub Actions](https://github.com/Kalissaac/Eigen/actions/workflows/ci.yml) and select the most recent build, scroll down, download, and unzip the artifact.

## Running locally
```sh
$ 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 = \
\nEIGEN_NAMESPACE = com..Eigen \
\nCODE_SIGN_STYLE = Automatic" > Configs/LocalConfig.xcconfig
# open in Xcode
$ open Eigen.xcworkspace/
```
In Xcode, press run and it should launch!