Installation

  • Download the latest binary:

    Linux (x86_64):

    curl -L -o agents-sandbox https://github.com/inoio/agents-sandbox/releases/latest/download/agents-sandbox-linux-amd64
    

    macOS (Apple Silicon):

    curl -L -o agents-sandbox https://github.com/inoio/agents-sandbox/releases/latest/download/agents-sandbox-darwin-arm64
    

    Linux (arm64):

    curl -L -o agents-sandbox https://github.com/inoio/agents-sandbox/releases/latest/download/agents-sandbox-linux-arm64
    
  • Install:

    chmod u+x agents-sandbox
    mv agents-sandbox ~/.local/bin # or any other directory in your PATH 
    

Docs built from release main