#triton-vm #tui #programs #user #triton-vm-debugging

app triton-tui

Terminal User Interface to help debugging programs written for Triton VM

4 releases (1 stable)

Uses new Rust 2024

new 2.0.0 Jan 21, 2026
1.0.0 Oct 23, 2025
0.50.0 Jun 27, 2025
0.49.0 Jun 18, 2025
0.1.0 Dec 22, 2023

#202 in Command-line interface

Apache-2.0 and GPL-2.0 licenses

510KB
3.5K SLoC

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. 🙇

Dependencies

~37–75MB
~1M SLoC