No red flags found in any of the 11 categories β no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →
by microsoft · Agent Tool · ★ 227
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is tui-test safe to install? View the security audit →
tui-test is a rust powered cli for controlling, inspecting, testing, and recording shell sessions and terminal apps. It supports all standard terminal actions (send keys, mouse clicks) & user actions (screenshot, record sessions), & testing (matches screenshot, contains text). supports Windows, Linux, & macOS and it supports a wide range of shells (see Supported shells). [!IMPORTANT] is in the middle of a major re-write, the documentation reflects the beta releases Programmatic usage provides a Rust, Python and Node libraries. These libraries are independent of the cli Rust () rust use tuitest::{OpenOptions, Operation, Session}; fn main() - Result { let session = Session::new(format!("rust-example-{}", std::process::id())); session.open(OpenOptions::default())?; session.execute(Operation::Submit { data: Some("echo hello".into()), })?; session.execute(Operation::WaitCommand { timeoutms: Some(30000), })?; session.execute(Operation::ExpectText { text: "hello".into(), regex: false, full: false, strict: false, not: false, fg: None, bg: None, timeoutms: Some(5000), })?; session.execute(Operation::ExpectExitCode { code: 0, timeoutm
| Stars | 227 |
| Forks | 20 |
| Language | Rust |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 65.6902148424591/100 |
| Open Issues | 13 |
| Last Updated | 2026-08-18 |
| Created | 2024-01-25 |
| Platforms | cli, rust |
| Est. Tokens | ~26k |
These tools work well together with tui-test for enhanced workflows:
Looking for a tui-test alternative? If you're comparing tui-test with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub β ranked by topic overlap, star count, and community traction.
Ultra-fast token & cost tracker for LLM Token Usage (e.g. Claude Code)
Let AI agents message, watch, and spawn each other across terminals. Claude Code, Codex, Antigravity CLI, Curs
Process manager for AI agents (and humans)
Claude Code hooks that auto-switch model tier based on task complexity
htop for your AI costs β real-time terminal monitoring of LLM token usage and spending across providers and co
Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.
Explore other popular agent tool tools:
tui-test is π» testing framework and cli for driving tests for terminal apps - native ai agent support. It is categorized as a Agent Tool with 227 GitHub stars.
tui-test is primarily written in Rust. It covers topics such as ai-tools, automation, bash.
You can find installation instructions and usage details in the tui-test GitHub repository at github.com/microsoft/tui-test. The project has 227 stars and 20 forks, indicating an active community.
tui-test is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to tui-test on Agent Skills Hub include toktrack, hcom, gob. Each offers a different approach to the same problem space β compare them side-by-side by stars, quality score, and community activity.