Ethos

pah.moi is a personal workspace built on a few firm commitments. I am not marketing a website. You can verify each claim.

Your data stays with you

There are no accounts, no analytics, no trackers, and no third-party scripts. Preferences about the site live only in your browser's localStorage; nothing is sent to a pah.moi server, because the 'server' is just static files. There is nothing to communicate back to; nothing on the other side to receive data.

Compute is local

The tools run entirely in your browser. A DNS lookup or a JWT you paste is processed on your machine and, where a tool must reach a third party, it says so and talks to that party directly, never through pah.moi. Anything touching sensitive input is gated behind a plain warning first.

Readable without JavaScript

Every page is legible as plain, semantic HTML with no JavaScript. The terminal-style interface is an enhancement layered on top, never a requirement. Turn scripting off and the content is still there.

Verify, don't trust

The guiding line is simple: verify everything; trust patterns, not promises.

Security headers and a strict Content-Security-Policy are applied at the edge, the disclosure contact lives at /.well-known/security.txt, and every interface element is intended to have either a functional or referential purpose.

Caveat emptor

You will find a series of MIT-licensed tools, and because this is a static site, you can download any of the pages to run locally or in a sandbox. And you should do so at your own discretion, with no warranty or guarantee. The tools are ultimately designed for my own use, and I offer them to anyone else who is interested. Use at your own risk.