Skip to content

Installation

  • Node.js >= 20.0.0
Terminal window
npm install bettertui@latest

BetterTUI works out of the box. Optional configuration in bettertui.config.ts:

import { defineConfig } from '@bettertui/core';
export default defineConfig({
theme: 'default',
renderer: {
fps: 60,
dirtyRectDiffing: true,
},
});