MacOS
Install the Edge flavor of the 10x Engine via Homebrew. The formula includes the native binary, pipeline modules, configuration files, and pre-compiled symbol libraries.
Install
The tenx command is available immediately — no additional setup required.
What's included
The formula installs:
| Component | Location |
|---|---|
tenx-edge native binary |
$(brew --prefix)/libexec/tenx-edge |
tenx CLI wrapper |
$(brew --prefix)/bin/tenx |
| Pipeline modules | $(brew --prefix)/lib/tenx/modules |
| Configuration files | $(brew --prefix)/etc/tenx/config |
| Symbol libraries | $(brew --prefix)/etc/tenx/symbols |
Configuration
The tenx wrapper sets default paths automatically. To override, set these environment variables:
| Variable | Default | Description |
|---|---|---|
TENX_CONFIG |
$(brew --prefix)/etc/tenx/config |
Path to configuration directory |
TENX_SYMBOLS_PATH |
$(brew --prefix)/etc/tenx/symbols |
Path to symbol libraries |
TENX_MODULES |
$(brew --prefix)/lib/tenx/modules |
Path to pipeline modules |
See path configuration for details.
Cloud flavor
To install the Cloud flavor (required for symbol library compilation and cloud applications):