# Install URL: /docs/framework/install Source: /app/src/content/docs/framework/install.mdx import { DocImage } from '@/components/DocImage'; ## Node.js Version Requirements Astreus requires Node.js >=16.0.0. Here's how to check your version: ```bash node --version ``` If you need to update Node.js, visit [nodejs.org](https://nodejs.org/downloads) ## Installing Astreus ### 1. Install Astreus Install Astreus using npm or your preferred package manager: ```bash npm install @astreus-ai/astreus ``` Or with yarn: ```bash yarn add @astreus-ai/astreus ``` Or with pnpm: ```bash pnpm add @astreus-ai/astreus ``` Installation successful! You're ready to create your first AI agent.