ExeBrowser

Run Windows .exe files in your browser. No install. No upload. Just WebAssembly + Wine.

Running mtPaint in your browser — with your own copy Works well

Guide updated July 2026 · Runs via Wine 1.7.55 (Win32) + WebAssembly · Requires your own copy

mtPaint (Mark Tyler's Painting Program) is a tiny, fast, open-source raster editor built for icons, pixel art, and quick photo touch-ups — and this guide covers running your own copy of it in a browser tab. The whole program is only a few hundred kilobytes and was designed to run happily on a 200 MHz machine with 16 MB of RAM — which is exactly the kind of lightweight, native Win32 software that runs well under browser-based Wine. If you want to push pixels, edit an indexed palette, or crop and resize an image on a Chromebook or a locked-down PC with nothing installed, mtPaint is one of the most dependable choices in ExeBrowser. Load your copy below, let Wine boot, and you have a real paint program in a browser tab — nothing installed, nothing uploaded to a server.

Runs in your browser tab with WebAssembly + Wine — nothing is uploaded. Click the screen to capture input; press Esc to release the mouse.

mtPaint is GPL-licensed open-source. The current Windows build is 64-bit with GTK2 DLLs — bring your own copy using Load your own copy above, or try an older 32-bit build from the SourceForge page.

Download mtPaint (open source, GPL)

mtPaint is free and open-source under the GPL. You can launch the hosted copy above instantly, or get the official Windows build and source from the project itself:

To edit your own pictures here, bundle them into the same folder you load, then use Download files written by this app to get your saved images back out.

How it works & what to expect

mtPaint is a small, self-contained Win32 application. It draws a standard window with standard toolbars, reads and writes image files on the local virtual C:\ drive, and never reaches for DirectX, 3D acceleration, recent .NET, or post-Windows-7 APIs. That is precisely the profile Wine 1.7.55 handles cleanly, so the default (Win32) variant is all you need.

Expect a snappy, no-frills editing experience: brush, pencil, fill, shape, and selection tools; zoom for pixel-precise work; palette and channel editing; and the usual crop, resize, rotate, and flip operations. Because everything runs locally in WebAssembly at roughly 10–40% of native speed, small images feel instant. Very large photos will redraw more slowly than on a real PC, but the tiny footprint keeps things responsive for the icon-and-sprite work mtPaint is built for.

Opening images and saving your work

The in-browser C:\ drive starts empty and is wiped every time you reload, so the workflow is: bundle the mtPaint program folder with any images you want to edit into one folder, load it, then open your file from inside mtPaint. (If you use the hosted copy below, it boots ready to go — just create a new canvas or drop your own images alongside it.)

When you're finished, save inside mtPaint first — it exports PNG, GIF, BMP, JPEG, TIFF and more — then click Download files written by this app to pull your saved images out of the virtual drive as a zip. The golden rule of ExeBrowser applies here: download before you close the tab, because the virtual disk does not survive a reload.

What it's great at (and what it isn't)

mtPaint shines at pixel art, sprite sheets, icon and favicon work, indexed-palette images (great for retro and GIF-style art), and fast crop/resize/recolor jobs. The palette editor and indexed-color tools are genuinely good and hard to find in modern editors.

It is not a layered photo compositor like Photoshop or GIMP — it favors a single working image and a flat, fast workflow. There's no GPU filtering, no RAW pipeline, and no plugin ecosystem. None of that is a Wine limitation; it's simply mtPaint's deliberately minimal design. For its intended job — pushing pixels quickly — it runs in the browser about as reliably as anything we host.

Frequently asked questions

Is mtPaint free to use in the browser?

Yes. mtPaint is open-source software released under the GNU General Public License (GPL), so it is completely free to use, modify, and redistribute. We host a clean copy here, and running it in your browser costs nothing.

Does mtPaint run well under browser-based Wine?

It does. mtPaint is a small native Win32 program that uses standard windowing and avoids DirectX, 3D, and modern .NET, so it maps almost perfectly onto what Wine 1.7.55 implements well. Use the default (Win32) variant — it's one of the more reliable graphics editors in ExeBrowser.

Can I edit my own images?

Yes. Load your image files alongside the mtPaint folder, open them from inside the app, edit, save in your chosen format (PNG, GIF, BMP, JPEG, TIFF and more), then use Download files written by this app to retrieve them. Always download before reloading — the virtual drive is wiped on refresh.

Is mtPaint good for pixel art?

Very much so — pixel art and icons are exactly what it was built for. The zoom, single-pixel pencil, fill, and indexed-palette tools make it a favorite for sprites, favicons, and retro-style art. It's not a layered photo editor like GIMP, but for pixel work it's hard to beat for the size.

Why is mtPaint so small and fast?

By design. The whole program is only a few hundred kilobytes and was written to run on hardware as modest as a 200 MHz CPU with 16 MB of RAM. That tiny footprint is also why it boots and responds quickly inside the WebAssembly Wine sandbox.

More you can run in your browser