Skip to content

Pytxo-dev/pytxo-desktop

Repository files navigation

Pytxo Reality Deck

Passive telemetry UI for Pytxo: run list, wave agents, xterm log stream, and per-agent git diff.

Requires: pytxo v0.1.x (pinned via git tag in src-tauri/Cargo.toml).

Prerequisites

  • Rust 1.85+
  • Node.js 22+
  • Pytxo CLI from pytxo: cargo install --git https://github.com/Pytxo-dev/pytxo --tag v0.1.0 pytxo-cli

Run the UI from the same git repository where you execute pytxo run.

Development

npm ci
npm run check
cargo build -p pytxo-desktop

Tauri dev (from repo root):

cd src-tauri
cargo tauri dev

Architecture

  • Svelte 5 frontend — no direct filesystem access.
  • Tauri IPC calls pytxo-orchestrate and pytxo-store only.

Screenshot

Add docs/reality-deck.png for launch marketing (capture from a three-agent dry run).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors