July 31, 2026
Drop the beat, fear the keyboard
Termixer (TUI DJ Mixer)
The DJ app in a text window has people split between genius, joke, and chaos
TLDR: Termixer is a new text-based DJ mixer that lets people mix music and trigger samples from a terminal window. Commenters are torn between calling it a hilarious party trick, a niche creative tool, and a keyboard-driven nightmare that no serious club DJ would trust.
A new project called Termixer is trying to turn the humble text-only terminal into a live DJ booth, and the crowd reaction is basically: this is either brilliant, cursed, or both. The app lets users mix two tracks, tweak bass and treble, fade between songs, and fire off sound samples, all from a keyboard-driven screen. It also connects with music tools beloved by coding musicians, which makes this feel less like a random novelty and more like a serious experiment for a very specific kind of performer.
But the comments? That’s where the real party is. One of the funniest reactions instantly won the room: someone celebrated the idea that they could "ssh to the booth from a tablet and take a dump mid-party," which tells you everything about the internet’s ability to turn any tool into a meme within seconds. Another commenter brutally cut through the hype with a deadpan "Rekordbox/serato this is not," basically saying: nice toy, but don’t confuse this with the software real club DJs rely on.
Then came the spiciest debate of all: is this clever craftsmanship, or does it look like one of those projects spat out by an AI with little care behind it? That accusation gave the thread a sharper edge, especially as others defended it as a fun "party trick" and a cool niche setup. The deepest divide was over control: fans loved the weirdness, while skeptics argued that real DJing needs hands on multiple knobs and sliders at once, not keyboard taps. In other words, Termixer didn’t just launch a mixer — it launched a full-on identity crisis for terminal nerds with club dreams.
Key Points
- •Termixer is a terminal-based DJ mixer for live performance with TidalCycles, built in Rust with ratatui.
- •The software provides dual-deck mixing, per-channel controls, crossfading, cue mix, headphone/booth outputs, and a 4x4 sample pad sequencer.
- •It supports audio-source auto-discovery for MPV sockets, SuperCollider, PulseAudio, PipeWire, and JACK.
- •SuperCollider integration uses custom SynthDefs, while MPV is used for media playback through IPC sockets.
- •The article includes prerequisites, installation methods, build commands, usage examples, CLI flags, and keyboard shortcuts.