peerllm-host-cli
v2.4.0
Published
Command-line PeerLLM host: serve decentralized AI compute from a headless machine.
Maintainers
Readme
peerllm-host-cli
Command-line PeerLLM host. Serve decentralized AI compute from a headless machine — same protocol and economics as the desktop app, no GUI required.
Status: pre-release. See
SPEC.mdfor the full implementation plan andRELEASING.mdfor the release process.
Install
npm i -g peerllm-host-cliSupported on Windows 10/11, macOS 13+, Debian 12+, Arch (current). Node ≥ 20.
Quickstart
peerllm-host setup # interactive: login + agreement + host + subscription
peerllm-host start # serves traffic in the foreground
peerllm-host status
peerllm-host stopFor headless servers:
peerllm-host setup \
--email [email protected] \
--password-stdin \
--accept-agreement \
--host-create \
--yes < /run/secrets/peerllm_password
peerllm-host service install # systemd / launchd / Scheduled Task
peerllm-host start --detachSee peerllm-host help and peerllm-host help <command> for the full
command reference.
Verify your install
peerllm-host doctor # ✓/⚠/✗ for every preflight checkRepo layout
src/
cli/ control CLI (peerllm-host)
daemon/ long-running daemon (peerllm-hostd)
core/ framework-agnostic business logic (auth, orchestrator,
LLM runner, subscription, config, paths, …)
shared/ types shared between CLI + daemon
templates/ systemd / launchd / Windows service templates
scripts/ cross-platform smoke-test scripts
.github/ CI + publish workflows
SPEC.md product spec + release plan
RELEASING.md how to cut a releaseLicense
Proprietary — see LICENSE for the full End User License Agreement. All rights reserved. BestBytes AI LLC.
