Skip to content

v1.0.1

Latest

Choose a tag to compare

@J-x-Z J-x-Z released this 23 Jun 18:02
· 1 commit to main since this release

v1.0.1

Maintenance release focused on macOS launch reliability and early local container runtime support.

Changed

  • Fixed GUI-launched Cocoa-Way builds failing to locate waypipe when macOS provides a limited PATH.
  • Bundled required macOS runtime dynamic libraries in app release packaging so distributed builds are less dependent on local Homebrew paths.
  • Added local container-backed app launching support for Apple Container, Docker, and OrbStack.
  • Separated container sessions from classic SSH/local connections so local Linux GUI sessions can evolve as a first-class Container Mode path.
  • Merged the waypipe path resolution fix from PR #17 and kept the follow-up changes focused on runtime reliability.
  • Fix macOS dylib bundling on system bash Issues #15 「 」

Notes

  • This release does not include attached binary packages.
  • Apple Container support still uses waypipe internally for now.
  • Container sessions require a running container runtime and an image that includes waypipe plus the GUI app or desktop command you want to launch.

Progress

Cocoa-Way is actively adapting Apple's official Container runtime as a first-class local GUI target. The current work is separating Container Mode from classic SSH/local connections so Apple Container can grow into a dedicated, native-feeling workflow rather than a translated connection type.