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.17.0·July 9, 2026

Release Notes

Release Notes Bug Fixes

  • (ai) Dispatch skills registered in the slash command registry (#3593)
  • (ci) Fossier install in scan workflow (#3485)
  • (i18n) Fix typos in Russian localization (#3575)
  • (nu) Use char -u 1b for ESC in OSC 133 sequences (#3530)
  • (nu) Suppress error when ATUIN_HISTORY_ID is missing in pre_prompt hook (#3587)
  • (pi) Observe tool events instead of registering a bash tool (#3557)
  • (pty-proxy) Set $SHELL to the spawned shell (#3548)
  • (search) Fix terminal clearing with latest Ratatui (#3578)
  • (sync) Skip records that fail to decrypt or decode instead of failing the whole store (#3569)
  • Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502)
  • Capture session ID from stream headers rather than final event (#3531)
  • Doctor resiliency fo runknown platforms + openbsd warning (#3551)
  • Double input on arrow keys in AI setup prompt on Windows (#3552)
  • Exclude AI agent commands from zsh-autosuggestions (#3567)
  • Silence shellcheck SC2016 on literal $all-user author filter
  • Respect store_failed when using daemon (#3571) Documentation
  • Highlight Ctrl-r keybinding on docs page (#3489)
  • Document store purge workflow (#3544)
  • Fix command example typo in documentation (#3536)
  • Make commented-out lines in config.toml match real defaults (#3583)
  • Add fish shell cleanup step to uninstall instructions (#3582) Features
  • (doctor) Add whether daemon is enabled to doctor output (#3572)
  • (pty-proxy) Add --shell flag to override the spawned shell (#3327)
  • Setup fossier to stop bot slop prs (#3482)
  • Capture command output + expose to new atuin_output tool (#3510)
  • Cache user contexts on load until /reload (#3525)
  • Create database integration tests for atuin-server (#3514)
  • Add /model slash command for changing models (#3576)
  • Add mcp server for history tools and expand search filters (#3581)
  • Add status bar with model and usage information (#3591) Miscellaneous Tasks
  • (rustdoc) Fix Rustdoc warnings (#3585)
  • (warnings) Fix compile warnings with latest dependencies (#3586)
  • Vouch for all existing contributors (#3486)
  • Update GitHub app token format
  • Update to Rust 1.96.1 (#3568)
  • Adopt derive_more to reduce boilerplate across the codebase (#3573) Performance
  • (search) Scan history by recency until N unique (#3553)
  • Add synchronous(Normal) + optimize_on_close to record store SQLite (#3577)
  • Remove unnecessary clones in a hot path (#3580) Refactor
  • Implement Fromsqlx::Error and clean up fix_error (#3484)
  • Pull fn into_utc into atuin-server-database crate (#3487) atuin 18.17.0 Install atuin 18.17.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-installer.sh | sh Install prebuilt binaries via powershell script powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-installer.ps1 | iex" Download atuin 18.17.0 ────────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ────────────────────────────────────────────┼───────────────────┼───────────── atuin-aarch64-apple-darwin.tar.gz │Apple Silicon 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 atuin-server 18.17.0 Install atuin-server 18.17.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.17.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.17.0/atuin-server-installer.ps1 | iex" Download atuin-server 18.17.0 ───────────────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ───────────────────────────────────────────────────┼───────────────────┼───────────── atuin-server-aarch64-apple-darwin.tar.gz │Apple Silicon 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

Installer type: zip

ArchitectureScopeDownloadSHA256
x64Download10CA65C3BF0547E4B2570642168DA6E92BC135005BDBA0288C6DA57B51F89AB1

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 (14)

18.16.1
ArchitectureScopeDownloadSHA256
x64DownloadFFEBCC8FCB530B79A6096E0A04A7926BEDA021D68E066CD1C76B423B4E4F7281
18.16.0
ArchitectureScopeDownloadSHA256
x64Download10F019669502E2B0368FCD877765036E325FE488CA155F7B02B755D68CB31D66
18.15.2
ArchitectureScopeDownloadSHA256
x64Download24E0586A5AB477AA7154FB297786C4C9AB4DD1A9D6A873D88692B6E8F981DED7
18.15.1
ArchitectureScopeDownloadSHA256
x64Download342BF71E411557F79FB5C4374A3C2A9B91A32B112F5B611244588494F1EAF2B7
18.15.0
ArchitectureScopeDownloadSHA256
x64Download405B62F6722DA6674853B9AC532FA3F492607AFFB936CF4371CA0F7364EAEDF3
18.14.1
ArchitectureScopeDownloadSHA256
x64Download5B7E3630CAFAD6E8A9846246A192955F8988A4879C88AD167CDB7D7E6BDB0915
18.14.0
ArchitectureScopeDownloadSHA256
x64Download8EEF0D9C61B95C53CB37A49E9D83EC80D90ACBF8DEFE7A13512BECFAE4A9BA8D
18.13.6
ArchitectureScopeDownloadSHA256
x64DownloadC0FDE67C1E83CA8E65FD62BA8B30518830A3EB0D3949739E5BC7282B56F97470
18.13.5
ArchitectureScopeDownloadSHA256
x64Download40E97AB45F8E80EA474692D3E55818A29015E2E39080ED83B9237B0A416A8FDD
18.13.4
ArchitectureScopeDownloadSHA256
x64DownloadEB99F8ADA623D10D3C7FE3F51E5DA9C82341A8ABB021D0A70EDD94902895C1AB
18.13.3
ArchitectureScopeDownloadSHA256
x64Download28BB4DC5BFE81B1BAB0FB18855573AEC0C07C1B89C7A6063AC900A05892B2B95
18.12.1
ArchitectureScopeDownloadSHA256
x64Download602C9AF0A86F455153D0B4E2517740733236BD1144ABCDCC8CC9485092470547
18.12.0
ArchitectureScopeDownloadSHA256
x64Download9E5175ED99BFE167F570301CE1DDFF01CEF6A71ADE44E0D4091C29A7FCB1318C
18.11.0
ArchitectureScopeDownloadSHA256
x64Download29DDB786F3E18964D3BE7503D38293E60704E7E36E9A23B360311EE5FC092B1A