triton-tui

Crates.iotriton-tui
lib.rstriton-tui
version0.50.0
created_at2023-12-22 23:15:26.002387+00
updated_at2025-06-27 12:36:24.854106+00
descriptionTerminal User Interface to help debugging programs written for Triton VM.
homepagehttps://triton-vm.org/
repositoryhttps://github.com/TritonVM/triton-tui
max_upload_size
id1078717
size734,739
Thorkil Værge (Sword-Smith)

documentation

https://docs.rs/triton-tui/

README

Triton TUI

Terminal User Interface to run and debug programs written for Triton VM.

Example run of Triton TUI

You might also be interested in the Triton CLI, which lets you generate and verify proofs of a program's correct execution.

Getting Started

Triton TUI tries to be helpful. 🙂 List possible (and required) arguments with triton-tui --help. In the TUI, press h to access the help screen.

The example program, serving as the tutorial, can be run with

triton-tui examples/program.tasm

Installation

From crates.io:

cargo install triton-tui

Shell Completion

Grab your completion file for bash, zsh, powershell, fish, or elvish.

Installation depends on your system and shell. 🙇

Commit count: 37

cargo fmt