A desktop app for creating and editing Chromium-based web apps in Linux.
- Create user-level web app launchers in
~/.local/share/applications - Show AppMeUp-created web apps in the installed list
- Launch installed web apps directly from the GUI
- Edit or uninstall installed AppMeUp web apps from the GUI
- Uninstall also cleans up the web app's profile data directory
- Use
New WebAppandSave WebAppactions in the app UI - Fetch site icons automatically with live preview
- Refresh the desktop app menu and icon cache after changes
- Read XDG menu locations through
pyxdgso category discovery follows the active DE - Filter browser flags by name or description in the options tab; supports Chrome, Chromium, Brave, and Vivaldi
- Python 3.13
- GNU Make
make install-deps # create venv and install dependencies
make run # run the appmake build-standalone # standalone binary
# or
make build-onefile # onefile binaryInstall a built binary locally:
make installmake clean # remove .venv, build/, dist/
make clean-build # remove build artifacts only
make help # list all targets




