Skip to content

Terminal Workspace v0.1.2

Choose a tag to compare

@EvanAI0331 EvanAI0331 released this 28 May 09:00
· 21 commits to main since this release

Terminal Workspace v0.1.2

This release adds the first downloadable macOS arm64 zip and a short README demo GIF, making the project easier to try and share.

Highlights

  • Added npm run pack:mac using Electron Builder.
  • Added a macOS arm64 zip release asset.
  • Added a compact README demo GIF.
  • Moved Electron into devDependencies for proper Electron Builder packaging.
  • Kept PTY startup explicit: terminals create real PTYs only after user action.
  • Inactive terminals remain lightweight placeholders.

Download

Download Terminal Workspace-0.1.2-arm64.zip from the release assets below.

macOS note

This build is ad-hoc signed and not notarized yet. macOS may require approving the app in System Settings -> Privacy & Security after first launch.

Build from source

npm install
npm run dev

Package locally:

npm run pack:mac