Skip to main content

Intro

yeet is a runtime for developing tools that observe and control your programs. It's available today as a terminal-based interface.

HTTP endpoints tool

Install

The easiest way to install yeet is through the install script — Linux only:

curl -fsSL https://yeet.cx | sh

macOS and Windows users can run yeet via Docker — see Running with Docker (macOS/Windows).

If you prefer not to use the one-line installer, you can set up yeet manually.

Login

Once installed, authenticate with your yeet account:

yeet login

This will give you a link to authenticate in your browser. Once authenticated, you're ready to go.

Build

yeet provides a library of tools ready to use. Open your first tool with this command:

yeet run github:yeet-src/httpinspect

Tools you build with yeet provide a live view of your system. Press Ctrl+C to cancel a running tool at any time.

Customize

yeet tools are built with JavaScript. You can work with your AI model to customize any tool. Browse the Tools library to find a starting point.