Skip to content

TUI

Use the terminal user interface when you want a compact session.

The TUI is the terminal-native NextOS interface. It is useful when you are already working in a shell, pairing inside a terminal, or running on a remote machine.

Start

Terminal window
cd /path/to/project
nextos

Type a prompt and press Enter. Use @ to reference files and / to open command actions.

Core slash commands

CommandUse
/initCreate or refresh project instructions.
/helpOpen command help.
/sessionsResume or switch sessions.
/shareCreate a share link for a session.
/undo / /redoMove through agent-applied changes when supported.
/modelsChange model.
/providersConnect providers.
/mcpToggle MCP tools.
/themesChange terminal theme.

Shell output in context

Start a message with ! to run a command and feed the output into the session:

!bun test --timeout 30000

Use this for small checks. Long-running or risky shell work should still be reviewed through permissions.