Socket
Book a DemoInstallSign in
Socket

@builder.io/agent

Package Overview
Dependencies
Maintainers
20
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/agent

Builder Agent Installer

latest
npmnpm
Version
0.0.9
Version published
Weekly downloads
214
-12.65%
Maintainers
20
Weekly downloads
 
Created
Source

@builder.io/agent

Thin installer package for the Builder Agent. This package automatically downloads and executes the platform-specific binary for instant startup.

Installation

npx @builder.io/agent launch

How It Works

  • Detects your OS and architecture
  • Downloads the appropriate binary package from npm
  • Caches the binary in ~/.builder/bin/
  • Executes with all arguments passed through

Updates

  • Major/Minor versions: Forces update before running (security/compatibility)
  • Patch versions: Background update for next run (non-blocking)

Bundled Dependencies

The binary comes with Ripgrep and node-pty bundled, ensuring fast file search and terminal features work out of the box.

Supported Platforms

PlatformArchitecture
macOSarm64, x64
Linuxarm64, x64
Windowsx64

Troubleshooting

"Binary not found" Error

Check that the binary exists and is executable:

ls -la ~/.builder/bin/

Force Fresh Download

rm -rf ~/.builder/bin
npx @builder.io/agent launch

Self-Signed Certificates

If your organization uses a proxy that intercepts HTTPS traffic with self-signed certificates:

npx @builder.io/agent launch --acceptSelfSigned

License

MIT

Keywords

builder.io

FAQs

Package last updated on 22 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts