Rusty Penguin v1.0.0
"Binary hardware. Ternary mind."
The first public release of Rusty Penguin — a ternary-first operating system written entirely in Rust, part of the Ternary Intelligence Stack.
Boot confirmed in QEMU:
SeaBIOS → GRUB "Rusty Penguin v1.0.0" → Linux kernel → init → psh prompt
What works in this release
Penguin Shell (psh v0.2) — runs as PID 1:
trit <n>— balanced ternary Tryte representationmul / div / scale— full ternary arithmeticps— real Linux process list with ternary state (+1 / 0 / -1) annotationsactivate / dormant / suppress <pid>— SIGCONT / SIGSTOP / SIGTERMai [n]— sparse ternary inference layer (Zero-dormancy skip efficiency)
Core crates: ternary-core, mathematics, scheduler, ai-runtime, init
Bootable ISO pipeline (iso/build.sh):
bash iso/build.sh
qemu-system-x86_64 -cdrom rusty-penguin.iso -m 512M -nographicArchitecture
| Track | Status |
|---|---|
| Userspace (psh on Linux) | Working — demo today |
| Bare-metal x86_64-unknown-none kernel | Planned |
Actively researched and developed.
Part of the Ternary Intelligence Stack — https://ternlang.com
Source: https://github.com/rfi-irfos/rusty-penguin