Skip to main content

Installation

Install MutagenT tools for your development environment.

TypeScript SDK

The recommended way to interact with MutagenT programmatically.
bun add @mutagent/sdk

Verify Installation

import { Mutagent } from '@mutagent/sdk';

// SDK is ready to use
console.log('MutagenT SDK installed successfully');

CLI

The CLI is the primary developer interface for MutagenT.
bun add -g @mutagent/cli

Verify CLI

mutagent --version
mutagent auth login
See CLI Documentation for full details.

System Requirements

RequirementVersion
Node.js18.0+
Bun1.0+
TypeScript5.0+ (recommended)