Skip to main content

System Requirements

Node.js

Version 18.0.0 or higher required

Operating System

macOS, Linux, or Windows with WSL

Installation Methods

Run Without Installation

Use pnpx or bunx to run AgentUse without installing:

Development Setup

Clone and build from source:

Authentication Setup

AgentUse supports multiple AI providers. Authenticate using the interactive login:

Model Configuration

See the complete authentication guide for OAuth setup, API keys, environment variables, and security best practices.

Verify Installation

Check that everything is working:
1

Check Version

2

Check Authentication

3

Run Test Agent

Docker

AgentUse provides an official Docker image with Node.js, Python, and common utilities pre-installed.

Self-Hosting

Run AgentUse in Docker for local development or production deployment.

Troubleshooting

If agentuse command is not found after installation:
  1. Check your PATH:
  1. Find where pnpm installs global packages:
  1. Add to PATH if needed:
Check your Node.js version:
If below v18, update Node.js: