If you’re interested in testing out the GUI and giving feedback, please let me know!
Caveats
This is a pre-release, and is not as tested as a production build
- It may not always be easy and without manual steps to downgrade from a prerelease build to the last stable. It will be possible to upgrade automatically to the next stable after a prerelease.
- Prerelease builds are more likely to contain bugs or regressions. They are unlikely to lose data, but do be cautious when running the bleeding edge.
- Prerelease builds may contain functionality not yet in a production release. Please let us know what you think!
Download
If you’ve previously used our installer and have atuin-update
in your path, you can use
atuin-update --prerelease
Otherwise, you can download prerelease binaries here: Release 18.4.0-beta.1 - 2024-06-25 · atuinsh/atuin · GitHub
Or use the installer
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.4.0-beta.2/atuin-installer.sh | sh
This will download a binary to ~/.atuin/bin/atuin
, and add it to PATH. It will also install a binary called atuin-update
, which will update users to the latest stable version by default. atuin-update --prerelease
will update to the latest prerelease
Otherwise, the following command will work
cargo install --git https://github.com/atuinsh/atuin atuin --tag v18.4.0-beta.2
Testing
The biggest change to the TUI is the theme support! Thanks @philtweir
You can read more about it here: Theming | Atuin Docs
Otherwise, we now default to using sync v2. If you haven’t yet enabled it, it will be enabled for you.
It’s been tested by a lot of people now and has performed well, though I’ll always be concerned about automatic data migration