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
waypipewhen macOS provides a limitedPATH. - 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
waypipeinternally for now. - Container sessions require a running container runtime and an image that includes
waypipeplus 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.