Back to docs

Getting Started

Installation

Install Anime with a single command:

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

Or via npm:

~npm install -g @xai-official/grok

Running Anime

Simply run:

~anime

On first launch, Anime will guide you through authentication with your ChatGPT account to enable Codex-powered AI assistance.

Your first task

Ask Anime about your codebase:

~anime "explain the architecture of this project"

Or ask it to make changes:

~anime "add error handling to the database module"