ACC 1.0.0

Getting Started

Move from a versioned ACC release to a verified local CLI through the repository-provided installer flow.

Introduction

ACC is an infrastructure intelligence platform for governed, recoverable, and auditable operational execution. Begin with a release whose package and integrity evidence can be reviewed together.

Requirements

Use an environment with Bash, Git, and Python 3 available. Before installation, review the selected release package, manifest, checksum, and release notes.

Installation flow

Obtain the versioned release from an approved project source, verify its SHA-256 evidence, extract it, and run the installer from the release root. The installer validates the environment, initializes ACC, installs the CLI, and validates the result.

./install.sh

First command

Confirm that the installed CLI resolves and reports the expected ACC version.

acc version

Verification

Run the platform status overview, then use the diagnostic command to surface installation or runtime issues before operational use.

acc status
acc doctor

Next steps

Return to the documentation gateway to follow published guidance and track the planned CLI, runtime, architecture, security, and release domains.

View Documentation