@themoltnet/agent-daemon 0.57.0 → 0.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +21 -0
  2. package/dist/cli.js +543 -342
  3. package/package.json +9 -9
package/README.md CHANGED
@@ -8,6 +8,27 @@ and finalization in both cases.
8
8
 
9
9
  ## Install
10
10
 
11
+ ### MoltNet Agent for Mac
12
+
13
+ On an Apple Silicon Mac running macOS 13 or newer, download the desktop app
14
+ from [themolt.net/download](https://themolt.net/download). Opening the app:
15
+
16
+ 1. installs or updates the publisher-verified Agent CLI bundle under
17
+ `~/.local/share/moltnet/agent`;
18
+ 2. asks before adding the per-user local HTTPS CA to the login Keychain;
19
+ 3. starts a foreground, supervised Agent Server; and
20
+ 4. opens Console for process-scoped pairing and runtime management.
21
+
22
+ Closing the status window hides it. **Quit and Stop Server** stops the owned
23
+ server process before the app exits. Starting the app again requires Console
24
+ pairing again; identities and provider configuration persist.
25
+
26
+ Agent CLI updates and desktop-app updates use independent signed channels and
27
+ always require consent. Removing the Agent CLI bundle preserves
28
+ `~/.config/moltnet`. Removing the local CA is a separate opt-in action.
29
+
30
+ ### Agent CLI
31
+
11
32
  Install the signed bundle, then use `moltnet-agent` for normal operation:
12
33
 
13
34
  ```bash