2026-06-19 14:05:55 +03:00
|
|
|
# Plasmoid
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
<img src="assets/plasmoid.svg" width="96" alt="Plasmoid logo">
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
A minimalist and opinionated app launcher for Android.
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
## Screenshots
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center"><a href="screenshots/01.png" target="_blank"><img src="screenshots/01.png" width="180"></a><br><sub>Dark mode with tags</sub></td>
|
|
|
|
|
<td align="center"><a href="screenshots/02.png" target="_blank"><img src="screenshots/02.png" width="180"></a><br><sub>Light mode</sub></td>
|
|
|
|
|
<td align="center"><a href="screenshots/03.png" target="_blank"><img src="screenshots/03.png" width="180"></a><br><sub>Search filter</sub></td>
|
|
|
|
|
<td align="center"><a href="screenshots/04.png" target="_blank"><img src="screenshots/04.png" width="180"></a><br><sub>Swipe to pin</sub></td>
|
|
|
|
|
<td align="center"><a href="screenshots/05.png" target="_blank"><img src="screenshots/05.png" width="180"></a><br><sub>Tag editor</sub></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
## Features
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
**Search & Launch** — Start typing to filter apps by name or tag. Tap to launch immediately.
|
2025-02-24 12:57:02 +02:00
|
|
|
|
2026-06-19 14:05:55 +03:00
|
|
|
**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.
|
|
|
|
|
|
|
|
|
|
## 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/).
|