Install Anime

One command to get started on macOS, Linux, or Windows.

Quick install

Works on macOS and Linux (x86_64 & arm64).

terminal
curl -fsSL https://anibuild.online/install.sh | sh

npm

Install via npm (includes platform-specific native binary).

terminal
npm install -g @xai-official/grok

Then run:

anime

Build from source

Requires Rust 1.96.0+ and a Cargo toolchain.

terminal
~ $ git clone https://github.com/vodtinker/anime-build
~ $ cd anime
~ $ cargo build -p xai-grok-pager-bin --bin anime --release

System requirements

  • macOS — Apple Silicon (arm64) or Intel (x86_64), macOS 13+
  • Linux — x86_64 or arm64, glibc 2.28+
  • Windows — x86_64, Windows 10+ (best-effort support)