@mininglamp-oss/octo-daemon
v0.0.3
Published
Local agent runtime reporter for the OCTO platform — detects installed AI agent CLIs (Claude Code, Codex, OpenClaw, Hermes) and reports status. This package resolves the prebuilt Go binary from the matching platform sub-package; no postinstall download.
Downloads
265
Maintainers
Readme
@mininglamp-oss/octo-daemon
Local agent runtime reporter for the OCTO platform. Detects installed AI agent CLIs (Claude Code, Codex, OpenClaw, Hermes) and reports their status to your OCTO server.
Install
npm install -g @mininglamp-oss/octo-daemonThe matching prebuilt Go binary ships inside a platform sub-package (@mininglamp-oss/octo-daemon-<os>-<cpu>) selected automatically by npm — there is no postinstall download, so registry mirrors work transparently.
Use
In OCTO, send /daemon to BotFather to receive your API key, then:
octo-daemon start --api-key "uk_xxx" --api-url "http://your-server:8090"
octo-daemon service install # recommended: register as launchd / systemd --user service
octo-daemon statusFull documentation: https://github.com/Mininglamp-OSS/octo-daemon-cli
Supported platforms
darwin / linux on x64 and arm64. Other platforms (including Windows): build from source with make build.
License
Apache-2.0
