terax-ai
v0.6.6
Published
AI-native terminal emulator
Readme
Terax ai npm
This package provides a cross-platform Node.js wrapper for the terax binary.
Installation
Install globally via npm:
npm install -g terax-aiTo update to the latest version:
npm update -g terax-aiUsage
Launch the terminal from your command line:
teraxRequirements (Linux)
If you are on Linux, ensure the following dependencies are installed for the GUI to render correctly:
- WebkitGTK 4.1 (
libwebkit2gtk-4.1-0) - OpenSSL (
libssl) - libsecret (
libsecret-1-0)
Wayland Note
On Wayland sessions, this wrapper automatically sets WEBKIT_DISABLE_DMABUF_RENDERER=1 to prevent rendering artifacts common with GPU acceleration in WebKit.
Credits
This is a build-sync repository.
- Upstream Source: crynta/terax-ai
- License: Apache-2.0
