Install
Install the Pytxo CLI on Windows, macOS, and Linux.
Current release: 0.8.0.
npm (recommended)
Requires Node.js 18+.
npm i -g pytxo
pytxo doctorThe npm package downloads the matching prebuilt binary from Pytxo-dev/pytxo-releases on install.
Install scripts
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.ps1 | iexPin a release:
PYTXO_VERSION=v0.8.0 curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bashPrebuilt binaries
| Platform | Asset |
|---|---|
| Linux x64 | pytxo-linux-x64 |
| Linux arm64 | pytxo-linux-arm64 |
| macOS Apple Silicon | pytxo-darwin-arm64 |
| macOS Intel | pytxo-darwin-x64 |
| Windows x64 | pytxo-windows-x64.exe |
Download from GitHub Releases. Put the binary on your PATH, then run pytxo doctor.
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 TUIInitialize a project
pytxo trust orbit
pytxo init
pytxo doctor