Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install BuilderIO/agent-native. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

BuilderIO/agent-native Installation Guide

How to install BuilderIO/agent-native. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for BuilderIO/agent-native. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i BuilderIO/agent-native
or

Install via npx

npx @hexmos/ipm i BuilderIO/agent-native

Prerequisites

Node.js

runtime

pnpm

package manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick Start

npx @agent-native/core@latest create my-platform

cd my-platform

pnpm install

pnpm dev

Standalone App Quick Start

npx @agent-native/core@latest create my-app --standalone --template mail

cd my-app

pnpm install

pnpm dev

Add an app to an existing workspace

npx @agent-native/core@latest add-app notes --template content

Add a skill

npx @agent-native/core@latest skills add visual-plan