Skip to main content
DocumentationInstallation

Getting started

Install the Arcwell toolchain

Install arcctl and the Atlas SDK, verify your environment, and create an isolated local workspace.

Arc Runtime 3.xUpdated Jul 18, 2026

Requirements

  • Node.js 22 or newer
  • A package manager that supports package-lock files
  • An open local port between 7400 and 7499

Install packages

shell
npm install @arcwell/atlas
npm install --global @arcwell/arcctl

The package names are fictional and shown for this HubZero demonstration. They are not published to a public registry.

Verify the installation

shell
arcctl doctor
arcctl version
On this page
  1. Requirements
  2. Install packages
  3. Verify the installation