Skip to content

Container GUI 1.2.0

Choose a tag to compare

@Bramgus12 Bramgus12 released this 19 Aug 18:38
· 25 commits to main since this release
bea0f68
curl -fsSL https://raw.githubusercontent.com/Bramgus12/container-gui/main/scripts/install.sh | bash

Container GUI 1.2.0 adds complete volume and image-building workflows, built-in update checks, and a redesigned interface with richer live container details.

Changes

  • Adds volume listing, search, inspection, creation, deletion, confirmed pruning, and named-volume mounts for new containers across Apple Container 0.12 and 1.x.
  • Adds a guided image builder with build arguments, labels, targets, platforms, cache controls, resource limits, pull behavior, and output options.
  • Adds a verified one-command installer and in-app update checks with release notes, skipped-version support, and a copyable upgrade command.
  • Introduces a consistent light and dark design system, sortable resource tables, live sidebar activity, and clearer status and usage displays.
  • Improves container and image inspectors, live statistics, build/run dialogs, and log filtering and layout.
  • Fixes live logs failing to remain connected and system disk usage decoding as zero with current Apple Container output.
  • Fixes valid build, volume, and mount values being rejected in optimized SDK 27 builds.

Compatibility and validation

  • macOS 26 or later on Apple-silicon Macs.
  • Apple Container CLI 0.12.0 or later and earlier than 2.0.0.
  • Release commit: bea0f68.
  • Validated on Apple silicon with macOS 27.0 (build 26A5416b) and Apple Container CLI 1.2.2 on 19 August 2026. Compatibility fixtures also cover the 0.12.0 and 1.x JSON formats used by the app.
  • Apple Container 1.2.2 command reference.

Download verification

Container-GUI.dmg SHA-256:

d3d60f048cc549fa10366c2c90bed0547c7f5c7977a99a8ea175d6f10eb6872a

The DMG is ad-hoc signed and is not notarized by Apple. The installer verifies the GitHub-published checksum and the app's code signature before installing it.

Upgrade and rollback

Re-run the install command above to upgrade in place. To roll back to 1.1.0:

curl -fsSL https://raw.githubusercontent.com/Bramgus12/container-gui/main/scripts/install.sh | bash -s -- --version v1.1.0

Known limitations

The app does not yet manage registry authentication, build secrets or SSH forwarding, interactive terminals, import/export, DNS or kernel settings, image/container pruning, or remote hosts.

Full changelog