This project, is a highly engineered stack of tooling, configurations, scripts, and custom software that transforms a completely blank, TTY only Debian into the slick, keyboard driven workspace you saw in the demos.
Debian is treated mostly as a stable substrate and package source (starts off without even having sudo).
Important
Some configurations, scripts, programs, etc, are kept private until they're stable enough to release. The rest is here as a mirror and reference material, copy what you want.
If you want to dig through:
- Starting (Want the eye candy? How to go by this)
- Workflow (If you reach for a mouse, you've already lost)
- Stack (If it ain't broke don't fix it)
- Philosophy (Overall premise and why I'm doing this)
These are standalone tools written from scratch, that can be airdropped into any distro. Open sourced gradually:
Asryx (released: 25/05/26)
The transcription program from the demo.
Native Linux ASR binary. Written in C++ and embedded via whiser.cpp's C API, daemonless, offline, no bloat, no GUI, no config overhead.
Lookas (released: 02/04/26)
A terminal audio visualizer built around human auditory perception. Moves beyond raw FFT twitchiness using Mel-scaling and spring damper physics.
cargo install lookas && lookasA QML based SDDM login screen with video backgrounds, fingerprint auth, and a composable design system. Terraform like state management for installation/uninstallation. Contains absolutely zero bloat, and fully configurable.
The glassmorphic power menu from the demo.
Even though this is a GUI, it solves a real latency problem: if a terminal is not already open, Alt + P is faster than spawning a shell (~2.4s load time via Alt + K) just to type sdn.
A headless CLI control center built to reduce the GUI footprint to just the browser and the editor. The central nervous system of the OS. Much of it is hardcoded to my setup and will be rolled out here gradually.
There's more to come.
Tip
This is a long term thing. So you might follow through.
Apache-2.0 © @rccyx