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
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.
  • archcore init — a deep dive into what initialization does.
  • Commands — the full command reference.