Skip to main content

teale serve

Start a headless Teale daemon with no GUI.

Synopsis

teale serve [options]

Description

Starts the Teale node as a headless daemon, suitable for servers, VMs, or background operation. The node runs without any graphical interface and is controlled entirely via the HTTP API or CLI commands.

Options

OptionTypeDefaultDescription
--portinteger11435HTTP server port
--modelstringautoModel to auto-load on startup
--clusterflagEnable LAN cluster discovery
--wanflagEnable WAN peer-to-peer networking

Examples

Start headless daemon

teale serve

Start with LAN clustering and WAN enabled

teale serve --cluster --wan

Start with a specific model on a custom port

teale serve --port 9000 --model llama-3.1-8b-q4