The creator of Photopea, a great free alternative to Photoshop, is not interested on making an offline version, so I took it upon myself to make it.
If there are any issues, please let me know.
- Download the repository
- Open a terminal
cd
into the folder where you downloaded it- In the folder, type this:
python -m http.server --directory www.photopea.com 8080
- Open http://localhost:8080. It should load and you can use it like normal.
Note: These projects are not officially associated with this one
- https://github.com/tim0-12432/photopea -- Electron wrapper for the project
- https://github.com/NFXT/Photopea-Desktop-App -- Another Electron wrapper for the project