Skip to content

v1.0.2

Choose a tag to compare

@openwong2kim openwong2kim released this 21 Mar 01:21
· 542 commits to main since this release

What's Changed

  • Fix Electron entry point (was pointing to MCP server instead of app)
  • Restore Electron app dependencies for development
  • Add GitHub Actions workflow for auto npm publish on tag push
  • Add postinstall script to fix node-pty build on Windows

Install

npm install -g @wong2kim/wmux

Or build from source:

git clone https://github.com/openwong2kim/wmux.git
cd wmux
npm install
npm start