Install

Run Agentrails yourself.

Agentrails is pre-1.0. Install the CLI from npm or run the desktop app from source. Both use the same archive core and provider state.

Install the command line app.

Use the CLI on a workstation or headless machine. It can initialize the archive, connect providers, run the background service, and search captured history.

TerminalNode.js 22.13+
npm install --global @agentrails/cli

agentrails init
agentrails providers list

Run the desktop app from source.

You need Node.js 22.13 or newer and pnpm 11. The development command starts the desktop app with provider setup, archive search, exports, and integrity checks.

Build from sourcemacOS, Windows, Linux
git clone https://github.com/skyaara/agentrails.git
cd agentrails
pnpm install --frozen-lockfile
pnpm desktop
Open the repository

Build an installer

Platform packaging is configured in the repository. Prepare the pinned rclone binary, then build the desktop installer for your current platform.

PackageCurrent platform
pnpm package:desktop

Read what Agentrails can access.

Provider connections are explicit. The product never uses browser cookies, account sessions, or private web endpoints.