Accès aux identifiants
Reads shell history, sync tokens, and command text that may contain secrets.
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de atuin pour les workflows d'agents IA.
sécurité des agents
atuin stores and syncs shell history, which may include sensitive commands.
Reads shell history, sync tokens, and command text that may contain secrets.
Can sync history to remote storage and change account state.
Can publish sensitive command history to a sync backend.
Gate sync, import, and commands that expose stored history.
Allow local search cautiously; require approval before sync or history export.
installation
brew install atuinlocal Homebrew formula metadata
sudo port install atuinMacPorts ports tree · sysutils/atuin/Portfile · Source: api.github.com
sudo apk add atuinAlpine Linux edge package indexes · atuin · Source: dl-cdn.alpinelinux.org
sudo apt install atuinDebian stable package indexes · atuin · Source: deb.debian.org
sudo dnf install atuinFedora Rawhide package metadata · atuin · Source: dl.fedoraproject.org
nix profile install nixpkgs#atuinnixpkgs package indexes · pkgs/by-name/at/atuin/package.nix · Source: api.github.com
sudo pacman -S atuinArch Linux sync databases · atuin · Source: geo.mirror.pkgbuild.com
sudo zypper install atuinopenSUSE Tumbleweed package metadata · atuin · Source: download.opensuse.org
scoop install main/atuinScoop official bucket manifest trees · bucket/atuin.json · Source: api.github.com
winget install --id Atuinsh.Atuin -eWindows Package Manager source index · Atuinsh.Atuin · Source: cdn.winget.microsoft.com
aperçu
Improved shell history for zsh, bash, fish and nushell
historique
Atuin is a shell-history replacement that records commands in a local SQLite database, adds command context such as exit status and duration, and optionally syncs encrypted history between machines. It is popular with terminal-heavy users because it modernizes one of the oldest Unix workflows without forcing a specific shell.
The Atuin GitHub repository was created in October 2020. The README frames the project as replacing existing shell history with a SQLite database and adding contextual metadata, search UI, statistics, and optional encrypted synchronization through an Atuin server.
Atuin's early public release history in the GitHub releases API reaches at least the 0.6 series in 2021, with later version lines moving through v11 in 2022, v17 in 2023, and v18 in 2024. By the 18.x series, the project had a large release surface: prebuilt binaries, installers, shell integrations, a self-hosted server binary, documentation, and continuing changes to search, sync, daemon, and AI-related terminal workflows.
The project kept the local-first model central while expanding the surrounding system. Configuration docs still describe `~/.config/atuin/config.toml` and `~/.local/share/atuin`, while the sync guide documents registering, storing a local encryption key, and using manual or automatic sync.
Atuin's adoption path followed shell users rather than service operators first. The README lists zsh, bash, fish, nushell, xonsh, and PowerShell support, and the quickstart flow is a shell install, `atuin register`, `atuin import auto`, and `atuin sync`.
The package-manager metadata in this batch shows wide packaging across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Scoop, WinGet, and openSUSE. That spread is a strong package-culture signal: Atuin is not only a Cargo crate or GitHub binary, but a tool distributions expect terminal users to install through their normal system package channels.
The README also advertises community channels and a contributor graph, while the GitHub API showed roughly thirty thousand stars during this run. Those are not functional requirements, but they explain why shell-history nerds recognize Atuin as part of the modern Rust CLI wave alongside tools that replace long-lived Unix defaults with richer local databases and fuzzy interfaces.
Atuin's everyday usage is interactive: bind Ctrl-R or the up arrow to its full-screen history search, import old shell history, and search across commands with filters for exit status, time, current directory, session, host, or workspace. The README example searches successful `make` commands run after a natural-language time expression.
The configuration docs state that Atuin stores config in `~/.config/atuin/config.toml`, data under `~/.local/share/atuin` unless XDG variables override it, and defaults the local history database to `~/.local/share/atuin/history.db`. The same docs identify the encryption key and session-token paths, which is why package databases should treat those files as credentials rather than mere cache.
Sync is optional. With one machine it behaves like an encrypted backup; with multiple machines it unifies history across terminals and hosts. Users can use the hosted Atuin service, self-host `atuin-server`, or skip sync entirely.
Atuin is package-nerd catnip because it turns a humble dotfile-era feature into a cross-shell, cross-platform database-backed CLI with state, sync, packaging splits, and XDG-path behavior. Formula metadata has to know not just the executable name, but also the data files that become personal secrets.
It also illustrates the Rust CLI packaging pattern: upstream publishes release artifacts and installers, but downstream package managers carry the tool for users who want normal upgrades and shell integration without a curl pipe. The separate `atuin-server` formula adds another wrinkle because the same repository produces both a daily interactive CLI and a deployable sync service.
posture de sécurité
formula declares a Homebrew service. generalized runtime or code generation signal.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/atuin/config.toml~/.config/atuin/config.tomlCredential-bearing paths to review before unattended agent runs.
$XDG_DATA_HOME/atuin/key$XDG_DATA_HOME/atuin/session~/.local/share/atuin/key~/.local/share/atuin/sessionexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
atuin | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/atuinsh/atuin
métadonnées d'installation
| Clé du paquet | brew:atuin |
|---|---|
| Version | 18.16.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/atuin |
| Page d'accueil | https://atuin.sh/ |
| Dépôt | https://github.com/atuinsh/atuin |
| Docs amont | https://docs.atuin.sh |
| Licence | MIT |
| Archive source | https://github.com/atuinsh/atuin/releases/download/v18.16.1/source.tar.gz |
| Dernière mise à jour | 2026-05-22T13:25:38Z |
| Pulse | updated |
| Dépendances de compilation | protobuf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | atuin |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
atuin 18.6.1-1
magical shell history
sudo apt install atuinatuin
nix profile install nixpkgs#atuinatuin 18.6.1-r0
Magical shell history - offline only client
https://github.com/atuinsh/atuin
sudo apk add atuinatuin-bash-completion 18.6.1-r0
Bash completions for atuin
https://github.com/atuinsh/atuin
sudo apk add atuin-bash-completionatuin-fish-completion 18.6.1-r0
Fish completions for atuin
https://github.com/atuinsh/atuin
sudo apk add atuin-fish-completionatuin-server 18.6.1-r0
Magical shell history - sync server
https://github.com/atuinsh/atuin
sudo apk add atuin-serveratuin-server-openrc 18.6.1-r0
Magical shell history (OpenRC init scripts)
https://github.com/atuinsh/atuin
sudo apk add atuin-server-openrcatuin-sync 18.6.1-r0
Magical shell history - client with history sync
https://github.com/atuinsh/atuin
sudo apk add atuin-syncatuin-zsh-completion 18.6.1-r0
Zsh completions for atuin
https://github.com/atuinsh/atuin
sudo apk add atuin-zsh-completionatuin-zsh-plugin 18.6.1-r0
Magical shell history (Zsh plugin)
https://github.com/atuinsh/atuin
sudo apk add atuin-zsh-pluginatuin 18.12.1-1.fc45
Magical shell history
sudo dnf install atuinatuin-all-users 18.12.1-1.fc45
atuin init script for all users
sudo dnf install atuin-all-usersatuin 18.16.1-1
Magical shell history
https://github.com/atuinsh/atuin
sudo pacman -S atuinatuin 18.16.1-1.1
Magical shell history
https://github.com/ellie/atuin
sudo zypper install atuinatuin-bash-completion 18.16.1-1.1
Bash completion for atuin
https://github.com/ellie/atuin
sudo zypper install atuin-bash-completionatuin-fish-completion 18.16.1-1.1
Fish completion for atuin
https://github.com/ellie/atuin
sudo zypper install atuin-fish-completionpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.