Skip to content

Plugin PTY

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Plugin PTY Plugin

Pseudo-terminal bridge for ClawDE AI sessions. Free — MIT licensed.

Install

nself plugin install plugin-pty

No license key required.

Description

Pseudo-terminal bridge for ClawDE AI sessions. Spawns, manages, and relays PTY processes with per-tenant resource limits and WebSocket I/O.

Category: development. Current version: 1.0.0.

Configuration

Env Var Default Description
NSELF_DB_URL (required) PostgreSQL connection string
NSELF_LICENSE_KEY (required) nSelf license key
PTY_MAX_PER_TENANT 5 Max concurrent PTY sessions per tenant
PTY_SESSION_TIMEOUT_SECS 3600 PTY session idle timeout in seconds
PTY_PORT 9100 HTTP server port

Ports

Port Purpose
9100 Plugin PTY service port

Database Schema

2 table(s) added to your Postgres database:

  • np_pty_sessions
  • np_pty_audit_log

Examples

nself plugin install plugin-pty

Source

plugins/plugin-pty/

Manifest: plugins/plugin-pty/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally