::GTX::> C:\Users\you
::GTX::> ls -la features/

01  What it actually is

GioTux boots inside a normal Windows console and turns it into its own little operating system — a persistent shell with a real command set, its own app format, and a couple of modes to drop back into Windows when you need to.

drwxr-xr-xcore-shella persistent ::GTX::> prompt with ls, cd, mkdir, rm, cp, mv, cat, nano, touch, find, grep and more, working against your real filesystem.
drwxr-xr-xsystem-toolswhoami, hostname, uptime, ps, kill, df, ping, ipconfig, and ginfo, a full-screen system dashboard.
drwxr-xr-x.gtux appsa tiny scripting format (echo, set, calc, random, input, if/goto, pause…) that run executes like installed programs. apps lists what you've got.
drwxr-xr-xgames/drop a batch game in the folder next to GioTux and launch it with game [file] in its own window.
drwxr-xr-xadmin modean optional, passcode-locked layer for disk checks, ownership/permissions, env repair, and other real Windows admin actions — passcode is encrypted and tied to your Windows account.
drwxr-xr-xcmd / guidrop into a real, unmodified DOS-style console with cmd, or launch the gui desktop if you've got the Python side installed.
-rwxr-xr-xbits and piecescowsay, fortune, matrix rain, a customizable color scheme that persists across sessions, command history, and a Konami code if you know where to look.
::GTX::> cat why.txt

02  Why it exists

No install weirdness

It's just cmd.exe, dressed up

Nothing gets replaced. GioTux takes over a console window, runs a shell loop on top of your real file system, and hands control back cleanly on exit. Under the hood it's still your machine.

Actually useful commands

Not just a skin

ls, cd, grep, find and friends do real work against real files — this isn't a static screensaver pretending to be a terminal, the commands run.

Make it yours

Colors, apps, games

Save a color scheme once and it sticks. Write a .gtux app in a few lines. Drop a batch game in the games folder and it shows up as a command.

A safety net

cmd mode and admin mode

Need the real console back? cmd drops you into an unmodified DOS-style window. Need to actually fix something? Passcode-locked admin mode gives you the real tools, on purpose.

::GTX::> run demo.gtux

03  Try the shell right here

This is a small simulation of the real prompt, running in your browser — not the actual GioTux binary. Type a command below.

GioTux — demo shell C:\Users\you
::GTX::>

Try help, ls, whoami, ginfo, cowsay [text], fortune, matrix, or sudo.

::GTX::> curl -O GioTuxInstaller1.0.exe

04  Get GioTux

::GTX::> ready to download GioTuxInstaller1.0.exe
⬇ Download GioTuxInstaller1.0.exe
::GTX::> GioTux is ready to get installed

Requires Windows with cmd.exe (built in). PowerShell is used for a few extras like ginfo and the fullscreen switch — also built in on any modern Windows install. The gui command needs Python installed separately.

Looking for older builds or a changelog? See the releases page.