Desktop / X17z Terminal v1.0

The fleet,
on your machine.

One phosphor window. Pick an operator, state the objective, watch it plan and execute. Same account, same threads as the web console — with no browser around it.

macOS · Intel / Apple Silicon (Rosetta) · 124 MB
X17z Operator v1.0
█   █    ██   █████  █████
▓█ █▓   █ █      ▓█     ██
  █       █     ██     ██ 
▓█ █▓     █    ██     ██  
█   █   ████   █     █████
✳ ❯
macOS
Intel / Apple Silicon (Rosetta) · 124 MB · tar.gz
Download ↓

Unsigned build — clear the quarantine flag once with xattr, then it launches normally.

Install
1tar -xzf X17z-macos-x64.tar.gz2xattr -cr X17z-darwin-x64/X17z.app3open X17z-darwin-x64/X17z.app
Blocked by your OS? That's expected.

These builds are not code-signed yet, so macOS Gatekeeper, Windows SmartScreen and some browsers flag them as coming from an unidentified developer. The binary is the Electron shell in this repo — nothing else. Here's how to allow it:

BrowserIf the download is stopped, open your downloads list and choose Keep / Keep anyway.

macOSRun xattr -cr X17z-darwin-x64/X17z.app, or right-click the app → Open → Open. If it still refuses: System Settings → Privacy & Security → Open Anyway.

WindowsSmartScreen → More info → Run anyway. You can also right-click the .exe → Properties → Unblock.

LinuxMark it executable: chmod +x X17z-linux-x64/X17z.

01 NativeNot a browser window. A real CLI: use, new, sessions, login — history, tab-complete, streaming output.

02 PointX17Z_URL=https://your-host ./X17z targets another deployment. Sessions persist on-device.

03 BuildPrefer source? npm install && npm run app:mac (or app:win / app:linux).