← Back to Registry

findutils

Software

GNU find and xargs for file searching and batch execution.

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