Atuin

Atuin·Atuinsh.Atuin

✨ Magical shell history

Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands.

winget install --id Atuinsh.Atuin --exact --source winget

Latest 18.22.0·September 9, 2026

Release Notes

Release Notes Bug Fixes

  • (daemon) Periodically flush captured command output to disk (#4070)
  • (daemon) Stream large DeleteHistory requests (#4076)
  • (daemon) Delete captured output when history entries are deleted (#4074)
  • (nix) Export OpenSSL lib for LD_LIBRARY_PATH in nix devshell (#4018)
  • (pty-proxy) Make PTY proxy aware of other PTYs (#4079)
  • (server) Wrap multi-write DB operations in transactions (#4088)
  • (server) Emit HTTP access logs at INFO and compile in debug tracing (#4087)
  • (sync) Expand a packfile whose range is a hole below the store head (#4085)
  • Normalize output of atuin --version (#4038)
  • Make atuin ai init a no-op instead of erroring (#4040)
  • Do not try to decrypt plaintext records (#4057)
  • Behavior of PTY proxy on terminal resizes (#4061)
  • Build error (#4094) Features
  • (daemon) Daemon owns History Deletion (#4045)
  • (mcp) Make agents actually use the atuin MCP server (#4050)
  • (pty-proxy) Keep the start and end of command captures that exceed the max size (#4092)
  • (pty-proxy) Mirror the CWD of the PTY proxy child (#4091)
  • Implement command capture and remove semantic.rs (#4048)
  • Simplify semantic captures (#4065)
  • Store terminal size in command captures (#4072)
  • Version Stored Output Capture and Avoid PB on disk (#4068)
  • Redact secrets from captured command output (#4071)
  • Rework inspector and add output view (#4090)
  • Add [output_capture] settings (#4069) Miscellaneous Tasks
  • (ci) Limit concurrency of workflows on same branch (#4073)
  • Lift dependencies into top-level Cargo.toml (#4042)
  • Sort dependencies in Cargo.tomls (#4046)
  • Enable Clippy cast warnings (#4049)
  • Temporary workaround for flaky test (#4083)
  • Emit proptest regression artifacts so CI failures are reproducible (#4084)
  • Lockfile bumps (#4089)
  • Don't fail if we can't capture output (#4086)
  • Link to upstream rustix issue in atuin-pty-proxy (#4093) Refactor
  • (daemon) Manage sync inside of the daemon (#4055)
  • (daemon) Split output capture into fjall and nop backends (#4082)
  • (deps) Bump mkdocs-material from 9.7.0 to 9.7.7 in /docs in the uv group across 1 directory (#4059)
  • (deps) Bump vale-cli/vale-action from 2.1.2 to 3.0.0 (#3887)
  • (deps) Bump rpassword from 7.4.0 to 7.5.0 in the cargo group across 1 directory (#3877)
  • (history) Make HistoryId a Copy Uuid (#4013)
  • Clean up the history service and fix minor bugs Testing
  • (daemon) Adversarial test suites with new daemon (#4058)
  • E2e pty test harness (#4075)
  • Filtered commands leave no captured output (#4081) atuin-server 18.22.0 Install atuin-server 18.22.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.22.0/atuin-server-installer.sh | sh Install prebuilt binaries via powershell script powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.22.0/atuin-server-installer.ps1 | iex" Download atuin-server 18.22.0 ───────────────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-x86_64-apple-darwin.tar.gz │Intel macOS │checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-x86_64-pc-windows-msvc.zip │x64 Windows │checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum ───────────────────────────────────────────────────┴───────────────────┴───────────── 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: gh attestation verify --repo atuinsh/atuin You can also download the attestation from GitHub and verify against that directly: gh attestation verify --bundle atuin 18.22.0 Install atuin 18.22.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.22.0/atuin-installer.sh | sh Install prebuilt binaries via powershell script powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.22.0/atuin-installer.ps1 | iex" Download atuin 18.22.0 ────────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-x86_64-apple-darwin.tar.gz │Intel macOS │checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-x86_64-pc-windows-msvc.zip │x64 Windows │checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum ────────────────────────────────────────────┴───────────────────┴───────────── 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: gh attestation verify --repo atuinsh/atuin You can also download the attestation from GitHub and verify against that directly: gh attestation verify --bundle

Installer type: zip

x64—B7848F9FD1445EB9679AB206013EEE71CEB82971CBB770CEC2A2E999510CB52D

Details

Homepage
https://github.com/atuinsh/atuin
License
MIT
Publisher
Atuin
Support
https://github.com/atuinsh/atuin/issues
Copyright
Ellie Huxtable
Moniker
atuin

Tags

historypowershellrustshell

Older versions (22)

18.21.0
x64—08ECD4ACA5836754E53EAA987FD0D514B527689335A11B6EF05121ABAABB7DA7
18.20.1
x64—58F0086480EFADA13396920481642B137F4D2984B9BDF4BF4AA9F27CF8BDFF34
18.20.0
x64—79AE58B12370A700D23998DE924666B6258C8A61A17FB069F45E12A696101E77
18.19.0
x64—905F4C08D05E018723341DABDCB2FD5BEE705BB1E1B76D876A6CEDEECE9BB307
18.18.1
x64—A4E6AC1DED3961D068CEC0CE51809E73000170BB6F8A64822B8E1E023270E375
18.18.0
x64—F9ED12F4B310B5FEBA58FB02FA2713DC3F4FE8305EC4A08720DF473345D27BD6
18.17.1
x64—A92E13735EC28A979C497A83E17F5F54D753FBC03AFFB487D3A4ED23B363C121
18.17.0
x64—10CA65C3BF0547E4B2570642168DA6E92BC135005BDBA0288C6DA57B51F89AB1
18.16.1
x64—FFEBCC8FCB530B79A6096E0A04A7926BEDA021D68E066CD1C76B423B4E4F7281
18.16.0
x64—10F019669502E2B0368FCD877765036E325FE488CA155F7B02B755D68CB31D66
18.15.2
x64—24E0586A5AB477AA7154FB297786C4C9AB4DD1A9D6A873D88692B6E8F981DED7
18.15.1
x64—342BF71E411557F79FB5C4374A3C2A9B91A32B112F5B611244588494F1EAF2B7
18.15.0
x64—405B62F6722DA6674853B9AC532FA3F492607AFFB936CF4371CA0F7364EAEDF3
18.14.1
x64—5B7E3630CAFAD6E8A9846246A192955F8988A4879C88AD167CDB7D7E6BDB0915
18.14.0
x64—8EEF0D9C61B95C53CB37A49E9D83EC80D90ACBF8DEFE7A13512BECFAE4A9BA8D
18.13.6
x64—C0FDE67C1E83CA8E65FD62BA8B30518830A3EB0D3949739E5BC7282B56F97470
18.13.5
x64—40E97AB45F8E80EA474692D3E55818A29015E2E39080ED83B9237B0A416A8FDD
18.13.4
x64—EB99F8ADA623D10D3C7FE3F51E5DA9C82341A8ABB021D0A70EDD94902895C1AB
18.13.3
x64—28BB4DC5BFE81B1BAB0FB18855573AEC0C07C1B89C7A6063AC900A05892B2B95
18.12.1
x64—602C9AF0A86F455153D0B4E2517740733236BD1144ABCDCC8CC9485092470547
18.12.0
x64—9E5175ED99BFE167F570301CE1DDFF01CEF6A71ADE44E0D4091C29A7FCB1318C
18.11.0
x64—29DDB786F3E18964D3BE7503D38293E60704E7E36E9A23B360311EE5FC092B1A