Pytxo

Install

Install the Pytxo CLI on Windows, macOS, and Linux.

Current release: 1.2.1.

Requires Node.js 18+.

npm i -g pytxo@1.2.1
pytxo doctor

The npm package downloads the matching prebuilt binary from Pytxo-dev/pytxo-releases on install.

Install scripts

Windows (PowerShell) is a first-class path:

irm https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.ps1 | iex

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bash

Pin a release:

PYTXO_VERSION=v1.2.1 curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bash

Prebuilt binaries

PlatformAsset
Linux x64pytxo-linux-x64
Linux arm64pytxo-linux-arm64
macOS Apple Siliconpytxo-darwin-arm64
macOS Intelpytxo-darwin-x64
Windows x64pytxo-windows-x64.exe

Download from GitHub Releases. Put the binary on your PATH, then run pytxo doctor.

Windows-first note: Pytxo Desktop v1.2.1 is distributed for Windows x64. The CLI release remains gated on all five advertised OS and architecture assets. A release is not published when that matrix is incomplete.

Community help: Discord.

Default TUI

Running pytxo with no subcommand opens the Hypervisor Shell. For scripts:

pytxo run --dry-run --config pytxo.toml
PYTXO_NO_TUI=1 pytxo   # print help instead of TUI

Initialize a project

pytxo trust orbit
pytxo init
pytxo doctor

Next steps