Matrix Screensaver
Click fullscreen or press F to go truly full screen (hides browser & taskbar)
Characters
Click fullscreen or press F to go truly full screen (hides browser & taskbar)
Characters
The Matrix digital rain — also called Matrix code or Matrixregen — is the iconic green cascading characters effect from the 1999 science-fiction film The Matrix. The animation depicts streams of stylized Japanese katakana characters, Latin letters, and numerals falling vertically across a black screen, creating the visual impression of a computer simulation.
This free browser-based Matrix screensaver uses the native Fullscreen API to take over your entire display — including hiding the browser address bar, tabs, and OS taskbar — for a completely immersive experience. Customise speed, font size, color, and character set, then press F or click the button to go truly full screen.
Beyond aesthetics, the Matrix rain has a range of practical and creative uses.
Run the Matrix rain on a secondary monitor as a living ambient background. The subtle green glow and constant motion create a hacker aesthetic ideal for streamers, coding setups, and gaming environments.
Unlike static images, the constantly moving characters ensure no single pixel stays illuminated indefinitely — making this an effective animated screensaver that naturally cycles light across OLED and AMOLED pixels.
Content creators use the Matrix rain as a visually dynamic background in screen recordings, intros, and overlays. The full-black background with glowing characters keys out cleanly in post-production and adds instant tech-thriller atmosphere.
Many developers and writers find the rhythmic motion of falling characters helps them enter a deep focus state. The repetitive visual noise discourages context-switching while remaining non-intrusive for cognitive work.
Unlike a CSS overlay that just fills the browser window, this page uses the browser's native Fullscreen API.
Browser-level fullscreen request
Clicking the fullscreen button calls element.requestFullscreen(), which asks the OS to grant the browser exclusive control of the display — hiding the address bar, tabs, and taskbar.
Canvas scales to the real screen resolution
On fullscreenchange, the canvas dimensions are set to screen.width × screen.height — the true native resolution of your display, not the browser viewport.
Exit with Esc, button, or any browser shortcut
Press Esc, click the exit button in the HUD, or use your browser's normal fullscreen shortcut. The page listens to fullscreenchange and cleans up the animation loop automatically.
Everything you need to know about the Matrix screensaver.
Yes — 100% free, no account, no sign-up, no ads. Open the page in any modern browser and the animation starts immediately.
The original film used half-width katakana (U+FF66–U+FF9D) mixed with digits. Our screensaver offers Katakana (film-accurate), Latin (A–Z, 0–9), Binary (0 and 1 only), or Mixed.
No. The animation uses requestAnimationFrame on a single hardware-accelerated canvas. CPU usage is typically under 3% even at 4K resolution.
Yes. The predominantly black background means OLED pixels are mostly off (consuming near-zero power), and the constantly moving characters cycle light across the panel rather than holding any pixel on indefinitely.
More free display tools from WhiteScreenHD.