Files
bare-operating-system/packages/bare-os-coreutils/man/pages/appstore.json
T
2026-05-27 00:00:13 +00:00

21 lines
979 B
JSON

{
"name": "appstore",
"section": 1,
"title": "appstore",
"synopsis": [
"appstore list | info NAME | install NAME pear://LINK --yes",
"appstore launch NAME | update NAME | uninstall NAME",
"appstore setup | search [query] | services [NAME]"
],
"description": "P2P App Store client for Bare OS. Installs packages from pear:// links by copying the release Hyperdrive tree into ~/.appstore/packages/ (or /mnt/appstore when the appstore HDMS drive is mounted). install uses lib/appstore-pear.js: prefers a local HDMS mount with the same key, otherwise opens an ephemeral readonly HDMS mount and mirrors files over VFS. launch runs the materialized entry script (package.json main, usually sources/index.js) in the guest shell via ctx.console. Requires login for remote pear:// fetch. See docs/guides/guest-pear-and-appstore-workflow.md.",
"options": [],
"keywords": [
"appstore",
"bare-os",
"coreutils",
"pear",
"p2p",
"hdms"
]
}