Desktop Devlog - 2025 week 22

0.0.71

  • Fix drag-and-drop behaving incorrectly in the editor using the on-hover drag handles
2 Likes

0.0.72

  • Bug fixes
  • Allow setting default terminal for script blocks
  • Full screen terminal support
2 Likes

Hi, all. I successfully updated to 0.0.72 via deb. Is there an alternative linux install that allows the auto-upgrade to work, as it does in atuin-cli?

Also, since we have to explicitly exit the terminal commands, it would be nice if the terminal block continues to display after it exits. Currently, it disappears on exit.

Thanks!

Also, the context menu for New Runbook is working correctly now. :+1:

Hi. I have a working PKGBUILD based off the rpm source for Arch and its derivatives. Built it to automate my updates.

awesome!! thank you!

would you be able to post it please, like NixOS derivation?

just don’t include the download link <3

Hi, I’m having an issue with Atuin Desktop 0.0.72 on Sonoma 14.6.1

I have a simple runbook where the first block is an SSH, and the second is a terminal that just does an ls. After a timeout I get an error ‘Ssh2(Error { code: Session(-43), msg: “Unexpected error” })’. From a terminal outside of Atuin I can ssh to my destination host. Let me know if you need any more info.

Thanks.

Hey! Thank you for reporting!

Do you have an ssh agent up and running locally? It should be connecting to + using that

The ssh block doesn’t currently use any local credentials/etc, though in the future it will be much more versatile

Hi,

I wasn’t running ssh-agent deliberately. So I started it, added my keys, checked them with ssh-add -l. Still timing out sadly. A host of “andym@localhost” or “andym@localhost:22” doesn’t appear to work either. I shall wait for the future!

Thanks for your help.

1 Like