Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Environment Variables

Environment variables recognized by the Akshi runtime and installer. Variables take precedence over runtime.toml values where applicable.

Runtime variables

VariableDefaultDescription
AKSHI_HOME_DIR~/.akshiRoot directory for Akshi state, keys, and data
AKSHI_POLICY_RULEPACK_FILEPath to a custom policy rule-pack file
AKSHI_MUTATION_KILL_SWITCHfalseSet to true to globally disable all mutating operations
AKSHI_GOVERNANCE_APPROVAL_EVIDENCEPath to pre-approved evidence file (CI use)
AKSHI_GOVERNANCE_POLICY_FILEPath to an external governance policy file
AKSHI_LOG_LEVELinfoOverride telemetry.log_level
AKSHI_LOG_FORMATprettyOverride telemetry.log_format
AKSHI_DASHBOARD_TOKENOverride dashboard.token
AKSHI_DASHBOARD_PORT3210Override dashboard.port
AKSHI_DATA_DIR./dataOverride runtime.data_dir
AKSHI_FUEL_LIMIT1000000Override runtime.fuel_limit

Installer variables

These variables configure the behavior of the curl | sh installer script.

VariableDefaultDescription
AKSHI_REPOAkshiSystems/akshiGitHub repository for release downloads
AKSHI_INSTALL_DIR~/.akshi/binDirectory to install the akshi binary
AKSHI_VERSIONlatestSpecific version to install (e.g., 0.2.1)
AKSHI_ALLOW_DOWNGRADEfalseAllow installing an older version over a newer one
AKSHI_DOWNLOAD_RETRIES3Number of download retry attempts
AKSHI_DOWNLOAD_TIMEOUT60Download timeout in seconds
AKSHI_NO_MODIFY_PATHfalseSkip adding install directory to PATH
AKSHI_CHECKSUM_VERIFYtrueVerify SHA-256 checksums after download