Skip to content

0.2.5

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:36
6f162b9

Release Notes

  • Keep Claude background agents and processes in the same running turn across follow-up work, and prevent premature or duplicate completion notifications.
  • Keep agent images in chronological work order until the turn completes. Show generated images with the final response and inspection screenshots inside their tool results.
  • Open image previews from composer attachments and sent messages, with focus restored after closing.
  • Preserve Shift+Enter newlines in sent messages.
  • Refine the environment picker with aligned rows, clearer status, and a new-window action beside each environment that leaves the current window unchanged.
  • Reuse release build caches from main, cross-compile Intel Mac builds on faster ARM runners, and avoid duplicate artifact uploads.

Desktop app

Platform Download
Apple Silicon Mac DMG
Intel Mac DMG
Windows x64 Installer
Linux x64 AppImage

Linux users can also download the Debian package.

Install kybern 0.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Tresnanda/kybern/releases/download/v0.2.5/kybern-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Tresnanda/kybern/releases/download/v0.2.5/kybern-installer.ps1 | iex"

Download kybern 0.2.5

File Platform Checksum
kybern-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kybern-x86_64-apple-darwin.tar.xz Intel macOS checksum
kybern-x86_64-pc-windows-msvc.zip x64 Windows checksum
kybern-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
kybern-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum