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

01  What it actually is

GioTux boots straight into its own shell environment — a persistent command set, its own app format, and a couple of modes to drop back into standard Windows tools when you need them.

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

Runs right on your machine

GioTux takes over a console window and runs a real shell loop on top of your actual file system, with nothing replaced behind the scenes. Exit cleanly, and you're back to normal.

Actually useful commands

Not just a skin

ls, cd, grep, find and friends do real work against real files — these aren't static text on screen, the commands actually 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

A preview of the prompt, right here in your browser. Type a command below.

GioTux — live preview 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.