Skip to content

Tiny Observer - Live Telemetry and Process Inspector

Choose a tag to compare

@confh confh released this 29 Jun 12:23

This desktop application provides a live visual dashboard for monitoring, inspecting, and debugging running Tiny processes. It connects to the runtime observer HTTP server to display memory statistics, task pool metrics, variable scopes, timeline events, and log messages, while allowing you to invoke exposed functions and commands on the fly.

Usage

  1. In your Tiny application, import and start the observer server:
import std "observer";
observer.start({ port: 4040, password: "tiny" });
  1. Run your application.
  2. Launch the downloaded observer.exe executable, enter the URL (http://127.0.0.1:4040) and the password (tiny) to connect.

Compatibility

This is a standalone WebView-based desktop application. It operates independently of the compiler version and is compatible with any Tiny program running the standard observer server.