Skip to content

Terminal Workspace v0.1.1

Choose a tag to compare

@EvanAI0331 EvanAI0331 released this 28 May 08:43
· 22 commits to main since this release

Terminal Workspace v0.1.1

This release sharpens Terminal Workspace for open-source discovery and safer long-running desktop use.

Highlights

  • Inactive terminal panes are lightweight placeholders.
  • xterm instances are created only for running terminals.
  • PTY creation now requires explicit user action.
  • Terminal transcripts are kept as tail-only in-memory state and are not persisted.
  • README now clearly positions the project as a cross-project local-development terminal workspace.
  • Added contribution guide, issue templates, PR template, release checklist, growth plan, and promotion kit.

Why it matters

Terminal Workspace is for developers who run many local shells across multiple repos: frontend, backend, workers, tunnels, logs, scripts, and project probes. It is not a shell replacement; it is a workspace around the many shells you already run.

Install

npm install
npm run dev

Known limits

  • Source-first release; packaged macOS builds are still planned.
  • macOS requires Xcode Command Line Tools for node-pty rebuilds.