flowlayer
// Installation v1.0.0

Download

Choose what to install — the server runtime or the official TUI client.

Verify your installation

Post-install, verify both binaries and keep the split clear: Server = runs with config. TUI = connects with addr + token. The token is printed by the server at startup.

terminal

# Verify the server

flowlayer-server --version

# Verify the TUI client

flowlayer-client-tui --version

dns

Server = runs with config

Reads flowlayer.jsonc, starts services, and exposes the Session API. Start with flowlayer-server -s 127.0.0.1:6999 -c flowlayer.jsonc.

terminal

TUI = direct or config mode

Use Direct mode with -addr and -token, or Config mode with -config flowlayer.jsonc (reads session.addr and session.token). Start with flowlayer-client-tui -addr 127.0.0.1:6999 -token <token> or flowlayer-client-tui -config flowlayer.jsonc.

key

Where is the token?

The token is printed by the server at startup: [flowlayer] boot: session token: fl_xxxxx. Copy that value from the server log and pass it to the TUI with -token.