Releases: Layr-Labs/eigenx-cli
Release v0.2.16
Changes
infocommand shows CPU / Memory monitoring if developer has enabled it.
Downloads
- eigenx-cli-darwin-amd64-v0.2.16.tar.gz
- eigenx-cli-darwin-arm64-v0.2.16.tar.gz
- eigenx-cli-linux-amd64-v0.2.16.tar.gz
- eigenx-cli-linux-arm64-v0.2.16.tar.gz
- eigenx-cli-windows-amd64-v0.2.16.zip
- eigenx-cli-windows-arm64-v0.2.16.zip
Production release - Verified dev testing completed with matching commit from v0.2.16-dev.
Release v0.2.15
Downloads
- eigenx-cli-darwin-amd64-v0.2.15.tar.gz
- eigenx-cli-darwin-arm64-v0.2.15.tar.gz
- eigenx-cli-linux-amd64-v0.2.15.tar.gz
- eigenx-cli-linux-arm64-v0.2.15.tar.gz
- eigenx-cli-windows-amd64-v0.2.15.zip
- eigenx-cli-windows-arm64-v0.2.15.zip
Production release - Verified dev testing completed with matching commit from v0.2.15-dev.
Release v0.2.14
Changes
- Introduces new command
eigenx app profile set
eigenx app profile set --help
NAME:
eigenx app profile set - Set public profile information for an app
USAGE:
eigenx app profile set [command options] <app-id|name>
OPTIONS:
--verbose, -v Enable verbose logging (default: false)
--enable-telemetry Enable telemetry collection on first run without prompting (default: false)
--disable-telemetry Disable telemetry collection on first run without prompting (default: false)
--environment value, --env value Deployment environment to use
--rpc-url value RPC URL to connect to blockchain [$EIGENX_RPC_URL]
--name value App display name
--website value App website URL (optional)
--description value App description (optional)
--x-url value X (Twitter) profile URL (optional)
--image value Path to app icon/logo image - JPG/PNG, max 4MB, square recommended (optional)
--help, -h show help
- Removes
eigenx app namereplaced by above new command
Downloads
- eigenx-cli-darwin-amd64-v0.2.14.tar.gz
- eigenx-cli-darwin-arm64-v0.2.14.tar.gz
- eigenx-cli-linux-amd64-v0.2.14.tar.gz
- eigenx-cli-linux-arm64-v0.2.14.tar.gz
- eigenx-cli-windows-amd64-v0.2.14.zip
- eigenx-cli-windows-arm64-v0.2.14.zip
Production release - Verified dev testing completed with matching commit from v0.2.14-dev.0.
Release v0.2.13
Changelog
Changes
- Environment Variables: Standardized to use
EIGENX_prefix for clarity and consistency:PRIVATE_KEY→EIGENX_PRIVATE_KEYRPC_URL→EIGENX_RPC_URL
- Updated all documentation and error messages to reference new environment variable names
- Updated test suite to use new
EIGENX_PRIVATE_KEYconstant throughout
Migration Note
If using environment variables for authentication or RPC configuration, update them:
# Old
export PRIVATE_KEY=0x1234...
export RPC_URL=https://...
# New
export EIGENX_PRIVATE_KEY=0x1234...
export EIGENX_RPC_URL=https://...Downloads
- eigenx-cli-darwin-amd64-v0.2.13.tar.gz
- eigenx-cli-darwin-arm64-v0.2.13.tar.gz
- eigenx-cli-linux-amd64-v0.2.13.tar.gz
- eigenx-cli-linux-arm64-v0.2.13.tar.gz
- eigenx-cli-windows-amd64-v0.2.13.zip
- eigenx-cli-windows-arm64-v0.2.13.zip
Production release - Verified dev testing completed with matching commit from v0.2.13-dev.
Release v0.2.12
Changelog
New Features
- Billing System: Added subscription management with
eigenx billingcommands:eigenx billing subscribe- Start subscription to deploy appseigenx billing cancel- Cancel subscription and suspend appseigenx billing status- View subscription details and usage
Improvements
- Template System: Migrated to catalog-based template management with interactive selection
- App Deployment: Added quota checks before deployment to provide clear feedback
- App Status: Added "Suspended" status for quota-limited apps
- KMS Integration: Updated to use Intel Trust Authority (ITA) attestation service
- Dockerfile Labels: Added
eigenx_use_ita=Truelabel to indicate ITA usage
Changes
- Removed encryption key from TEE containers (now using signing key only)
- Updated
eigenx app createto support template selection flow:[name] [language] [template-name] - Replaced
--templateflag with--template-repofor custom template repositories - Improved app lifecycle watching to detect upgrade completion when apps remain stopped
- Enhanced environment file handling with better
.gitignorepatterns
Fixes
- Fixed temp directory creation fallback to
~/.eigenx/tmpon restricted systems - Fixed UPX compression requirement check in tls-keygen Makefile
- Improved address response parsing with V1/V2 format compatibility
Dependencies
- Updated
eigenx-contractsto handle subscription and quota management - Updated
eigenx-kmswith ITA integration support
Downloads
- eigenx-cli-darwin-amd64-v0.2.12.tar.gz
- eigenx-cli-darwin-arm64-v0.2.12.tar.gz
- eigenx-cli-linux-amd64-v0.2.12.tar.gz
- eigenx-cli-linux-arm64-v0.2.12.tar.gz
- eigenx-cli-windows-amd64-v0.2.12.zip
- eigenx-cli-windows-arm64-v0.2.12.zip
Production release - Verified dev testing completed with matching commit from v0.2.12-dev.5.
Release v0.2.11
Downloads
- eigenx-cli-darwin-amd64-v0.2.11.tar.gz
- eigenx-cli-darwin-arm64-v0.2.11.tar.gz
- eigenx-cli-linux-amd64-v0.2.11.tar.gz
- eigenx-cli-linux-arm64-v0.2.11.tar.gz
- eigenx-cli-windows-amd64-v0.2.11.zip
- eigenx-cli-windows-arm64-v0.2.11.zip
Production release - Verified dev testing completed with matching commit from v0.2.11-dev.
Release v0.2.10
Downloads
- eigenx-cli-darwin-amd64-v0.2.10.tar.gz
- eigenx-cli-darwin-arm64-v0.2.10.tar.gz
- eigenx-cli-linux-amd64-v0.2.10.tar.gz
- eigenx-cli-linux-arm64-v0.2.10.tar.gz
- eigenx-cli-windows-amd64-v0.2.10.zip
- eigenx-cli-windows-arm64-v0.2.10.zip
Production release - Verified dev testing completed with matching commit from v0.2.10-dev.
Release v0.2.9
Downloads
- eigenx-cli-darwin-amd64-v0.2.9.tar.gz
- eigenx-cli-darwin-arm64-v0.2.9.tar.gz
- eigenx-cli-linux-amd64-v0.2.9.tar.gz
- eigenx-cli-linux-arm64-v0.2.9.tar.gz
- eigenx-cli-windows-amd64-v0.2.9.zip
- eigenx-cli-windows-arm64-v0.2.9.zip
Production release - Verified dev testing completed with matching commit from v0.2.9-dev.
Release v0.2.8
Downloads
- eigenx-cli-darwin-amd64-v0.2.8.tar.gz
- eigenx-cli-darwin-arm64-v0.2.8.tar.gz
- eigenx-cli-linux-amd64-v0.2.8.tar.gz
- eigenx-cli-linux-arm64-v0.2.8.tar.gz
- eigenx-cli-windows-amd64-v0.2.8.zip
- eigenx-cli-windows-arm64-v0.2.8.zip
Production release - Verified dev testing completed with matching commit from v0.2.8-dev.
Release v0.2.7
Downloads
- eigenx-cli-darwin-amd64-v0.2.7.tar.gz
- eigenx-cli-darwin-arm64-v0.2.7.tar.gz
- eigenx-cli-linux-amd64-v0.2.7.tar.gz
- eigenx-cli-linux-arm64-v0.2.7.tar.gz
- eigenx-cli-windows-amd64-v0.2.7.zip
- eigenx-cli-windows-arm64-v0.2.7.zip
Production release - Verified dev testing completed with matching commit from v0.2.7-dev.