Terminal Workspace v0.1.2
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:macusing Electron Builder. - Added a macOS arm64 zip release asset.
- Added a compact README demo GIF.
- Moved Electron into
devDependenciesfor 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 devPackage locally:
npm run pack:mac