/ ABOUT
How it works
inyourbrowser.com is a collection of small utilities that run directly inside your browser. The files and data you work with are processed locally — they are never uploaded to a server.
Processing happens on your device
Each tool is a JavaScript program that uses browser-native APIs like the Canvas API, the File API, and Web Workers. When you compress an image or diff two text files, the computation happens on your CPU — not on our servers. Your file content never leaves your browser tab.
No accounts required
- No sign-up or login required for any tool.
- No analytics that record which files you open or what you do with them.
- Your processed files are discarded from memory when you close the tab.
Open to inspect
The tools are standard web code — HTML, CSS, and TypeScript compiled to JavaScript. If you want to verify that your file content stays local, open DevTools, go to the Network tab, and watch what happens when you process a file — no file data is transmitted.
What we do collect
Standard web server access logs (IP address, URL, timestamp, user-agent) may be retained briefly by the hosting provider for operational purposes. We do not use them to profile individuals. No file contents are ever logged — because your files never reach our servers.