@agentistics/agentop
v2.60.2
Published
agentop CLI — npm install for the same native binary distributed via install.sh (Linux x86_64 only)
Maintainers
Readme
@agentistics/agentop
npm install for the agentop CLI — the same native binary published on
GitHub Releases and
installed by the project's curl | bash script. This package is only an
additional install channel; it downloads and runs the identical binary,
never a JS reimplementation.
Install
npm i -g @agentistics/agentoppostinstall downloads the agentop binary matching this package's own
version from the corresponding GitHub Release and makes it executable.
Supported platforms
Linux x86_64 only, same as the current GitHub Release. Installing on any
other platform fails during postinstall with a clear error instead of
leaving a broken binary in place.
Usage
agentop server # web dashboard + daemon
agentop tui # terminal TUI
agentop watch # daemon onlySee the main README for full CLI documentation.
Alternative install
curl -fsSL https://agentop.openvibes.tech/cli | bashBoth methods install the exact same binary.
