Skip to content

Releases: melonamin/agterm-linux

agterm-linux v0.22.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:31

Upstream v0.22.0

New Features

  • session hud --position takes the nine anchors of a 3x3 grid, spelled exactly as session background spells them, so a panel can sit in a corner instead of over the text being read, and every anchor off center holds a fixed edge margin on each axis it names. The existing top and bottom aliases remain accepted and normalize on read-back, and hud update can recolor the panel's text in place. umputun#386 @umputun
  • A workspace or session row's name can be copied from the sidebar context menu. umputun#385 @skkap

Improved

  • tree reports hasSplit beside split, so a caller can distinguish a session with a hidden second pane from one with no split. agtermctl tree tags the hidden case as (split hidden). a585694 @umputun
  • A cookbook recipe lists a session directory's past Claude Code conversations in the native picker and types the selected resume command into the pane where the shortcut fired. umputun#381 @umputun
  • A cookbook recipe reopens each tab's own Kimi Code conversation after restart. umputun#391 @x9x9x9x9x9x91
  • A cookbook recipe connects Kiro CLI to the agent-status integration. umputun#383 @bitcldr
  • A cookbook recipe synchronizes the active pane's working directory to the other half of a split. umputun#388 @vladislav-yevtushenko
  • The annotate-claude-replies recipe now accepts revdiff file-level notes. umputun#387 @denysshnurenko

Bug Fixes

  • A custom command bound in keymap.conf can run a bare agtermctl or a binary found on the app's configured command path. umputun#395 @umputun
  • Selected command-palette rows are clipped to the panel's rounded corners. umputun#415 @umputun
  • Palette rows paint a hover highlight, making the row under the pointer visible before it is clicked. umputun#414 @umputun
  • Clicking a workspace row uses the same expand/collapse animation as its disclosure control. umputun#413 @umputun
  • The starter keymap.conf uses a free chord for its toggle_split example instead of colliding with the dashboard shortcut. umputun#411 @umputun
  • Literal substring matches in long paths rank above scattered matches. umputun#390 @x9x9x9x9x9x91

Source: https://github.com/umputun/agterm/releases/tag/v0.22.0

Linux

Linux adaptations

  • Add pane-scoped overlays for the left or right side of a split, including exact focus, zoom, notification, exit-result, teardown, and dashboard routing.
  • Add passive session HUDs with live updates, spinners, nine-position placement, custom colors, proportional sizing, control read-back, private temporary storage, and complete cleanup.
  • Extend the GTK dashboard with exact :left and :right pane members, pane promotion, most-recently-used population, and automatic font sizing.
  • Add Copy Name actions, animated workspace-row expansion, hover-revealed session creation, and split-divider double-click reset to the GTK sidebar and terminal deck.
  • Scale and clamp palettes, control pickers, recent and attention rows, and the Ctrl-Tab switcher with the interface font setting and the available terminal area.
  • Add native first-run guidance for Linux integrations while preserving the existing preview and confirmation flow.
  • Harden scratch, overlay, HUD, terminal-zoom, window-shutdown, custom-command, and notification paths across focus changes, pane promotion, translucent themes, and process teardown.
  • Include HUD resources and their verification in staged, installed, and packaged Linux payloads.

External contributions

Thank you to the external contributors whose work landed after linux-v0.19.0:

  • @MemberIT (Mikhail Koniakhin) reduced redundant appearance configuration reloads while preserving overlays and synchronized libghostty theme state in #11.
  • @n2tr2 added visible border, shadow, and rounded-corner clipping to the quick terminal card in #15.
  • @n2tr2 made the AT-SPI smoke harness start its own accessibility registry for reliable CI coverage in #16.
  • @n2tr2 fixed integration installation from root-owned system packages by copying resources without trying to preserve ownership in #21.
  • @n2tr2 changed the quick terminal card to track window size at 90% of the available area in #22.

GTK's libghostty GtkGLArea does not expose an AT-SPI editable-text surface, so the upstream macOS dictation integration is not available on Linux.
Text insertion remains available through agtermctl session type --stdin and the native clipboard path.
The upstream TCC, AppKit menu/window, Dock, Finder, signing, and notarization changes remain macOS-only.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.22.0.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.22.0-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.22.0-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 87a19ad1f2e426798853941f99bc9d744ef7017d

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.19.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 01:35

Upstream v0.19.0

New Features

  • a native picker any script can drive: agtermctl pick takes choices on stdin as plain lines or JSON, shows them in the same fuzzy palette the app uses, and prints back the one chosen, so a shell script can ask a question without drawing its own UI. Blocking and non-blocking forms, optional free-form answers, per-window targeting, pick result/pick cancel for the non-blocking case, and a pickPending read-back on tree umputun#316 @umputun
  • the agent skill also ships as a Claude Code and Codex plugin, installable with plugin marketplace add umputun/agterm instead of only from Help ▸ Install Agent Skill…. One directory feeds the app bundle and both plugin managers, so anyone whose agent config lives outside ~/.claude or ~/.codex gets an install their agent can actually find umputun#318 @umputun
  • OpenCode joins Claude Code, Codex and Pi in the agent-status integration. A bundled lifecycle plugin marks a session active while it works, blocked when it asks permission or hits an error, and completed when it settles, tracking child sessions so a subagent finishing does not clear a still-busy parent umputun#289 @culler127

Improved

  • a workspace in the focus set draws the grid glyph at heavy weight rather than filled, so a marked workspace keeps one identity whether marked or not and no longer reads like a flagged session 6d403ae @umputun
  • two more cookbook recipes: switching the sidebar between named groups of workspaces on one chord, and speaking agent status changes from a dedicated session umputun#307 umputun#308 @umputun
  • a cookbook recipe that picks a workspace with fzf and starts a session in it umputun#311 @skripalschikov

Bug Fixes

  • keybindings from keymap.conf did nothing on a non-English keyboard layout. Custom commands and ⌘Z undo-close matched the character the active layout produces, so on a Cyrillic layout the physical O key yields щ and a Latin-spelled cmd+o could never match. Chords now resolve per layout, binding by physical position on layouts that cannot type ASCII umputun#310 @umputun
  • a program that colors the terminal background and restores it on exit left the pane stuck on its color, because agterm honored OSC 11 to set the background but not OSC 111 to reset it umputun#312 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.19.0

Linux

Linux adaptations

  • Add the native GTK control picker with fuzzy search, keyboard and mouse selection, optional custom answers, cancellation, retained non-blocking results, and per-window routing.
  • Expand workspace focus from one workspace to a persistent marked set, with GTK row markers, context actions, a footer filter toggle, palette and keymap actions, and agtermctl workspace filter.
  • Add agtermctl keymap list, custom arrow-key chords, and layout-independent shortcut resolution for non-English keyboard layouts.
  • Add window minimize and window new --minimized, including minimized-state read-back through window list.
  • Add configurable agent-status shapes and per-call shape/color overrides across the GTK sidebar, attention picker, dashboard, and Preferences.
  • Install and maintain OpenCode's lifecycle plugin alongside the existing Claude Code, Codex, and Pi status integrations.
  • Restore the underlying theme or session background when a terminal program sends OSC 111.
  • Add the opt-in setting that shows the sidebar only in the active window, and keep a live hidden split usable when its primary pane exits.

The upstream Dock menu remains macOS-only.
Linux provides New Window through the application menu, palette, shortcut, and control API.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.19.0.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.19.0-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.19.0-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: d2f879562cceb4d8f61dfb15c670a22611e5c6d3

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.16.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 01:05

Upstream v0.16.1

Bug Fixes

  • mark a Codex session blocked when its final assistant message ends in ?, so ordinary questions stay visible as waiting for user input umputun#276 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.16.1

Linux

Linux adaptations

  • Match upstream control-event subscriptions through the Linux socket, including bounded cursor history and agtermctl events polling.
  • Add persisted per-workspace collapse and expand controls across the GTK sidebar, control API, and agtermctl.
  • Add persisted per-pane restore-command overrides and tree read-back through agtermctl session restore.
  • Support agtermctl session new --command CMD --wait, keeping completed command sessions open so their final output remains readable.
  • Render session watermarks on scratch terminals and disable click-to-move at the shell prompt, matching upstream terminal behavior.
  • Keep Codex sessions visibly blocked when their final assistant message is a question, with portable Linux hook parsing and pane routing.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.16.1.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.16.1-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.16.1-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 10a938c77a80137db6a79e2b1eaf4dc7cdc1c398

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.15.2+linux.2

Choose a tag to compare

Upstream v0.15.2

Improvements

  • a Settings ▸ Interface toggle for the per-workspace add-session + (the glyph revealed on hovering a workspace row), so it can be hidden like the other chrome elements umputun#252 @umputun
  • idle auto-follow now shows each waiting block once instead of repeatedly pulling you back to the same blocked session; a session re-arms only when it leaves blocked and blocks again umputun#251 @umputun
  • an opt-in --no-select flag on agtermctl session new that creates a session in the background without selecting or focusing it, leaving the current selection and focus in place umputun#250 @umputun

Bug Fixes

  • custom-command key chords now fire from a window that has drained to zero sessions (for example after an SSH session disconnects) instead of going dead umputun#249 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.15.2

Linux

Dashboard stability fix

  • Fixed empty Dashboard cells by mirroring each live terminal without reparenting its GTK OpenGL surface.
  • Fixed terminal rendering and keyboard input after closing Dashboard.
  • Preserved the active pane, scratch terminal, and full-overlay state across Dashboard transitions.

Users of earlier Linux v0.15.2 builds should upgrade if opening Dashboard leaves terminals blank or non-interactive.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.15.2+linux.2.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.15.2+linux.2-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.15.2+linux.2-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 97bcb8810a011c5cd5d8494a05d00e7aed35e05a

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.15.2+linux.1

Choose a tag to compare

Upstream v0.15.2

Improvements

  • a Settings ▸ Interface toggle for the per-workspace add-session + (the glyph revealed on hovering a workspace row), so it can be hidden like the other chrome elements umputun#252 @umputun
  • idle auto-follow now shows each waiting block once instead of repeatedly pulling you back to the same blocked session; a session re-arms only when it leaves blocked and blocks again umputun#251 @umputun
  • an opt-in --no-select flag on agtermctl session new that creates a session in the background without selecting or focusing it, leaving the current selection and focus in place umputun#250 @umputun

Bug Fixes

  • custom-command key chords now fire from a window that has drained to zero sessions (for example after an SSH session disconnects) instead of going dead umputun#249 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.15.2

Linux

Critical Linux hotfix

  • Fixed intermittent multi-second typing and session-switching stalls when a visible terminal produced sustained output.
  • Built the embedded libghostty engine with release optimization and prioritized synchronous input and focus operations over continuous terminal parsing.
  • Coalesced repeated terminal title and working-directory reports to avoid redundant GTK sidebar rebuilds.

Users of linux-v0.15.2 should upgrade, especially when running verbose builds or multiple coding agents.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.15.2+linux.1.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.15.2+linux.1-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.15.2+linux.1-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: c4abcbb2a158cb8720854accc19eb8617078932b

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.15.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:32

Upstream v0.15.2

Improvements

  • a Settings ▸ Interface toggle for the per-workspace add-session + (the glyph revealed on hovering a workspace row), so it can be hidden like the other chrome elements umputun#252 @umputun
  • idle auto-follow now shows each waiting block once instead of repeatedly pulling you back to the same blocked session; a session re-arms only when it leaves blocked and blocks again umputun#251 @umputun
  • an opt-in --no-select flag on agtermctl session new that creates a session in the background without selecting or focusing it, leaving the current selection and focus in place umputun#250 @umputun

Bug Fixes

  • custom-command key chords now fire from a window that has drained to zero sessions (for example after an SSH session disconnects) instead of going dead umputun#249 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.15.2

Linux

Linux adaptations

  • Add the GTK Interface settings page, including native title, sidebar text, and per-workspace add-session visibility controls.
  • Match upstream Duplicate Session, background session.new --no-select, one-shot auto-follow, and sessionless custom-command behavior across the Linux GUI, keymap, and control surfaces.
  • Honor per-pane OSC 11 backgrounds in main, split, scratch, quick, overlay, dashboard, and zoom terminal surfaces.
  • Fix terminal text selection on scaled Wayland displays by preserving the embedded libghostty coordinate contract, including backing-pixel viewport sizing after resize.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.15.2.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.15.2-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.15.2-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 6fb143ef3bbb6e66289c61a915743414157c1796

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.14.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:37

Upstream v0.14.0

New Features

  • Pi agent-status support in Install Agent Status Hooks, so a Pi agent running in a session reports active then completed onto its sidebar row, matching the Claude Code and Codex auto-wiring umputun#208 @taras-mrtn
  • a title-bar button that opens the dashboard, grouped with the quick-terminal button behind a separator umputun#217 @umputun

Improvements

  • dashboard cells now enter on a single click instead of a double click, flashing the active frame first so the click reads as acknowledged umputun#217 @umputun
  • the dashboard and terminal-zoom modes now show the window title in their stripped title bars umputun#217 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.14.0

Linux

Linux adaptations

  • Add Pi to the GTK Integrations page and the offline agtermctl integration install hooks workflow, with conflict-safe preflight, rollback, and package coverage.
  • Match the v0.14 dashboard UX with a grouped title-bar button, acknowledged single-click entry, solid modal presentation, and native dashboard and terminal-zoom titles.
  • Ship a pinned Ghostty theme catalog, shell integration, and compiled xterm-ghostty terminfo in every format; incomplete resources safely fall back to TERM=xterm-256color.
  • Harden libghostty buffer ownership, per-window GTK callbacks, notification focus and reveal routing, and asynchronous custom-command failures.
  • Build the GTK frontend in Swift 6 language mode and exercise the real accessibility tree in isolated AT-SPI smoke tests.

Compatible with Ubuntu 24.04 / Debian 13 or newer and modern Fedora systems with glibc 2.39 or newer.
All artifacts are x86_64; the AppImage additionally bundles GTK4 and libadwaita.

Linux x86_64 builds of agterm linux-v0.14.0.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.14.0-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.14.0-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: ade2785615a14d26853e6e62622018e14c42eb17

macOS users should install upstream agterm: https://github.com/umputun/agterm

agterm-linux v0.13.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:40

Upstream v0.13.0

New Features

  • title-bar recent-sessions clock and attention bell, each opening a popover to jump to a recent or waiting session when the sidebar is hidden umputun#212 @umputun
  • agent-status glyphs on dashboard cells, so a session that needs attention stands out in the grid umputun#209 @umputun
  • $AGT_PANE now reports which pane a custom command fired from (left / right / scratch), so a keybinding can route a follow-up agtermctl call back into that pane umputun#210 @umputun

Bug Fixes

  • resolve a session's agent-status pane from a stable surface token, keeping the status glyph and pane-aware reveal correct across split and scratch teardown umputun#213 @umputun
  • apply libghostty mouse cursor shapes via cursorUpdate, so the pointer shape tracks what the terminal program requests umputun#207 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.13.0

Linux

Linux adaptations

  • Add native, theme-aware GTK popovers for recent and attention sessions and keep the title-bar action cluster aligned with upstream.
  • Show live agent-status glyphs, colors, and blink state in GTK dashboard cells.
  • Route custom commands and agent status through stable left, right, and scratch pane identities, including Linux agtermctl --pane-id support.
  • Honor the full libghostty cursor-shape set while preserving hidden-cursor and link-hover precedence.
  • Keep Dock-icon bouncing as a macOS-only feature because Linux desktop shells expose no portable equivalent.

Linux x86_64 builds of agterm linux-v0.13.0.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.13.0-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.13.0-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 00ddb17b0557ae6a01f6088b6b1c6d42327b961e

macOS users should install upstream agterm: https://github.com/umputun/agterm

Full Changelog: linux-v0.12.1+linux.1...linux-v0.13.0

agterm-linux v0.12.1+linux.1

Choose a tag to compare

Upstream v0.12.1

Bug Fixes

  • stop agterm's embedded shells from identifying as Ghostty via TERM_PROGRAM, which could make a Ghostty-aware tool shell out to a standalone ghostty on the PATH and launch a windowless Ghostty.app while you were using agterm umputun#203 @umputun
  • fix the Codex agent status getting stuck on blocked during an auto review, where the permission prompt fired before the review resolved it umputun#204 @umputun
  • strip the dashboard's titlebar to a single exit button while the grid is open, so its sidebar, split, scratch, and quick-terminal buttons can no longer steal focus and leave Esc unable to close the grid umputun#205 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.12.1

Linux

Linux fixes

  • Follow Hyprland conventions by leaving close, minimize, and maximize actions to compositor bindings while retaining native window buttons on other GTK desktops.
  • Keep the sidebar header and footer colors consistent when the window becomes inactive.
  • Use a full-height native sidebar divider with a larger drag target and persist the resized width.

Linux x86_64 builds of agterm linux-v0.12.1+linux.1.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.12.1+linux.1-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.12.1+linux.1-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: b5a0a55e43d03177d9dd538f936e788b8f21dddc

macOS users should install upstream agterm: https://github.com/umputun/agterm

Full Changelog: linux-v0.12.1...linux-v0.12.1+linux.1

agterm-linux v0.12.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:36

Linux x86_64 builds of agterm linux-v0.12.1.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.12.1-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.12.1-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: bf7022e40933c548a0c01c9c541d6cc2bb7ef34f

macOS users should install upstream agterm: https://github.com/umputun/agterm

Full Changelog: linux-v0.11.0...linux-v0.12.1