← Back to Registry

Common

Software

Meta-package: coreutils + sed + grep + gawk + findutils + diffutils + tar + gzip.

Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import common from "@agentos-software/common";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [common] });
 
export const registry = setup({ use: { vm } });