Skip to content

Installation

Lore supports macOS, Linux, and WSL2. Windows native support is planned.

The recommended way to install on macOS:

Terminal window
brew install varalys/tap/lore

This also enables running Lore as a background service:

Terminal window
brew services start lore

Install from the AUR using your preferred helper:

Terminal window
yay -S lore-cli-bin

Or with paru, pikaur, or any other AUR helper. See lore-cli-bin on AUR.

If you have Rust installed:

Terminal window
cargo install lore-cli

Download the latest binary from GitHub Releases and add it to your PATH.

Available binaries:

  • lore-aarch64-apple-darwin.tar.gz (macOS Apple Silicon)
  • lore-x86_64-apple-darwin.tar.gz (macOS Intel)
  • lore-aarch64-unknown-linux-gnu.tar.gz (Linux ARM64)
  • lore-x86_64-unknown-linux-gnu.tar.gz (Linux x86_64)

Each release includes SHA256 checksums. Verify your download:

Terminal window
# macOS
shasum -a 256 lore-aarch64-apple-darwin.tar.gz
# Linux
sha256sum lore-aarch64-unknown-linux-gnu.tar.gz

Compare the output with the checksum shown on the releases page.

Terminal window
git clone https://github.com/varalys/lore.git
cd lore
cargo install --path .
Terminal window
lore --version

Run the Quick Start guide to configure Lore and import your first sessions.