⚑ 43 developer tools, always updated β€” new upstream releases land in apt within hours. Join the Discord

πŸ“… From , the apt mirror will require a subscription. See pricing Β· πŸ†“ There is an always-free mirror

⌨️ Install Latest Atuin on Ubuntu

Shell history sync, search and stats

Latest version: 18.19.0 Β· updated 2026-08-04
SourceVersion
deb.griffo.io18.19.0 βœ…
Official Ubuntu18.8.0 πŸ›‘
← Back to home

What is Atuin?

Atuin replaces your shell history with a searchable SQLite database, adding powerful full-text search, optional end-to-end encrypted sync across machines, and useful statistics. It records extra context for every command β€” exit code, duration, directory and more β€” and works with Bash, Zsh, Fish and other shells.

πŸš€ Why Latest Versions Matter: Atuin is actively developed with improvements to search, sync and the interactive UI. Running the latest version gives you the newest history features and fixes.

⚑ Key Features of Atuin

πŸ” Powerful Search

Full-text, fuzzy and prefix search over your entire shell history.

πŸ” Encrypted Sync

Optional end-to-end encrypted sync of history across all your machines.

πŸ“Š Rich Context

Records exit code, duration, directory and more for every command.

🐚 Cross-shell

Works with Bash, Zsh, Fish and other popular shells.

🎯 Why Atuin?

  • Better history: Searchable SQLite history that never silently truncates
  • Sync across machines: End-to-end encrypted, self-hostable sync
  • Context-rich: Know when, where and how each command ran
  • Stats: Insights into your most-used commands

πŸ†• Highlights

πŸ“¦ Installation from deb.griffo.io

Run the commands

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

πŸ†“ There is an always-free mirror. deb-free.griffo.io serves packages free forever β€” no account, no subscription, at most 2 months behind upstream, security fixes immediately. It currently carries Ghostty, Oh My Posh and Zed; Atuin is not one of them, so the repository above is the only way to get it today β€” ask and it can be enrolled.

How the free mirror works β†’

Step 2: Install atuin

# Install latest atuin
sudo apt install atuin

# Verify installation
atuin --version
# Install latest atuin
apt install atuin

# Verify installation
atuin --version

🎯 Basic Usage Examples

# Show version
atuin --version

# Import existing shell history
atuin import auto

# Register with a sync server (optional)
atuin register -u <username> -e <email>

# Search history from the command line
atuin search docker

# Show usage statistics
atuin stats

πŸš€ Why Choose deb.griffo.io?

πŸ“Š Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • deb.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

πŸ“¦ Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

πŸ”— Related Packages

Also available from deb.griffo.io:

🎯 Perfect for: Command-line users who want a searchable, context-rich and optionally synced shell history across all their machines and shells.

πŸ’ Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter

Just after the command? See apt install atuin β€” one page covering Debian and Ubuntu.

πŸ“¦ Recent releases from this repository

❓ Frequently asked questions

Is Atuin in the official Ubuntu repositories?

Yes, but the official Ubuntu archive ships Atuin 18.8.0, while this repository serves Atuin 18.19.0 β€” rebuilt within hours of each upstream release.

How do I install the latest Atuin on Ubuntu?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install atuin. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.