Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixlwave/watch-the-matrix
A watchOS client for Matrix chat
https://github.com/pixlwave/watch-the-matrix
matrix swiftui watchos
Last synced: 4 days ago
JSON representation
A watchOS client for Matrix chat
- Host: GitHub
- URL: https://github.com/pixlwave/watch-the-matrix
- Owner: pixlwave
- License: mpl-2.0
- Created: 2021-02-25T19:58:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T10:22:16.000Z (28 days ago)
- Last Synced: 2024-12-17T21:07:58.694Z (12 days ago)
- Topics: matrix, swiftui, watchos
- Language: Swift
- Homepage:
- Size: 873 KB
- Stars: 75
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watch The Matrix
A watchOS client for [Matrix](https://www.matrix.org) built on top of [pixlwave/Matrix](https://github.com/pixlwave/Matrix).
View rooms and send messages & reactions on Apple Watch. Targets watchOS 10.
Join the discussion and get the TestFlight at [#watchthe:matrix.org](https://matrix.to/#/#watchthe:matrix.org).
## Instructions
On the sign in screen, enter your username in it's complete form such as @user:server.org and your homeserver should be discovered automatically. If not, a field will appear for you to enter it manually (ensure to include https:// at the start). If you're signing in to the matrix.org homeserver, you can alternatively just enter the first part of your username.
## Building
All dependencies are handled by Xcode as Swift packages. To build Watch The Matrix, simply open the Xcode project and click run.
```
git clone https://github.com/pixlwave/Watch-The-Matrix
cd Watch-The-Matrix
xed .
```