Pytxo

Desktop setup

Install Pytxo Desktop from release installers.

Pytxo Desktop is the optional control UI for structural telemetry (Topology Focus graph by default). It is not a multi-terminal IDE.

Download

Get installers from pytxo.com/download or GitHub Releases (v0.8.0):

PlatformInstaller
Windows x64pytxo-desktop-windows-x64.msi (also a setup.exe on the releases page)
macOS Apple Siliconpytxo-desktop-darwin-arm64.dmg
macOS Intelpytxo-desktop-darwin-x64.dmg
Linux x64pytxo-desktop-linux-x64.AppImage

Prerequisites

  1. Install the CLI and confirm pytxo doctor passes.
  2. Install the Desktop package for your OS.
  3. On Linux AppImage: mark executable (chmod +x ...AppImage) before launch.

First session

  1. Trust a folder: pytxo trust orbit (or pick a profile in the Desktop trust flow).
  2. Initialize config in the repo: pytxo init.
  3. Open that repo in Desktop. Workspace Home lists projects and domains.
  4. Dry-run a swarm: pytxo run --dry-run --config pytxo.toml, then a real run when ready.

What you should see

  • Topology - AST / dependency graph (not a wall of terminals)
  • Diff / logs - supporting panels for agent writes and event-log rows
  • Galaxy approvals - HITL panel when permission_profile = galaxy

Build from source

If you are contributing to Desktop itself, see Contributing. End users should use the installers above.

Next steps

On this page