Skip to content

Releases: atuinsh/desktop

v0.2.20

09 Feb 22:56
06102dc

Choose a tag to compare

Atuin Desktop v0.2.20 - 2026-02-09

πŸ”— Downloads

Changelog

πŸ› Bug Fixes

  • SSH connection sometimes doesn't read until EOF (#375)
  • Env blocks not setting variable for SSH script and terminal blocks (#377)

v0.2.19

28 Jan 20:50
f0fce66

Choose a tag to compare

Atuin Desktop v0.2.19 - 2026-01-28

πŸ”— Downloads

Changelog

πŸš€ Features

  • Switch to uplot for prom charts (#371)
  • Build for aarch64 linux (#372)

πŸ› Bug Fixes

  • Broken inline block generation (#367)
  • Duplicate tool calls showing in assistant UI (#374)

v0.2.18

26 Jan 18:57

Choose a tag to compare

Atuin Desktop v0.2.18 - 2026-01-26

πŸ”— Downloads

Changelog

πŸ› Bug Fixes

  • Disable window transparency on linux (#370)

πŸ’Ό Other

  • Add basic LLM devtools window (#368)

🚜 Refactor

  • Update AI backend to support multiple conversation types (#361)

βš™οΈ Miscellaneous Tasks

  • Remove macOS x86_64 builds from publish pipeline (#369)

v0.2.17

23 Jan 01:24

Choose a tag to compare

Atuin Desktop v0.2.17 - 2026-01-23

πŸ”— Downloads

Changelog

πŸš€ Features

  • Allow using local Ollama models for AI assistant (#360)

πŸ› Bug Fixes

  • Use webview scaling instead of css (#362)
  • Blue focus inner border on some input fields (#363)

v0.2.16

21 Jan 20:41

Choose a tag to compare

Atuin Desktop v0.2.16 - 2026-01-21

πŸ”— Downloads

Changelog

πŸš€ Features

  • Add CEF build to edge CI (#354)
  • Move settings and fullscreen to top bar
  • Add link preview blocks for GitHub, GitLab, and Codeberg (#359)

πŸ› Bug Fixes

  • (ci) Cef build path + name
  • Support mysql-compatible databases that only support constant values in set statements
  • (ci) Attempt to fix hella slow edge ci macos

v0.2.15

17 Jan 01:46

Choose a tag to compare

Atuin Desktop v0.2.15 - 2026-01-17

πŸ”— Downloads

Changelog

πŸš€ Features

  • Add a table of contents block (#349)

πŸ› Bug Fixes

  • SharedStateManager sometimes tries to join channels too early (#351)
  • PWD=/ when launched from finder (#352)
  • Workspace collapse unreliability (#353)

v0.2.14

16 Jan 00:23

Choose a tag to compare

Atuin Desktop v0.2.14 - 2026-01-15

πŸ”— Downloads

Changelog

πŸš€ Features

  • Sidebar redesign + restyle (#343)
  • Add configurable delimiter for dropdown block options (#348)

πŸ› Bug Fixes

  • Websocket tries to connect with no API token (#347)

v0.2.13

15 Jan 01:02

Choose a tag to compare

Atuin Desktop v0.2.13 - 2026-01-15

πŸ”— Downloads

Changelog

πŸš€ Features

  • Add AI Assistant sidebar (#336)

πŸ› Bug Fixes

  • Dropdown blocks sometimes not loading options (#345)

βš™οΈ Miscellaneous Tasks

  • Migrate to bun (#339)

v0.2.12

12 Jan 20:04

Choose a tag to compare

Atuin Desktop v0.2.12 - 2026-01-12

πŸ”— Downloads

Changelog

πŸš€ Features

  • Blocks can store output, accessible via the template system (#304)
  • Pass runbook_id to AI block operations (#310)
  • Split SSH output between stderr and stdout (#311)
  • Add sub runbook block + executor (#259)
  • Add context export options to sub-runbook block (#314)
  • Only set ATUIN_OUTPUT_VARS over ssh if used
  • Add spinner while ssh operations are happening
  • Add SSH connection settings modal with identity key configuration
  • Remove non-functional SSH host export option from sub-runbooks
  • Allow toggling local var visibility
  • Add copy deep link command to command menu
  • SSH certificate authentication support (#327)

πŸ› Bug Fixes

  • Incorrect terminal size over ssh (#318)
  • Allow escape key to propagate to CodeMirror editors for vim mode
  • SSH authenticate() method wasnt returning Ok on explicit key/password auth
  • Format + docker-compose -> docker compose
  • Deserialize KV values as JSON objects then serialize to string
  • Remove useless .into() conversion
  • ExportPropMatter should check !== undefined for boolean false
  • Support workspace.root inside of directory blocks (#338)
  • Workspace.root in exec blocks (#340)
  • Kv storage double encoding (#342)

πŸ’Ό Other

  • Consolidate block local state to use KVStore

🚜 Refactor

  • Simplify KV value retrieval
  • Use TabUri helper for runbook URL parsing

πŸ“š Documentation

  • Restructure docs folder to work with unified docs (#308)

πŸ§ͺ Testing

  • Add SSH integration test suite with Docker infrastructure

βš™οΈ Miscellaneous Tasks

  • Add more sub-runbook tests (#315)
  • Give the claude action a bit more power

v0.2.11

11 Dec 23:05

Choose a tag to compare

Atuin Desktop v0.2.11 - 2025-12-11

πŸ”— Downloads

Changelog

πŸ› Bug Fixes

  • Ssh username resolution (#298)
  • Show error message when a document has unsupported blocks (#299)
  • Remaining ssh username reading (#300)
  • Parse HTTP headers from JSON string format (#297) by @hezhizhen
  • Ssh port parsing (#306)