Skip to content

Vutler Nexus v0.1.0

Latest

Choose a tag to compare

@alopez3006 alopez3006 released this 30 Mar 09:06
· 667 commits to main since this release

Vutler Nexus v0.1.0

First public release of the Nexus local/enterprise agent runtime.

Downloads

  • macOS: vutler-nexus-macos.dmg (21 MB) — Double-click to install, includes LaunchAgent for auto-start
  • Windows: vutler-nexus-windows.exe (37 MB) — Run installer, registers as Scheduled Task

What's included

  • Local agent runtime with 14 providers (filesystem, shell, documents, calendar, contacts, mail, clipboard, network, AV control, LLM, search, watch, app launcher)
  • Skills Execution Engine (119 skills mapped to 4 handler types)
  • Enterprise hardening: AES-256-GCM encrypted offline queue, rate limiting, cron command validation
  • Multi-agent load balancing (round-robin, weighted, health-aware)
  • Dead letter queue with exponential backoff retry
  • Local dashboard at localhost:3100

Quick start

npm install -g @vutler/nexus
vutler-nexus init <your-token>
vutler-nexus start

Or use the installer above for a GUI experience.