Installation

This guide covers installing the Forte Platforms CLI and setting up your development environment.

Prerequisites

  • Node.js 18+ or Python 3.9+
  • A Forte Platforms account
  • Git installed on your machine

Install the CLI

The CLI is available via npm, pip, or as a standalone binary.

npm install -g @forte/cli

Option 2: pip

pip install forte-cli

Option 3: Standalone Binary

Download the latest release from GitHub Releases.

Verify Installation

forte --version

Authenticate

Log in to your Forte account:

forte login

This will open a browser window for authentication.

Next Steps