Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kalissaac/Eigen
macOS native Matrix client
https://github.com/Kalissaac/Eigen
macos matrix swiftui
Last synced: about 1 month ago
JSON representation
macOS native Matrix client
- Host: GitHub
- URL: https://github.com/Kalissaac/Eigen
- Owner: Kalissaac
- License: mit
- Created: 2021-12-23T02:16:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T23:58:24.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:09:25.099Z (5 months ago)
- Topics: macos, matrix, swiftui
- Language: Swift
- Homepage:
- Size: 633 KB
- Stars: 68
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eigen
Matrix client for macOS. 100% native, no Electron bloat.
## 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!