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-nativeor
Install via npx
npx @hexmos/ipm i BuilderIO/agent-nativePrerequisites
Node.js
runtimepnpm
package managerManual 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 devStandalone App Quick Start
npx @agent-native/core@latest create my-app --standalone --template mail
cd my-app
pnpm install
pnpm devAdd an app to an existing workspace
npx @agent-native/core@latest add-app notes --template contentAdd a skill
npx @agent-native/core@latest skills add visual-plan