Manage this site’s storage in your browser
The offline copies and downloaded AI models that make this site fast can add up to gigabytes. Here is where you see them and take them back.
- Runs entirely in your browser
- Works offline
- No upload
- No sign-up
- No watermark
Loading the tool…
How it works
- Open the tool — everything stored is listed with sizes where the browser reports them.
- Delete individual caches or databases, or everything at once.
- The site keeps working; it just re-downloads on demand.
Why nothing is uploaded
Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.
Verify it yourself
- Open your browser’s developer tools (F12) and select the Network tab.
- Load your file and run the tool.
- The only requests you will see fetch the tool’s own code — and, for a few heavy tools, their open-source engine from a public CDN — plus one small page-view ping to loreatec.jp (page address and title, nothing more). None of them carry your file.
Frequently asked questions
Can it show what OTHER sites store?
No, and that is by browser design: a page can only see its own origin’s storage. Nothing can inspect another site’s data — which also means no other site can inspect this one’s. For a global view, your browser’s settings page is the only complete view.
Where are the gigabytes usually hiding?
In the local-AI models: they are stored twice — once by the model runtime in IndexedDB, once by the offline cache. Deleting both entries frees the space; the model re-downloads the next time you use that tool.
Is deleting anything here risky?
No. Everything listed is a cache or a downloaded artefact: the worst case is that the next use of a tool re-downloads its engine. Nothing of yours is stored here — your files never were.