Get Started
Installation
Install the Antelopejs CLI and verify your development environment is ready.
Prerequisites
Antelopejs requires Node.js v18 or higher. You can check your current version by running:
node --version
Install the CLI
Install the Antelopejs CLI globally using your preferred package manager:
npm install -g @antelopejs/core
yarn global add @antelopejs/core
pnpm add -g @antelopejs/core
After installation, the ajs command is available globally in your terminal.
Verify Installation
Confirm that the CLI installed correctly by checking its version:
ajs --version
The command should print the installed version number. If you see a "command not found" error, make sure your global package manager bin directory is in your system's PATH.
The
ajs command is the single entry point for all Antelopejs operations — creating projects, managing modules, running builds, and more. Every command in this documentation starts with ajs.