Skip to main content
Operating System

Software

Install software packages and configure the commands available inside agentOS.

agentOS ships with a common set of POSIX utilities (coreutils, sed, grep, gawk, findutils, diffutils, tar, gzip) out of the box. The software option installs additional packages, each providing one or more CLI commands.

Install

npm install @rivet-dev/agentos @agentos-software/pi

Add packages like @agentos-software/ripgrep or @agentos-software/jq for anything beyond the default utilities. Browse the full catalog on the Registry.

Usage

Import the software packages you want, list them in the software array on the actor, then run commands through the client handle.

Available Packages

Browse all available software packages on the Registry.

Custom Software

Package your own agents, command packages, and WASM commands. See Software Definition to define a package, and Building Binaries to compile WASM commands from source in the secure-exec registry.