Run miniPaint - Browser Based Image Editor - on Linux @i12bretro
Run miniPaint - Browser Based Image Editor - on Linux  @i12bretro
Uploaded March 2024 | Updated September 2026, 2 weeks ago
#miniPaint #ImageEditor #Linux

Full steps can be found at i12bretro.github.io/tutorials/0895.html

--------------------------------------------------------------------
What is miniPaint?
--------------------------------------------------------------------
[miniPaint is an] online image editor lets you create, edit images using HTML5 technologies. No need to buy, download, install or have obsolete flash. No ads. Key features: layers, filters, HTML5, open source, Photoshop alternative.
miniPaint operates directly in the browser. You can create images, paste from the clipboard (ctrl+v) or upload from the computer (using menu or drag & drop). Nothing will be sent to any server. Everything stays in your browser. - github.com/viliusle/miniPaint
 
--------------------------------------------------------------------
Installing NodeJS
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Run the following commands in a terminal window
         # add nodejs software repository
         curl -sL deb.nodesource.com/setup_20.x | sudo bash -
         # install nodejs
         sudo apt install nodejs -y
         # test node is working
         node -v
         # test npm is working
         npm -v
 
--------------------------------------------------------------------
Running miniPaint
--------------------------------------------------------------------
   01. Continue with the following commands:
         # install git
         sudo apt install git -y
         # cd back to home
         cd ~
         # clone minipaint github repo
         git clone github.com/viliusle/miniPaint.git ./miniPaint
         # cd into git clone
         cd miniPaint
         # install dependencies
         npm install
         # build minipaint
         npm run build
         # run minipaint
         npm run server
   02. Open a web browser and navigate to http://DNSorIP:8080
   03. Welcome to miniPaint
 
Source:  github.com/viliusle/miniPaint/wiki/Build-instructions
 


### Connect with me and others ###
★ Discord: discord.com/invite/EzenvmSHW8
★ Reddit: reddit.com/r/i12bretro
★ Twitter: twitter.com/i12bretro
Run miniPaint - Browser Based Image Editor - on LinuxInstall Akaunting - Open Source Accounting Software - On WindowsInstalling phpBB Forum/Bulletin Board on DebianRunning a CloudReady ChromeOS VM in VirtualboxInstall Matomo - Self-Hosted Google Analytics Alternative - on LinuxRun the Official Debian Rolling Release - Sid - in a VirtualBox VMInstall ownCloud on Windows with WSL2Run SolidInvoice - Open Source Invoicing Software - in DockerRaspberry Pi 4 vs Intel Celeron N3060Install Web Based Download Utility with Aria2 WebUI on WindowsHost Your Own Hoppscotch - Browser Based Open Source Alternative to PostmanInstall Raspberry Pi OS on the Microsoft Surface RT Tablet
i12bretro |

Run miniPaint - Browser Based Image Editor - on Linux

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER