Milady Tracker
| Milady Tracker | |
|---|---|
| URL | https://vrmilady.net |
| Status | Active |
Milady Tracker is a free, browser-based VTubing application that lets a streamer appear as a Milady avatar on stream or in recorded clips.[1] A webcam drives the head, eyes, mouth, arms, and torso of a rigged 3D VRM avatar in real time, entirely client-side — no account, no installed software, and no dedicated VTubing program. The avatar can be the bundled AlienMilady model (by Sp00bs) or any Pockit Milady, selected by token number.[2]
Features
The webcam tracks the streamer's face — head pose, blinking, and mouth movement, with jaw and rounded-vowel detection, auto-calibration, and an optional microphone-volume fallback — along with the arms (shoulders, elbows, wrists) and torso. The avatar's whole body also leans and sways with the streamer's tracked head position, clamped so it cannot move out of frame. Out-of-frame limbs relax to an idle pose with breathing sway.
Any of the 1,111 Pockit Miladys can be loaded by token number, or picked at random; the VRM file loads directly from the official per-token endpoint and the choice persists between sessions.[2] Pockit models ship without mouth blendshapes, so the tracker repaints the model's mouth texture at load to restore mouth movement.
Backgrounds include transparent, green screen, magenta, white, black, the cult smiley, or any user-supplied image. A one-button recorder captures the avatar and background to a downloadable .mp4 clip of up to two minutes, with microphone audio when permitted; an optional voice effect (deep, robot, or cute) alters the recorded voice, synthesized in-browser with no audio files. Toggleable visual effects include sparkles, hearts, a multicolor hue-cycle, CRT scanlines, and a fisheye lens.
The tracker works on phones over HTTPS, installs from Add to Home Screen as a full-screen app, and rearranges its controls by screen orientation. Every button press plays a generative sound effect on a pentatonic scale, after RemiliaNET's interface audio, and the interface chrome is styled after Beetleboy's console aesthetic.
Usage
- Open the tracker page in a Chromium-based browser (or clone the repository and run the bundled zero-dependency server, then open
http://127.0.0.1:8787). - Allow camera access when prompted; tracking begins immediately. Large streamer-friendly buttons are shown by default (press
Hto hide them); the ⚙ button opens an advanced settings panel. - For OBS: add the page as a Browser Source with a transparent background (launch OBS once with the
--enable-media-streamflag so browser sources can reach the webcam), or use Window Capture of the tracker window with the green background and a chroma-key filter.
Technical details
Milady Tracker is a single self-contained HTML page. Rendering uses three.js with @pixiv/three-vrm; tracking uses MediaPipe Tasks Vision (FaceLandmarker and PoseLandmarker), all loaded from public CDNs.[1] Pockit VRMs (VRM 0.x, Mixamo-rigged) are fetched per token from the Pockit CDN, which serves them with open CORS headers, so avatar swapping incurs no hosting cost. The Pockit asset pipeline is published in the moviemaker repository under the Viral Public License.[3]
External links
- Live hosted page
- Mirror
- Repository — code, default model, and issue tracker
References
- ↑ 1.0 1.1 "GitHub – wables411/milady-tracker". GitHub. Retrieved 5 August 2026.
- ↑ 2.0 2.1 "Pockit Milady". pockit.world. Retrieved 5 August 2026.
- ↑ "GitHub – prnthh/moviemaker: Pockit 3D asset library and generation pipeline". GitHub. Retrieved 5 August 2026.