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 watch what you do. No session recording, 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.

Two things do get counted, and we would rather say so here than let you find them with a packet sniffer: a one-time install count when a fresh copy first starts, and a summary of the software setup wizard's result if you ever run it. Both are anonymous, neither contains anything that identifies you or your machine, and both are itemised in our privacy policy alongside every other request Yaw makes on its own behalf. That list is the authoritative one - if it is not on there, Yaw is not sending it.

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.

Frequently Asked Questions

Does yaw collect telemetry?

No session recording, no command capture, and no crash reports. No account is needed, and saved credentials never leave your machine. Yaw does send two anonymous counters - a one-time install count and a summary of the setup wizard's result - both itemised in our privacy policy alongside every other request Yaw makes on its own behalf.

How can I tell what my terminal sends home?

Check the vendor's privacy policy and telemetry settings, look for opt-outs if tracking is on by default, and run a network monitor to see what the app sends, when, and how often.

Do yaw's AI features route data through yaw's servers?

No. AI requests go directly from your device to the provider you configure. There is no intermediary server or proxy that could log your prompts or responses.

Published by Yaw Labs.

Related Articles