Skip to content

Install the CLI

CLI

The CLI is a single binary. Install it with one command for your platform.

Terminal window
curl -fsSL https://archcore.ai/install.sh | bash

The install scripts accept three environment variables (same on Unix and Windows):

VariableDefault (Unix)Default (Windows)Purpose
ARCHCORE_VERSIONlatestlatestPin to a specific release tag (e.g. v1.0.0).
ARCHCORE_INSTALL_DIR~/.local/bin%LOCALAPPDATA%\Programs\archcoreOverride the install directory.
GITHUB_TOKENAuthenticate API and download requests (private repos, rate limits).
Terminal window
ARCHCORE_VERSION=v1.0.0 ARCHCORE_INSTALL_DIR=/usr/local/bin \
curl -fsSL https://archcore.ai/install.sh | bash
Terminal window
archcore --version

You should see a version string. If the binary isn’t on your PATH, see troubleshooting.

Terminal window
archcore update

This queries the GitHub release feed, downloads the binary for your OS and architecture, verifies the checksum, and updates in place.

  • Quick start — initialize a project and create your first document.
  • Commands — the full command reference.