Skip to main content

teale up

Start the Teale node and join the inference network.

Synopsis

teale up [options]

Description

Starts the Teale node, loads a model, and begins accepting inference requests from local clients and network peers. This is the primary way to start Teale with the full GUI experience (menu bar app on macOS).

If no model is specified, Teale automatically selects the best model for your hardware.

Options

OptionTypeDefaultDescription
--portinteger11435HTTP server port
--modelstringautoOverride the auto-selected model
--maximize-earningsflagEnable keep-awake, auto-manage models, and allocate more storage
--setupflagRe-run the first-time setup wizard

Examples

Start with defaults

teale up

Start on a custom port

teale up --port 8080

Start with a specific model

teale up --model llama-3.1-8b-q4

Start in maximize-earnings mode

teale up --maximize-earnings

Re-run initial setup

teale up --setup