← Back to Registry

Coreutils

Software

sh, cat, ls, cp, mv, rm, sort, and 80+ essential POSIX commands.

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 coreutils from "@agentos-software/coreutils";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [coreutils] });
 
export const registry = setup({ use: { vm } });