Most software collects usage telemetry. Behavioral analytics, crash reports, feature tracking, session timing. For a web browser or a note-taking app, this is a reasonable trade-off - the data helps improve the product, and the risk is limited.

A terminal is different.

What Your Terminal Sees

Your terminal has access to everything that flows through it:

A terminal sits at the intersection of your identity, your infrastructure, and your secrets. No other desktop application has this level of access to sensitive information in the course of normal use.

The Problem with "Anonymous" Usage Tracking

Terminal vendors that collect usage telemetry typically say it is anonymous - feature usage, session duration, crash reports. They are probably telling the truth. But there are structural issues:

Account Requirements

Some modern terminals require you to create an account before you can use the app. This means the vendor knows who you are before you type your first command. An account ties your usage to an identity, which fundamentally changes the privacy calculus - even if the usage data itself is "anonymous."

A terminal should not need to know who you are to let you run commands.

What Does Responsible Look Like?

We think a terminal should follow these principles:

How Yaw Handles This

Yaw doesn't track what you do. No usage analytics, no behavior telemetry, no crash reports, no command capture, no session timing. No account is needed to use any feature. Saved credentials never leave your machine - they are AES-256-GCM encrypted at rest on your local disk. When you use the built-in AI chat, requests route straight from your device to your chosen provider's API. There is no intermediary server, no proxy, and no infrastructure on our side that could log your prompts or responses.

This is not a competitive feature. It is a baseline. We think every terminal should work this way.

What You Can Do

Your terminal is one of the most privileged applications on your machine. It deserves the same scrutiny you would give to any tool that handles secrets.

Published by Yaw Labs.

Related Articles