@agimon-ai/doompi-runner-rmux-linux-arm64 0.0.1-alpha.21 → 0.0.1-alpha.22
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.
- package/README.md +7 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
# @agimon-ai/doompi-runner-rmux-linux-arm64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Prebuilt RMUX runtime for ARM64 Linux (`linux-arm64`).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
[`@agimon-ai/doompi-runner`](https://www.npmjs.com/package/@agimon-ai/doompi-runner) to
|
|
7
|
-
supervise background processes.
|
|
5
|
+
> **Alpha:** native artifact for the current DoomPi alpha release line.
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
and npm chooses the one matching the current OS and CPU. On another platform, this package
|
|
11
|
-
is supposed to be skipped.
|
|
7
|
+
[`@agimon-ai/doompi-runner`](https://www.npmjs.com/package/@agimon-ai/doompi-runner) declares this package as an optional dependency. npm selects the package that matches the host OS and CPU, so install Runner rather than installing this artifact directly.
|
|
12
8
|
|
|
13
|
-
|
|
9
|
+
The package contains the native executable used for process supervision. It exposes package metadata only and has no JavaScript API. Native Linux ABI compatibility still depends on the host libc and system environment; a matching CPU alone is not sufficient. Runner also expects `/bin/bash`.
|
|
10
|
+
|
|
11
|
+
Part of the composable [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
|
|
14
12
|
|
|
15
13
|
## License
|
|
16
14
|
|
|
17
|
-
MIT
|
|
15
|
+
MIT OR Apache-2.0
|