Analysis updated 2026-05-18
Make quick edits to a photo for a blog post without installing any software.
Edit images offline since the tool runs entirely from a local file with no internet needed.
Edit sensitive photos privately since nothing is uploaded to a server.
Keep an image editor on a USB drive or local folder for use on any computer with a browser.
| earthpages/image | amureki/sweatbucks | anikchand461/ragbucket | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2025-08-15 | — |
| Maintenance | — | Quiet | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 1/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
No install needed, just open the single HTML file in a browser.
Earthpages Image is a lightweight, browser based image editor built for everyday users such as hobbyists and bloggers who want a simple way to edit photos without installing any software. The entire application lives inside a single HTML and JavaScript file that you open directly in your web browser: no download manager, no installer, no account required. The key design principle is privacy. When you load an image into the editor, all processing happens inside your computer's temporary memory (RAM). Nothing is uploaded to a server, and the images and filenames you work with never leave your machine. The code contains no network calls, meaning there is no fetch, XMLHttpRequest, or analytics tracking built into the app, so it works entirely offline once the file is open. You would reach for Earthpages Image when you want to make quick edits to photos for a blog post or personal project and do not want a heavyweight tool or a cloud service that might store your images. Because it runs entirely in the browser from a local file, it also works in situations where you have no internet connection. One note from the README: some browsers, including Chrome and Edge, may report the local file path of any HTML file you open to the browser's manufacturer if usage statistics are enabled. This is browser behavior, not something the app does. Users who are concerned about this can run the app from a generically named folder to avoid revealing anything meaningful in that path. The tech stack is HTML and JavaScript.
A single-file, browser-based image editor for hobbyists and bloggers that processes photos locally with no uploads or tracking.
Mainly HTML. The stack also includes HTML, JavaScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.