Terminal
Terminal packages
Everything in the terminal repo — the @sigx/terminal umbrella, the cell renderer, the headless terminal-zero foundation, the SigX-tui component skin, the HMR dev runner and the standalone @sigx/args parser. Published in lockstep; each one carries its own docs.
▸Preview
Terminal
@sigx/terminal
The package you install — re-exports the renderer, the headless foundation and the themed components under one @sigx/terminal entry.
v0.6.2Open
⊞Preview
Runtime Terminal
@sigx/runtime-terminal
Walks your component tree into ANSI lines and paints them — render modes, layered key dispatch, color-depth detection, output targets and reactive terminal size. The host platform for @sigx/runtime-core.
v0.6.2Open
○Preview
Terminal Zero
@sigx/terminal-zero
The design-system-neutral half: the token contract, the theme engine, shared glyphs, layout primitives and the prompts engine. No fixed look — skins build on it.
v0.6.2Open
❖Preview
Terminal UI
@sigx/terminal-ui
The SigX-tui skin: forms, feedback, navigation, layout, data, fx and tasks components, plus five built-in themes (default obsidian). Built entirely on terminal-zero tokens.
v0.6.2Open
⟳Preview
Terminal Dev
@sigx/terminal-dev
sigx-terminal-dev <entry> runs your TUI under an in-process Vite dev server — edit a component, the running app patches in place. Install as a devDependency; not part of the umbrella.
v0.6.2Open
›Stable
Args
@sigx/args
A fluent, type-aware command & argument parser where the builders you chain drive your handler types. Zero runtime dependencies, fully standalone — the engine behind @sigx/cli.
v0.6.2Open
