Install Aurum

Aurum has not reached public release. The public installer entry point is reserved now so that the installation command can remain stable when packages become available.

Installer stub

The planned public installation command is:

curl -fsSL https://download.autech.pro/aurum/install.sh | bash

Warning

This URL is a placeholder until the first public release. Do not depend on it for production installation until an Aurum release announcement marks the endpoint as available.

Release contract

Public packages are planned for Linux on x86_64 and aarch64. A full release package will install:

  • the aurum CLI;

  • the aurumd runtime daemon;

  • C++23 SDK headers and libraries;

  • the Aurum CMake package;

  • released venue packages.

The user installation prefix will default to ~/.local. Managed installations may use a different prefix.

Verify the installation

After the public endpoint becomes available or your organization supplies an authorized preview build, verify the installation with:

aurum version
aurum info

If the shell cannot find aurum, add the install prefix’s bin directory to PATH and open a new shell.

Strategy toolchain

Strategy projects compile as C++23. Use the compiler and CMake toolchain approved for your Aurum release. aurum compile and aurum run invoke that toolchain for the project; users do not build the Aurum product itself.

Managed environments

A managed Forge workspace or authorized preview environment may already provide the compatible CLI, SDK, and toolchain. Verify it with aurum version and continue to Quickstart.

Next step

Create and run a project with Quickstart.