You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# mac-registration-provider
2
-
A small service that generates iMessage registration data on a Mac.
2
+
A small service that generates iMessage registration data on a Mac. If you do not have access to Beeper Cloud, you can use this to generate a iMessage Registration Code and use it in Beeper Mini.
3
3
4
-
## Supported OS versions
4
+
## Supported MacOS versions
5
5
The tool is currently quite hacky, so it only works on specific versions of macOS.
6
6
7
7
* Intel: 11.5 - 11.7, 14.0 - 14.3
@@ -11,7 +11,17 @@ On unsupported versions, it will tell you that it's unsupported and exit.
11
11
A future version may work in less hacky ways to support more OS versions.
12
12
13
13
## Usage
14
-
Put the binary on a Mac and run it (`./mac-registration-provider`), optionally with some parameters:
14
+
1. On your Mac, download the latest `mac-registration-provider` file from the latest [release](https://github.com/beeper/mac-registration-provider/releases)
15
+

16
+
2. Open Terminal app (⌘+space -> Terminal), type `cd Downloads`, hit enter
17
+
3. type `chmod +x mac-registration-provider`, hit enter
18
+
4. Type `./mac-registration-provider`, hit enter
19
+
20
+
21
+
## Future improvements
22
+
If anyone wants to package this into an app that lives in your dock and runs at startup, we'd appreciate it!
23
+
24
+
## Optional parameters:
15
25
16
26
* Relay (default) - connect to a websocket and return registration data when the server requests it.
17
27
*`-relay-server` Use a different relay server (defaults to `https://registration-relay.beeper.com`).
0 commit comments