LuckFox Lyra turns Morse code into a full terminal

LuckFox Lyra – A tiny Linux single-board computer now lets you operate a headless terminal through Morse code—no keyboard, no screen, just a built-in LED and a boot button. The project, Morstdin by Gabriel Broussard Korr, extends Morse support with “vim-like” commands and ev
The first surprise is how little you need to talk to a computer.
With the LuckFox Lyra, you’re not hunting for a keyboard or wiring up a serial adapter. After the system boots, you interact with the terminal using Morse code—letting an LED and a single usable button do the heavy lifting.
That setup is the point. It comes from Morstdin. a project by Gabriel Broussard Korr designed to work on “just about anything POSIX-compliant.” The heart of the idea is a clever shell script: Morse I/O is handled through the device’s capabilities. so the terminal is reachable even when there’s no traditional peripheral connected.
On most POSIX-compliant systems. Korr notes you would need to alter the script to account for some kind of peripheral for Morse input and output. The LuckFox Lyra, however, already has what’s required. It includes a built-in LED and two buttons—one is RESET. which can’t be used for anything beyond its intended purpose. while the BOOT button becomes user input after the system starts.
One LED. One button. The kind of hardware simplicity that almost feels like it was designed for Morse. even if that’s really just an unusually clean coincidence. There’s also a clear preference in the implementation: the output is visual via the LED. and Korr says an audible buzzer would detract from the “purity” of the approach.
But Morse isn’t limited to the characters Samuel Morse expected. Korr had to extend the implementation to handle the special characters you’re likely to encounter on a terminal. The result is “Programmer’s Morse,” or PMorse—described as a straightforward extension.
Then comes the part that makes this usable day to day. Korr added commands he describes as “vim-like,” aimed at making a headless device easier to work with—things like deleting whole words, and flashing the line you’re working on so you can check what you’ve typed before committing.
And if that still sounds like a novelty project, it gets weirder in the best way. Korr also put an LLM on it. In a nod to the current obsession with chatbots. the project includes Llamma.cpp. bringing the device’s RAM limit into the story: it fits the whole setup into the LuckFox Lyra’s 128 MB of RAM.
That’s how it can make a very specific claim: it’s described as the world’s smallest stand-alone chatbot. It’s also described as the only one that speaks Morse.
Korr’s history helps explain the obsession with tiny Linux targets. His previous project—featured by MISRYOUM—was about using Linux on old smartphones with Termux.
For now, Morstdin’s Morse-first interface turns a small single-board computer into something you can “type” at in silence. No screen required. Just light, taps, and patience—exactly the kind of constraint that forces you to pay attention to every character.
LuckFox Lyra Morstdin Morse code terminal POSIX PMorse Programmer’s Morse vim-like commands Llamma.cpp LLM on SBC headless computing 128 MB RAM
So wait you just tap a button in Morse and it types? Kinda cool but also sounds annoying as hell.
I don’t get why anyone would do this. Like if you can’t use a keyboard then what’s the point?? Just use voice or something.
But “no screen” so how do you know you typed the right thing? Doesn’t the LED just blink randomly? Sounds like Morse code would need like feedback or else you’re guessing.
This reminds me of those old ham radio setups, like the LED is basically the monitor. Also I’m confused by the “vim-like commands” part—so can you actually do stuff like delete lines or is it just SOS-ing at your computer? Either way, neat concept but seems overcomplicated.