NPX Package Release
📦 NPX Package v1.6.2
The Bifrost CLI is now available on npm!
Installation
# Install globally
npm install -g @maximhq/bifrost
# Or use with npx (no installation needed)
npx @maximhq/bifrost --helpUsage
# Start Bifrost HTTP server
bifrost
# Use specific transport version
bifrost --transport-version v1.2.3
# Get help
bifrost --helpLinks
What's New
This NPX package provides a convenient way to run Bifrost without manual binary downloads. The CLI automatically:
- Detects your platform and architecture
- Downloads the appropriate binary
- Supports version pinning with
--transport-version - Provides progress indicators for downloads
This release was automatically created from tag npx/bifrost/v1.6.2