Skip to content

fix: Don't run 'atuin init' in 'atuin hex init' — each must be initialized separately#3334

Merged
BinaryMuse merged 5 commits intomainfrom
mkt/disentangle-init
Mar 23, 2026
Merged

fix: Don't run 'atuin init' in 'atuin hex init' — each must be initialized separately#3334
BinaryMuse merged 5 commits intomainfrom
mkt/disentangle-init

Conversation

@BinaryMuse
Copy link
Copy Markdown
Member

This PR separates atuin init from atuin hex init, allowing for configuration flags to be passed to atuin init.

Fixes #3329
Fixes #3323

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 23, 2026

Greptile Summary

Decouples atuin hex init from atuin init so each must be initialized separately, allowing flags to be passed to atuin init. The generated shell scripts no longer embed eval "$(atuin init …)" calls, and a new reference doc explains the required two-step setup.

  • Shell::as_str and init_command helpers removed; tests updated to assert the absence of the old embedded atuin init calls.
  • New docs/docs/reference/hex.md documents the separate initialization requirement with per-shell examples.
  • Minor doc nit: stray **bash** on line 16 of hex.md will render as extraneous bold text above the tab block.

Important Files Changed

Filename Overview
crates/atuin-hex/src/lib.rs Removes Shell::as_str and init_command helpers, strips the eval "$(atuin init …)" lines from the generated shell scripts, and updates tests to assert absence of those lines. Logic is correct.
docs/docs/reference/hex.md New reference page for atuin hex init. Minor issue: stray **bash** line (line 16) above the tabbed code block will render incorrectly.
docs/mkdocs.yml Adds hex: reference/hex.md entry to the nav in alphabetical order. No issues.

Reviews (1): Last reviewed commit: "docs: Add 'atuin hex' docs" | Re-trigger Greptile

@BinaryMuse BinaryMuse requested a review from ellie March 23, 2026 18:42
@BinaryMuse BinaryMuse enabled auto-merge (squash) March 23, 2026 19:00
Co-authored-by: Ellie Huxtable <ellie@atuin.sh>
Copy link
Copy Markdown
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good and solves our current issues but i REALLY want the hex init to be much much easier than this. no ifs or thinking required for the user to get it running

@BinaryMuse BinaryMuse merged commit 640beb3 into main Mar 23, 2026
22 checks passed
@BinaryMuse BinaryMuse deleted the mkt/disentangle-init branch March 23, 2026 22:12
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 26, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [atuinsh/atuin](https://github.com/atuinsh/atuin) | minor | `v18.12.1` → `v18.13.5` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>atuinsh/atuin (atuinsh/atuin)</summary>

### [`v18.13.5`](https://github.com/atuinsh/atuin/releases/tag/v18.13.5): 18.13.5

[Compare Source](atuinsh/atuin@v18.13.4...v18.13.5)

#### Release Notes

##### Bug Fixes

- Atuin Hex fails to init on bash and zsh ([#&#8203;3341](atuinsh/atuin#3341))

##### Documentation

- Fix duplicated word in Kubernetes guide ([#&#8203;3338](atuinsh/atuin#3338))

### atuin 18.13.5

#### Install atuin 18.13.5

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.5

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.5

#### Install atuin-server 18.13.5

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.5

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.4`](https://github.com/atuinsh/atuin/releases/tag/v18.13.4): 18.13.4

[Compare Source](atuinsh/atuin@v18.13.3...v18.13.4)

#### Release Notes

##### Bug Fixes

- *(ai)* Restore url-quote-magic for ? in zsh ([#&#8203;3304](atuinsh/atuin#3304))
- Redirect tty0 when running setup ([#&#8203;3302](atuinsh/atuin#3302))
- Call ensure\_hub\_session even if primary sync endpoint is self-hosted ([#&#8203;3301](atuinsh/atuin#3301))
- Remove per-event mouse capture toggling that leaked ANSI to stdout ([#&#8203;3299](atuinsh/atuin#3299))
- Clarify what data is sent when using Atuin AI during setup (only OS and shell) ([#&#8203;3290](atuinsh/atuin#3290))
- Better tty check ([#&#8203;3313](atuinsh/atuin#3313))
- Disable features in init when that feature is explicitly disabled ([#&#8203;3328](atuinsh/atuin#3328))
- Don't run 'atuin init' in 'atuin hex init' — each must be initialized separately ([#&#8203;3334](atuinsh/atuin#3334))

##### Documentation

- Fix typo in FAQ alternatives section ([#&#8203;3292](atuinsh/atuin#3292))
- Remove 'experimental' status from Atuin Daemon ([#&#8203;3295](atuinsh/atuin#3295))
- Add inline\_height\_shell\_up\_key\_binding ([#&#8203;3270](atuinsh/atuin#3270))

##### Features

- Report distro name with OS for distro-specific commands ([#&#8203;3289](atuinsh/atuin#3289))
- Allow setting kv values from stdin
- Error if value not provided and no stdin
- Add a small atuin label to the ai box ([#&#8203;3309](atuinsh/atuin#3309))
- Allow running `atuin search -i` as subcommand on Windows ([#&#8203;3250](atuinsh/atuin#3250))
- Hex init nu ([#&#8203;3330](atuinsh/atuin#3330))

##### Miscellaneous Tasks

- *(ci)* Tag docker images with semantic versions on tag creation ([#&#8203;3316](atuinsh/atuin#3316))
- Replace atuin-ai rendering with component-oriented system ([#&#8203;3288](atuinsh/atuin#3288))
- Refactor CLI auth flows and token storage ([#&#8203;3317](atuinsh/atuin#3317))

### atuin 18.13.4

#### Install atuin 18.13.4

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.4

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.4

#### Install atuin-server 18.13.4

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.4

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.3`](https://github.com/atuinsh/atuin/releases/tag/v18.13.3)

[Compare Source](atuinsh/atuin@v18.13.2...v18.13.3)

### atuin 18.13.3

#### Bug Fixes

- Nushell 0.111; future Nushell 0.112 support ([#&#8203;3266](atuinsh/atuin#3266))

#### Features

- Call atuin setup from install script ([#&#8203;3265](atuinsh/atuin#3265))
- Allow headless account ops against Hub server ([#&#8203;3280](atuinsh/atuin#3280))
- Add custom filtering and scoring mechanisms

#### Miscellaneous Tasks

- (ci) Migrate to depot runners ([#&#8203;3279](atuinsh/atuin#3279))
- (ci) Use depot to build docker images too ([#&#8203;3281](atuinsh/atuin#3281))
- Update permissions in Docker workflow ([#&#8203;3283](atuinsh/atuin#3283))
- Change CHANGELOG format to be easier to parse
- Symlink changelog so dist can pick it up
- Vendor nucleo-ext + fork, so we can depend on our changes properly ([#&#8203;3284](atuinsh/atuin#3284))

#### Install atuin 18.13.3

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.3

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.3

#### Install atuin-server 18.13.3

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.3

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.2`](https://github.com/atuinsh/atuin/releases/tag/v18.13.2)

[Compare Source](atuinsh/atuin@v18.13.0...v18.13.2)

### atuin 18.13.2

#### Install atuin 18.13.2

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.2

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.2

#### Install atuin-server 18.13.2

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.2

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.0`](https://github.com/atuinsh/atuin/releases/tag/v18.13.0)

[Compare Source](atuinsh/atuin@v18.12.1...v18.13.0)

### atuin 18.13.0

#### Install atuin 18.13.0

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.0

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.0

#### Install atuin-server 18.13.0

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.0

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44OS42IiwidXBkYXRlZEluVmVyIjoiNDMuODkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maybe atuin hex init should be separate setup step? Combine atuin hex init and atuin init --disable-*

2 participants