Skip to content

Releases: SYMBaiEX/OpenController

OpenController v0.1.0

01 Jun 04:04

Choose a tag to compare

OpenController v0.1.0 is now published on npm under the @opencontroller scope.

Published packages:

  • @opencontroller/core
  • @opencontroller/overlay
  • @opencontroller/cli
  • @opencontroller/native
  • @opencontroller/native-linux-uinput
  • @opencontroller/native-windows-virtual-gamepad
  • @opencontroller/native-macos-driverkit

Install:

npm install @opencontroller/core
npm install -D @opencontroller/cli

Highlights:

  • Typed controller runtime, profiles, safety guards, replay logs, dry-run and WebSocket adapters
  • React and OBS-friendly overlays
  • Native bridge protocol, XInput/HID report helpers, and platform bridge packages for Linux, Windows, and macOS authoring flows
  • Agent Fighter browser demo with controller telemetry and headless match quality gates

Validation:

  • bun run release:check passed: lint, TypeScript project references, 92 tests, build, bun audit, and npm package dry-run validation
  • Public npm view passed for all seven packages at 0.1.0
  • Fresh external npm install/import/CLI smoke test passed from the public registry

Security and project hygiene:

  • Security policy, contribution guide, package-local license files, npm metadata, and package-content checks are in place
  • GitHub secret scanning, push protection, private vulnerability reporting, and Dependabot security updates are enabled