Skip to main content
The fastest way to install Tell is the one-liner in the Quickstart. This page covers building from source and custom feature profiles.

Build from source

Requires Rust 1.80+ and Cargo:
This installs the tell binary with all features enabled — sources, sinks, analytics, TUI, MCP, and LLM.

Feature profiles

Build with a reduced feature set for specific deployments:
The ot-collector and ot-forwarder profiles produce smaller binaries suited for edge deployments and air-gapped networks.

Verify

With no arguments, tell opens the TUI. Use tell run to start the server in daemon mode.

Configuration lookup

Tell looks for config files in this order:
  1. --config <path> (explicit flag)
  2. configs/config.toml (current directory)
  3. config.toml (current directory)
If no config file is found, Tell starts with defaults: TCP source on port 50000 routing to stdout. See Pipeline Configuration for the full config reference.