← Back to docs
Getting Started
Installation
Install Anime with a single command:
~curl -fsSL https://anibuild.online/install.sh | shOr via npm:
~npm install -g @xai-official/grokRunning Anime
Simply run:
~animeOn 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"