logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install atuinsh/atuin. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

atuinsh/atuin Installation Guide

How to install atuinsh/atuin. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for atuinsh/atuin. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i atuinsh/atuin
or

Install via npx

npx @hexmos/ipm i atuinsh/atuin

Prerequisites

sqlite

system_package

Version: 3.40.0-1.db

python

language

Version: 3.8.10

git

system_tool

Version: 2.34.1

curl

system_tool

Version: 7.84.0

nodejs

language

Version: 16.15.0

docker

system_tool

Version: 23.0.0-rc1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Atuin Cloud Sync Server (Recommended)

curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh

atuin register -u <USERNAME> -e <EMAIL>

atuin import auto

atuin sync

Post Installation Steps

  • Start the server: `./atuin-server.sh`
  • Run migrations: `python manage.py makemigrations && python manage.py migrate`