認証情報アクセス
Reads shell history, sync tokens, and command text that may contain secrets.
brew
atuin のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
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.
インストール
brew install atuinlocal Homebrew formula metadata
sudo port install atuinMacPorts ports tree · sysutils/atuin/Portfile · ソース: api.github.com
sudo apk add atuinAlpine Linux edge package indexes · atuin · ソース: dl-cdn.alpinelinux.org
sudo apt install atuinDebian stable package indexes · atuin · ソース: deb.debian.org
sudo dnf install atuinFedora Rawhide package metadata · atuin · ソース: dl.fedoraproject.org
nix profile install nixpkgs#atuinnixpkgs package indexes · pkgs/by-name/at/atuin/package.nix · ソース: api.github.com
sudo pacman -S atuinArch Linux sync databases · atuin · ソース: geo.mirror.pkgbuild.com
sudo zypper install atuinopenSUSE Tumbleweed package metadata · atuin · ソース: download.opensuse.org
scoop install main/atuinScoop official bucket manifest trees · bucket/atuin.json · ソース: api.github.com
winget install --id Atuinsh.Atuin -eWindows Package Manager source index · Atuinsh.Atuin · ソース: cdn.winget.microsoft.com
概要
Improved shell history for zsh, bash, fish and nushell
履歴
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.
セキュリティ状態
formula declares a Homebrew service. generalized runtime or code generation signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/session実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
atuin | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/atuinsh/atuin
インストールメタデータ
| パッケージキー | brew:atuin |
|---|---|
| バージョン | 18.16.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/atuin |
| ホームページ | https://atuin.sh/ |
| リポジトリ | https://github.com/atuinsh/atuin |
| 上流ドキュメント | https://docs.atuin.sh |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/atuinsh/atuin/releases/download/v18.16.1/source.tar.gz |
| 最終更新 | 2026-05-22T13:25:38Z |
| Pulse | updated |
| ビルド依存関係 | protobuf, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-completionソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.