Production pairing uses the Cloud API at https://api.allternit.com. The data-plane binary is Allternit API (allternit-api on loopback :8013), not a public allternit-runtime on port 8080. Fleet and provisioned instances pull https://api.allternit.com/releases/allternit-api/latest/linux-x86_64.tar.gz. See BYOC Overview.

Quick Install

The fastest way to install the Allternit runtime:

Manual Installation

1. Download the Binary

Only the Linux x86_64 tarball is published today; other architectures are not available yet — build the binary from source until they are.

2. Make Executable

3. Verify Installation

Docker (Optional)

If you prefer Docker:

Systemd Service (Linux)

Create a systemd service for automatic startup:

macOS LaunchDaemon

For macOS, create a LaunchDaemon:

Verification

Check that the runtime is running:
Expected response:

Troubleshooting

Change the port in runtime.yaml:
Ensure the binary is executable:
Use a higher port or run with sudo (not recommended for production).

Next Steps

Now that the runtime is installed, configure it for your environment.