GTGhostOS Terminal

A real operator terminal for ghostOS, shipped as a sealed Windows product.

GT brings the live ghostOS runtime to Windows without a repo checkout. Operators get the branded installer, bundled runtime, VS Code bridge, serial-first identity, wallet onboarding, Wi-Fi, MultiNode, and host-assisted P2P bootstrap in one flow.

Release
0.1.89
Installer
18.3 MB
Bundle
18.3 MB
Runtime
Sealed
GT - GhostOS Terminal
Windows operator surface0.1.89
What ships now
Installer, sealed runtime, VS Code bridge.
- Ghost0x wallet onboarding and serial-first identity
- Real Wi-Fi listing and connected network state inside ghostOS
- MultiNode visibility and host-assisted P2P bootstrap
- Standalone GT and VS Code terminal parity
Release briefing

What operators need to know before first launch.

GT is not a repo wrapper. It is a public operator product that brings up the real ghostOS runtime, binds it to a Windows user, and launches a shell that matches the in-editor GT terminal flow. The current build is designed for live Wi-Fi, wallet, MultiNode, and P2P bring-up testing.

The runtime ships in compiled form, stays sealed at rest, and is only staged into a runnable VM workspace when GT prepares a live session. That keeps deployment aligned with the runtime we actually validate, while avoiding a raw source checkout in the operator install root.

The current public operator path is Windows-first and uses the VMware-backed GT runtime flow. That means operators no longer need a local repo checkout, but they should still be on the supported Windows runtime stack we ship and validate.

Current release notes
No custom release notes were published yet for this current build.
Generated 2026-04-08T13:21:06Z
Install flow

Windows first, then shell verification.

1
Download the Windows installer EXE or the full public bundle.
2
Run the installer with administrator approval once so GT can prepare its secure local runtime.
3
If you use VS Code, install the GT extension from Marketplace or directly from the bundled VSIX.
4
Open GT and let it attach to the real ghostOS runtime, then continue through wallet, Wi-Fi, MultiNode, and P2P bring-up.
1. Download gt-setup-current.exe
2. Approve Windows installation once
3. Launch GT from the installed shortcut
4. Or install the VS Code extension from Marketplace
5. Open the shell and verify:
   ghost whoami
   ghost wifi scan
   ghost p2p announce
   ghost p2p bootstrap
   ghost p2p stack
Operator command archive

The baseline GT shell commands for a real runtime.

ghost help
Standalone / host-side
gt.cmd
Launches the installed GT operator surface from the standalone Windows install.
gt.cmd doctor
Verifies the install root, bundled runtime, and terminal prerequisites.
ghostterm_host.exe enter ghostos --shell --headless --restart-vm
Starts a fresh runtime session and attaches the shell directly to ghostOS.
ghostterm_host.exe runtime status
Shows the current bundled runtime payload and install-side runtime state.
Inside ghostOS runtime
ghost status
Quick health check for the runtime, transport, and UI state.
ghost whoami
Shows the active device, GHID serial, OS serial, and bound Ghost0x wallet.
ghost onboarding
Displays first-run identity and wallet setup state from the kernel.
ghost wallet
Shows wallet lock state, passcode status, and current address.
ghost wifi scan
Lists the host-visible Wi-Fi networks that ghostOS can use right now.
ghost wifi details
Shows the current link state, SSID, IP, DNS, and adapter details.
ghost p2p address
Prints the active Ghost0x wallet identity used by the P2P stack.
ghost p2p announce
Publishes the local P2P route for the current Ghost0x address.
ghost p2p bootstrap
Stages host-assisted bootstrap so the node can enter network-ready mode.
ghost p2p stack
Shows transport readiness, interface binding, bootstrap status, and peers.
ghost multinodes
Shows MultiNode visibility, discovery progress, and network state.
ghost p2p contacts
Lists your saved P2P contacts for direct messaging flows.
ghost p2p sendto <contact> <message>
Queues and sends a P2P message to a saved contact.
ghost clear
Clears the shell and redraws the branded terminal header.
Production notes

What “public-ready” means right now.

GT now works as a standalone Windows install and as a VS Code terminal entry. The shell can bring up the real ghostOS runtime, read host-visible Wi-Fi networks, maintain Ghost0x wallet identity, and complete host-assisted P2P bootstrap without a local source checkout.

The current release is designed for operator testing, P2P expansion, and live network bring-up. It is ready to distribute to trusted testers, but Windows security prompts will still show Unknown Publisher until the installer EXE is Authenticode-signed with a real code-signing certificate.

Artifacts

What the current release exposes.

Installer EXE
gt-setup-current.exe
Public bundle ZIP
gt-public-current.zip
VS Code extension
gt-ghostos-terminal-current.vsix
Manifest
public_manifest.txt
Operator next step

Install GT, attach to ghostOS, and start the network bring-up sequence.

Once GT is installed, the terminal should be able to verify identity, inspect the current Wi-Fi state, announce its Ghost0x route, bootstrap the P2P stack, and report MultiNode visibility from the same runtime session.