# Plasmoid
A minimalist and opinionated app launcher for Android.
## Screenshots
 Dark mode with tags |
 Light mode |
 Search filter |
 Swipe to pin |
 Tag editor |
## Features
**Search & Launch** — Start typing to filter apps by name or tag. Tap to launch immediately.
**Tagging** — Long-press an app and choose Edit Tags to assign tags. Tags are searchable using prefixes: `@context`, `#general`, `+project`.
**Gestures**
- Swipe right to pin an app to the top (swipe right again to unpin)
- Swipe left to demote an app to the bottom (swipe left again to restore)
- Long-press for Edit Tags, App Info, and more
**Settings** — Toggle icon visibility, color mode, theme, sort order, auto-focus, status icons, and demoted app visibility from the menu.
## Download
Get the latest .apk on the [Release Page](https://codeberg.org/randogoth/plasmoid/releases)
## Build
```sh
flutter build apk --release
```
On systems without Flutter installed, [devbox](https://www.jetify.com/devbox) provides a reproducible environment:
```sh
devbox install
devbox shell
flutter build apk --release
```
---
Made with love by randogoth — icon by [Game Icons.net](https://game-icons.net/).