SODIK OS isn’t that. It’s a real, custom-built Arch Linux distribution — its own kernel, its own boot sequence, its own graphical session. When it boots, there’s no desktop environment underneath the interface. The cinematic hacker UI is the operating system.

Booted and running. That’s a real shell, real system stats — not a mockup.
Booting

What it actually is

A bootable ISO, built from scratch with archiso, that:

  • Boots straight into a custom Electron-based interface — no login screen, no desktop, no manual launch step
  • Runs a real terminal wired to an actual Linux shell via node-pty — every command you type executes on the real system, not a simulation
  • Shows real telemetry, not decoration: live CPU/RAM from the kernel, actual running processes, real open ports (ss), real auth logs (journalctl), a real filesystem browser you can click through and open files from
  • Speaks. AI-generated voice lines (via Groq’s Orpheus TTS) narrate the boot sequence and react to what you’re doing — “Scanning active processes,” “Terminal open, you have a root shell”
  • Has a genuinely cinematic boot: BIOS-style memory count, a CRT-style logo power-on, a security-module loading bar, then a decode/scramble greeting effect — before handing you a real root shell

The stack

Arch Linux base, archiso + mkinitcpio-archiso for the live image, Electron for the interface, node-pty for the real terminal, vanilla JS/canvas for the cinematic effects (no game engine, no framework — just DOM and requestAnimationFrame), and Groq's Orpheus TTS for the voice.

Why build an OS instead of an app

Because the moment something is “just an app,” it stops feeling real. A terminal panel inside a browser tab is a toy. A terminal panel that is the thing your kernel booted into — where ls, cd, sudo pacman -S nmap all hit real hardware — is a different experience entirely. That distinction was the whole point.

What’s next

Persistent storage across reboots, BlackArch integration for a real pentesting toolset, and pushing the boot cinematics further. This is a live, evolving build — not a finished product.

SODIK OS is built and maintained solo. If you’re into OS internals, Electron, or just like watching a terminal boot like it’s from a movie, follow along.