codeitlikemiley/waz — explained in plain English
Analysis updated 2026-07-19 · repo last pushed 2026-07-09
Get AI help for terminal errors without leaving your command line or opening a browser.
Set up shared command schemas so your whole team gets the same smart autocomplete and AI tool access.
Let AI agents safely run terminal commands on your behalf with built-in validation and sanitization.
Use any AI provider you choose by plugging in your own API keys that stay on your machine.
| codeitlikemiley/waz | loslos321-lab/goldworm | nearai/openclaw-nearai-worker | |
|---|---|---|---|
| Stars | 9 | 9 | 9 |
| Language | Rust | Rust | Rust |
| Last pushed | 2026-07-09 | — | 2026-06-21 |
| Maintenance | Active | — | Active |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires providing your own API keys for at least one AI provider and building from Rust source.
Waz is a terminal application (the screen where developers type text commands) that brings AI tools directly into your command-line workflow. The core idea: instead of copying error messages into a separate browser tab to ask an AI for help, Waz lets you plug in AI providers like OpenAI, Anthropic, Gemini, or DeepSeek so the AI assists you right where you are working. It also manages remote server connections and keeps your data on your own machine by default. What makes this project different from the Warp terminal it is built on is the removal of mandatory cloud services. You do not need to create an account, log in, or sync your history to someone else's servers. You can use any compatible AI service by providing your own access keys, and those keys stay local to your computer. External command-line AI tools like Claude Code or Codex CLI can also be wired directly into the terminal's interface. The standout feature is something called the Token Model Protocol. At a practical level, this lets teams define structured descriptions of their command-line tools. These definitions serve two purposes: they power smarter autocomplete when you are typing commands (like suggesting which git branch or cargo package you might want), and they give AI agents a safe, structured way to run commands on your behalf. When an AI wants to execute a command, Waz validates the input and sanitizes it to prevent dangerous or malicious code execution. This tool is built for developers and technical teams who spend significant time in the terminal and want AI assistance without sacrificing privacy or control. A team working on a shared codebase could check these command schemas into their repository, ensuring everyone gets the same smart autocomplete and AI tool access. Because untrusted code could abuse custom commands, Waz enforces a strict security boundary, only explicitly trusted project folders can run dynamic commands, and built-in tools run in a locked-down environment to prevent attacks. Built in Rust, Waz is an independent evolution of the Warp terminal, focused on giving users a locally-controlled, highly customizable alternative to cloud-dependent developer tools.
A privacy-focused terminal app that brings AI helpers like OpenAI and Claude directly into your command line without requiring cloud accounts, plus smart autocomplete and safe AI-run commands.
Mainly Rust. The stack also includes Rust, OpenAI API, Anthropic API.
Active — commit in last 30 days (last push 2026-07-09).
The license is not specified in the available explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.