Aimmy-V2 - AI Game Tools Tool

Overview

Aimmy-V2 is an open-source, AI-based aim alignment tool aimed at assisting gamers—particularly those with physical or accessibility challenges—by improving target acquisition in first-person shooter (FPS) games. According to the GitHub repository, the project combines modern computer-vision and inference tooling (DirectML, ONNX runtimes, and YOLOv8) to run fast opponent detection pipelines with the goal of low-latency, real-time assistance. The tool is framed as accessibility-first: it focuses on providing configurable aiming aids rather than full automation, enabling users to tune behavior to their needs. Key capabilities described in the project include an ONNX/DirectML inference stack for GPU-accelerated detection, YOLOv8-based opponent localization, an auto-trigger (auto-fire) option, and hot model/config swapping so users can change models or settings without restarting the application. Configurable aim parameters let users adjust behavior to match their input devices and comfort levels. According to the repository, Aimmy-V2 is distributed as open-source code so users and contributors can audit, modify, and extend models and config profiles.

Installation

Install via docker:

git clone https://github.com/darculus/Aimmy-V2.git
cd Aimmy-V2
docker build -t aimmy-v2 .
docker run --gpus all --rm -v $(pwd)/configs:/app/configs aimmy-v2

Key Features

  • YOLOv8-based opponent detection using ONNX models for real-time target localization
  • DirectML/ONNX runtime support for GPU-accelerated, low-latency inference
  • Auto-trigger (auto-fire) option to assist users who cannot reliably press fire controls
  • Hot model and configuration swapping without restarting the application
  • Adjustable aiming parameters (smoothing, FOV, sensitivity) for personalized assistance

Community

Aimmy-V2 is hosted on GitHub and maintained as an open-source project, with development and issue tracking occurring via the repository. The community engagement model relies on GitHub issues, pull requests, and contributions to models/configs; users and accessibility advocates are encouraged to open issues and share configuration tips. For up-to-date activity, refer to the project's GitHub page for commits, issue discussions, and contribution guidelines.

Last Refreshed: 2026-01-09

Key Information

  • Category: Game Tools
  • Type: AI Game Tools Tool